← Back

Mongodb

mongodb

Vendor: Mongodb • 136 CVEs

CVEs (136)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Mongodb
1Mongodb
Jun 17, 2026
Aug 30, 2019
N/A· v4
4.2 MEDIUM· v3
1.9 LOW· v2
Incorrect scoping of kill operations in MongoDB Server's packaged SysV init scripts allow users with write access to the PID file to insert arbitrary PIDs to be killed when the root user stops the MongoDB process via Sys...Show more
Incorrect scoping of kill operations in MongoDB Server's packaged SysV init scripts allow users with write access to the PID file to insert arbitrary PIDs to be killed when the root user stops the MongoDB process via SysV init. This issue affects MongoDB Server v4.0 versions prior to 4.0.11; MongoDB Server v3.6 versions prior to 3.6.14; MongoDB Server v3.4 versions prior to 3.4.22.Show less
1Mongodb
1Mongodb
Jun 17, 2026
Aug 6, 2019
N/A· v4
7.1 HIGH· v3
6.0 MEDIUM· v2
After user deletion in MongoDB Server the improper invalidation of authorization sessions allows an authenticated user's session to persist and become conflated with new accounts, if those accounts reuse the names of del...Show more
After user deletion in MongoDB Server the improper invalidation of authorization sessions allows an authenticated user's session to persist and become conflated with new accounts, if those accounts reuse the names of deleted ones. This issue affects MongoDB Server v4.0 versions prior to 4.0.9; MongoDB Server v3.6 versions prior to 3.6.13 and MongoDB Server v3.4 versions prior to 3.4.22. Workaround: After deleting one or more users, restart any nodes which may have had active user authorization sessions. Refrain from creating user accounts with the same name as previously deleted accounts.Show less
1Mongodb
1Mongodb
Nov 21, 2024
Jul 19, 2019
N/A· v4
8.1 HIGH· v3
6.8 MEDIUM· v2
Improper handling of LDAP authentication in MongoDB Server versions 3.0.0 to 3.0.6 allows an unauthenticated client to gain unauthorized access.
2Mongodb
Redhat
2Mongodb
Storage Console
Nov 21, 2024
Jul 6, 2018
N/A· v4
7.0 HIGH· v3
1.9 LOW· v2
The skyring-setup command creates random password for mongodb skyring database but it writes password in plain text to /etc/skyring/skyring.conf file which is owned by root but read by local user. Any local user who has...Show more
The skyring-setup command creates random password for mongodb skyring database but it writes password in plain text to /etc/skyring/skyring.conf file which is owned by root but read by local user. Any local user who has access to system running skyring service will be able to get password in plain text.Show less
1Mongodb
1Mongodb
May 13, 2026
Nov 1, 2017
N/A· v4
9.1 CRITICAL· v3
6.4 MEDIUM· v2
MongoDB 3.4.x before 3.4.10, and 3.5.x-development, has a disabled-by-default configuration setting, networkMessageCompressors (aka wire protocol compression), which exposes a vulnerability when enabled that could be exp...Show more
MongoDB 3.4.x before 3.4.10, and 3.5.x-development, has a disabled-by-default configuration setting, networkMessageCompressors (aka wire protocol compression), which exposes a vulnerability when enabled that could be exploited by a malicious attacker to deny service or modify memory.Show less
1Mongodb
1Mongodb
May 13, 2026
Sep 9, 2017
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
In MongoDB libbson 1.7.0, the bson_iter_codewscope function in bson-iter.c miscalculates a bson_utf8_validate length argument, which allows remote attackers to cause a denial of service (heap-based buffer over-read in th...Show more
In MongoDB libbson 1.7.0, the bson_iter_codewscope function in bson-iter.c miscalculates a bson_utf8_validate length argument, which allows remote attackers to cause a denial of service (heap-based buffer over-read in the bson_utf8_validate function in bson-utf8.c), as demonstrated by bson-to-json.c.Show less
1Mongodb
1Mongodb
May 13, 2026
Jun 6, 2017
N/A· v4
5.5 MEDIUM· v3
2.1 LOW· v2
MongoDB on Red Hat Satellite 6 allows local users to bypass authentication by logging in with an empty password and delete information which can cause a Denial of Service.
1Mongodb
1Mongodb
May 13, 2026
Apr 14, 2017
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
mongod in MongoDB 2.6, when using 2.4-style users, and 2.4 allow remote attackers to cause a denial of service (memory consumption and process termination) by leveraging in-memory database representation when authenticat...Show more
mongod in MongoDB 2.6, when using 2.4-style users, and 2.4 allow remote attackers to cause a denial of service (memory consumption and process termination) by leveraging in-memory database representation when authenticating against a non-existent database.Show less
2Fedoraproject
Mongodb
2Fedora
Mongodb
May 6, 2026
Oct 3, 2016
N/A· v4
5.5 MEDIUM· v3
2.1 LOW· v2
The client in MongoDB uses world-readable permissions on .dbshell history files, which might allow local users to obtain sensitive information by reading these files.
2Fedoraproject
Mongodb
2Fedora
Mongodb
May 6, 2026
Mar 30, 2015
N/A· v4
N/A· v3
5.0 MEDIUM· v2
MongoDB before 2.4.13 and 2.6.x before 2.6.8 allows remote attackers to cause a denial of service via a crafted UTF-8 string in a BSON request.
1Mongodb
1Mongodb
May 6, 2026
Dec 25, 2014
N/A· v4
N/A· v3
5.0 MEDIUM· v2
The CmdAuthenticate::_authenticateX509 function in db/commands/authentication_commands.cpp in mongod in MongoDB 2.6.x before 2.6.2 allows remote attackers to cause a denial of service (daemon crash) by attempting authent...Show more
The CmdAuthenticate::_authenticateX509 function in db/commands/authentication_commands.cpp in mongod in MongoDB 2.6.x before 2.6.2 allows remote attackers to cause a denial of service (daemon crash) by attempting authentication with an invalid X.509 client certificate.Show less
1Mongodb
1Mongodb
May 6, 2026
Mar 6, 2014
N/A· v4
N/A· v3
6.4 MEDIUM· v2
The default configuration for MongoDB before 2.3.2 does not validate objects, which allows remote authenticated users to cause a denial of service (crash) or read system memory via a crafted BSON object in the column nam...Show more
The default configuration for MongoDB before 2.3.2 does not validate objects, which allows remote authenticated users to cause a denial of service (crash) or read system memory via a crafted BSON object in the column name in an insert command, which triggers a buffer over-read.Show less
1Mongodb
1Mongodb
Apr 29, 2026
Oct 1, 2013
N/A· v4
N/A· v3
6.5 MEDIUM· v2
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...Show more
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.Show less
2Mongodb
Redhat
2Enterprise Mrg
Mongodb
Apr 29, 2026
Oct 1, 2013
N/A· v4
N/A· v3
6.0 MEDIUM· v2
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 an...Show more
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.Show less
3Canonical
MongodbOpensuse
3Mongodb
OpensuseUbuntu Linux
Apr 29, 2026
Aug 15, 2013
N/A· v4
N/A· v3
4.3 MEDIUM· v2
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...Show more
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."Show less
1Mongodb
1Mongodb
Apr 29, 2026
Jul 4, 2013
N/A· v4
N/A· v3
6.5 MEDIUM· v2
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.