← Back

Mongodb

mongodb

175 CVEs • 24 products

Products (24)

Click to collapse
Toggle
Mongodb
mongodb
C Driver
c_driver
Compass
compass
Mongosh
mongosh
Libbson
libbson
Ops Manager
ops_manager
Rust Driver
rust_driver
Php Driver
php_driver
Js Bson
js-bson
Bson
bson
Libmongocrypt
libmongocrypt
Java Driver
java_driver
Database Tools
database_tools
Mongomirror
mongomirror
Go Driver
go_driver
C++
c++
Node.js
node.js
Swift Driver
swift_driver
Pymongo
pymongo
Mongocryptd
mongocryptd

CVEs (175)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Mongodb
1Mongodb
Aug 5, 2026
Jul 22, 2026
7.1 HIGH· v4
6.5 MEDIUM· v3
N/A· v2
An authenticated user with basic write privileges can cause the mongod process to terminate abnormally by sending a crafted transaction command with an incomplete set of required fields. The issue stems from inconsistent...Show more
An authenticated user with basic write privileges can cause the mongod process to terminate abnormally by sending a crafted transaction command with an incomplete set of required fields. The issue stems from inconsistent validation across related transaction command parameters, resulting in a fatal internal invariant failure and denial of service.Show less
1Mongodb
1Mongodb
Aug 5, 2026
Jul 22, 2026
6.0 MEDIUM· v4
6.5 MEDIUM· v3
N/A· v2
An issue in the server’s Atlas Search integration allows an authenticated user to bypass per-user access controls. In sharded topologies, the $search and $searchMeta aggregation stages use internal routing that is nor...Show more
An issue in the server’s Atlas Search integration allows an authenticated user to bypass per-user access controls. In sharded topologies, the $search and $searchMeta aggregation stages use internal routing that is normally populated only by the trusted router during sharded search planning. Due to insufficient input validation, an authenticated client can supply these fields directly.Show less
1Mongodb
1Mongodb
Aug 5, 2026
Jul 22, 2026
7.1 HIGH· v4
6.5 MEDIUM· v3
N/A· v2
Using expressions that generate large arrays it is possible to craft a query that creates very large intermediate objects in memory, causing the server to crash with OOM error.
1Mongodb
1Mongodb
Aug 5, 2026
Jul 22, 2026
7.1 HIGH· v4
6.5 MEDIUM· v3
N/A· v2
The `$_internalIndexKey` aggregation expression can be used by any authenticated user to crash a MongoDB server (mongod). The expression fails to handle compound wildcard index specifications, triggering an internal cons...Show more
The `$_internalIndexKey` aggregation expression can be used by any authenticated user to crash a MongoDB server (mongod). The expression fails to handle compound wildcard index specifications, triggering an internal consistency check that aborts the server process. The user must be able to run an aggregation pipeline.Show less
1Mongodb
1Mongodb
Jun 22, 2026
Jun 12, 2026
8.7 HIGH· v4
8.8 HIGH· v3
N/A· v2
A use-after-free vulnerability exists in MongoDB Server's server-side JavaScript engine when converting BSON documents to JavaScript arrays. An authenticated user with read privileges who is able to run server-side JavaS...Show more
A use-after-free vulnerability exists in MongoDB Server's server-side JavaScript engine when converting BSON documents to JavaScript arrays. An authenticated user with read privileges who is able to run server-side JavaScript (for example, via $where or $function) can cause the server to access memory that has already been freed. This may result in disclosure of information from the mongod process memory or a denial of service through a server crash.Show less
1Mongodb
1Mongodb
Jun 18, 2026
Jun 9, 2026
7.1 HIGH· v4
6.5 MEDIUM· v3
N/A· v2
An authenticated user with the read role may read limited amounts of uninitialized stack memory via specially-crafted issuances of the filemd5 command
1Mongodb
1Mongodb
Jun 18, 2026
Jun 9, 2026
7.2 HIGH· v4
8.1 HIGH· v3
N/A· v2
The $_internalApplyOplogUpdate aggregation pipeline stage can be used to execute a document diff containing a malformed binary diff to return memory out-of-bounds or crash the server. $_internalApplyOplogUpdate can be ex...Show more
The $_internalApplyOplogUpdate aggregation pipeline stage can be used to execute a document diff containing a malformed binary diff to return memory out-of-bounds or crash the server. $_internalApplyOplogUpdate can be executed by any authenticated user with access to the aggregate command.Show less
1Mongodb
1Mongodb
Jun 18, 2026
Jun 9, 2026
7.1 HIGH· v4
6.5 MEDIUM· v3
N/A· v2
An authorized user could trigger a server crash by running a query with a 2dsphere index on a field that stores a GeoJSON GeometryCollection containing a Polygon with a strict-winding CRS. Strict-winding polygons are in...Show more
An authorized user could trigger a server crash by running a query with a 2dsphere index on a field that stores a GeoJSON GeometryCollection containing a Polygon with a strict-winding CRS. Strict-winding polygons are intentionally unsupported for indexing, but the guard that rejects them does not inspect members of a GeometryCollection, allowing the unsafe path to be reached which ends with an ensuing null-pointer dereference.Show less
1Mongodb
1Mongodb
Jun 17, 2026
Jun 9, 2026
6.8 MEDIUM· v4
5.5 MEDIUM· v3
N/A· v2
The ldapQueryPassword parameter, when set through the runtime setParameter command, will log the new password to the mongod.log file in plain text.
1Mongodb
1Mongodb
Jun 17, 2026
Jun 9, 2026
7.1 HIGH· v4
6.5 MEDIUM· v3
N/A· v2
An authenticated user can cause a MongoDB server to crash or return incorrect results by creating documents that interfere with internal metadata processing during query execution. This stems from insufficient separation...Show more
An authenticated user can cause a MongoDB server to crash or return incorrect results by creating documents that interfere with internal metadata processing during query execution. This stems from insufficient separation between user-controlled document fields and internal metadata in certain execution paths.Show less
1Mongodb
1Mongodb
Jun 18, 2026
Jun 9, 2026
7.1 HIGH· v4
6.5 MEDIUM· v3
N/A· v2
This issue can occur when running an aggregation pipeline that uses the internal $exchange stage configured with key-range partitioning and order-preserving delivery. If a single key range produces enough documents to fi...Show more
This issue can occur when running an aggregation pipeline that uses the internal $exchange stage configured with key-range partitioning and order-preserving delivery. If a single key range produces enough documents to fill its exchange buffer (that is, many results are routed to the same consumer), the server reaches the code path where a full per-consumer buffer is detected but the internal "high watermark" for that key range is not updated as intended.Show less
1Mongodb
1Mongodb
Jun 17, 2026
Jun 9, 2026
7.1 HIGH· v4
6.5 MEDIUM· v3
N/A· v2
The $_internalConvertBucketIndexStats stage used PauseExecution as a way to signal "skip this document" when an index stats conversion failed. But PauseExecution is not a general purpose skip mechanism, but rather a TeeB...Show more
The $_internalConvertBucketIndexStats stage used PauseExecution as a way to signal "skip this document" when an index stats conversion failed. But PauseExecution is not a general purpose skip mechanism, but rather a TeeBuffer-internal signal used solely by $facet to coordinate its sub-pipelines. When this stage is placed before $facet in a pipeline, TeeBuffer receives the unexpected PauseExecution from upstream and hits a hard invariant assertion, crashing mongod.Show less
1Mongodb
1Mongodb
Jun 17, 2026
Jun 9, 2026
7.1 HIGH· v4
6.5 MEDIUM· v3
N/A· v2
Adding fromRouter:true and runtimeConstants.userRoles could cause aggregations to crash mongodb server.
1Mongodb
1Mongodb
Jun 18, 2026
Jun 9, 2026
7.1 HIGH· v4
6.5 MEDIUM· v3
N/A· v2
When using $changestreams and $_requestReshardingResumeToken with the exchange option the server hits an invariant which causes the server to crash. There are no special privileges needed. The user must be logged in to i...Show more
When using $changestreams and $_requestReshardingResumeToken with the exchange option the server hits an invariant which causes the server to crash. There are no special privileges needed. The user must be logged in to issue the statement.Show less
1Mongodb
1Mongodb
Jun 17, 2026
Jun 9, 2026
7.1 HIGH· v4
6.5 MEDIUM· v3
N/A· v2
In MongoDB Server 8.0, an aggregation stage can leave its _subPipeline field null during processing of certain pipelines. If a getMore is subsequently issued on the same cursor, the server may dereference this null sub-p...Show more
In MongoDB Server 8.0, an aggregation stage can leave its _subPipeline field null during processing of certain pipelines. If a getMore is subsequently issued on the same cursor, the server may dereference this null sub-pipeline when reattaching to the operation context, accessing an invalid address and crashing the process. This issue allows an authenticated user who can run aggregation pipelines to cause a denial of service by issuing a specially crafted aggregation followed by getMore on affected versions.Show less
1Mongodb
1Mongodb
Jun 18, 2026
Jun 9, 2026
8.2 HIGH· v4
5.9 MEDIUM· v3
N/A· v2
When OIDC authentication is enabled in configuration, clients may set specific values in the "mechanism" parameter of the "authenticate" command that lead to server crash. The authenticate command is accessible to unauth...Show more
When OIDC authentication is enabled in configuration, clients may set specific values in the "mechanism" parameter of the "authenticate" command that lead to server crash. The authenticate command is accessible to unauthenticated clients, leading to pre-auth denial-of-service in affected product configurations.Show less
1Mongodb
1Mongodb
Jun 18, 2026
Jun 9, 2026
7.1 HIGH· v4
6.5 MEDIUM· v3
N/A· v2
A bug in query analysis processing of the $vectorSearch aggregation stage for Queryable Encryption (QE) or Client-Side Field Level Encryption (CSFLE) results in literal values for encrypted fields within the $vectorSear...Show more
A bug in query analysis processing of the $vectorSearch aggregation stage for Queryable Encryption (QE) or Client-Side Field Level Encryption (CSFLE) results in literal values for encrypted fields within the $vectorSearch stage filter expressions to be sent to the server as plaintext instead of ciphertext.Show less
1Mongodb
1Mongodb
Jun 17, 2026
Jun 9, 2026
8.7 HIGH· v4
7.5 HIGH· v3
N/A· v2
A vulnerability in MongoDB Server's BSON validation logic allows an unauthenticated user to crash the mongod process by sending a specially crafted message. The BSON validator's handling of certain nested binary data str...Show more
A vulnerability in MongoDB Server's BSON validation logic allows an unauthenticated user to crash the mongod process by sending a specially crafted message. The BSON validator's handling of certain nested binary data structures permits uncontrolled mutual recursion between validation functions, where each re-entry resets internal depth tracking.Show less
1Mongodb
1Mongodb
Jun 17, 2026
Jun 9, 2026
6.8 MEDIUM· v4
5.5 MEDIUM· v3
N/A· v2
MongoDB server may log authentication parameters, including credentials, to the server log during SASL authentication. When connection health metric logging is enabled, the full authentication parameters are written to t...Show more
MongoDB server may log authentication parameters, including credentials, to the server log during SASL authentication. When connection health metric logging is enabled, the full authentication parameters are written to the log without redaction.Show less
1Mongodb
1Mongodb
Jun 17, 2026
May 13, 2026
7.7 HIGH· v4
6.5 MEDIUM· v3
N/A· v2
After invoking $_internalJsEmit, which is not intended to be directly accessible, or mapreduce command’s map function in a certain way, an authenticated user can subsequently crash mongod when the server-side JavaScript...Show more
After invoking $_internalJsEmit, which is not intended to be directly accessible, or mapreduce command’s map function in a certain way, an authenticated user can subsequently crash mongod when the server-side JavaScript engine (through $where, $function, mapreduce reduce stage, etc.) is used also in a specific way, resulting in a post-authentication denial-of-service. This issue impacts MongoDB Server v8.2 versions prior to 8.2.9 and v8.3 versions prior to 8.3.2.Show less