CVE-2013-3969 – MongoDB - 'conn' Mongo Object Remote Code Execution
https://notcve.org/view.php?id=CVE-2013-3969
The find prototype in scripting/engine_v8.h in MongoDB 2.4.0 through 2.4.4 allows remote authenticated users to cause a denial of service (uninitialized pointer dereference and server crash) or possibly execute arbitrary code via an invalid RefDB object. Find prototype en scripting/engine_v8.h en MongoDB 2.4.0 hasta 2.4.4 permite a usuarios autenticados remotos causar una denegación de servicio (referencia a puntero no inicializado y caída del servidor) o posiblemente ejecutar código a discrección a través de un objeto RefDB inválido. • https://www.exploit-db.com/exploits/38669 http://blog.scrt.ch/2013/06/04/mongodb-rce-by-databasespraying http://secunia.com/advisories/54170 http://www.mongodb.org/about/alerts http://www.openwall.com/lists/oss-security/2013/07/30/10 https://jira.mongodb.org/browse/SERVER-9878 • CWE-399: Resource Management Errors •
CVE-2013-4650
https://notcve.org/view.php?id=CVE-2013-4650
MongoDB 2.4.x before 2.4.5 and 2.5.x before 2.5.1 allows remote authenticated users to obtain internal system privileges by leveraging a username of __system in an arbitrary database. MongoDB v2.4.x anterior a v2.4.5 y v2.5.x anterior a v2.5.1 permite a usuarios autenticados remotamente obtener privilegios aprovechando el nombre de usuario de __sytem en cualquier base de datos. • http://www.mongodb.org/about/alerts https://jira.mongodb.org/browse/SERVER-9983 • CWE-264: Permissions, Privileges, and Access Controls •
CVE-2013-2132 – pymongo: null pointer when decoding invalid DBRef
https://notcve.org/view.php?id=CVE-2013-2132
bson/_cbsonmodule.c in the mongo-python-driver (aka. pymongo) before 2.5.2, as used in MongoDB, allows context-dependent attackers to cause a denial of service (NULL pointer dereference and crash) via vectors related to decoding of an "invalid DBRef." bson/_cbsonmodule.c en el mongo-python-driver (también conocido como pymongo) anterior a v2.5.2, como es usado en MongoDB, permite a atacantes dependientes del contexto causar una denegación de servicio (referencia NULL y caída de la aplicación) a través de vectores relacionados con la decodificación de un "invalid DBRef". • http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710597 http://lists.opensuse.org/opensuse-updates/2013-06/msg00180.html http://seclists.org/oss-sec/2013/q2/447 http://ubuntu.com/usn/usn-1897-1 http://www.debian.org/security/2013/dsa-2705 http://www.osvdb.org/93804 http://www.securityfocus.com/bid/60252 https://github.com/mongodb/mongo-python-driver/commit/a060c15ef87e0f0e72974c7c0e57fe811bbd06a2 https://jira.mongodb.org/browse/PYTHON-532 https://access.redhat.com/security • CWE-476: NULL Pointer Dereference •
CVE-2013-1892 – MongoDB - nativeHelper.apply Remote Code Execution
https://notcve.org/view.php?id=CVE-2013-1892
MongoDB before 2.0.9 and 2.2.x before 2.2.4 does not properly validate requests to the nativeHelper function in SpiderMonkey, which allows remote authenticated users to cause a denial of service (invalid memory access and server crash) or execute arbitrary code via a crafted memory address in the first argument. MongoDB anterior a v2.0.9 y v2.2.x anterior a v.2.4 no valida correctamente las peticiones de la función nativeHelper en SpiderMonkey, lo que permite a usuarios autenticados remotamente provocar una denegación de servicio (acceso no válido a memoria y caída del servidor) o ejecutar código arbitrario a través una dirección de memoria manipulada en el primer argumento. • https://www.exploit-db.com/exploits/24935 https://www.exploit-db.com/exploits/24947 http://blog.scrt.ch/2013/03/24/mongodb-0-day-ssji-to-rce http://lists.fedoraproject.org/pipermail/package-announce/2013-April/101630.html http://lists.fedoraproject.org/pipermail/package-announce/2013-April/101679.html http://rhn.redhat.com/errata/RHSA-2013-1170.html http://www.exploit-db.com/exploits/24935 http://www.exploit-db.com/exploits/24947 http://www.mongodb.org/about/alerts http • CWE-20: Improper Input Validation CWE-119: Improper Restriction of Operations within the Bounds of a Memory Buffer •