Bitnami package
mongodb
pkg:bitnami/mongodb
Vulnerabilities (85)
| CVE | Sev | CVSS | KEV | Affected versions | Fixed in | Published | Description |
|---|---|---|---|---|---|---|---|
| CVE-2026-11933 | Hig | 8.8 | >= 4.4.0, < 4.4.31 | 4.4.31 | Jun 12, 2026 | 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 s | |
| CVE-2026-9754 | Med | 6.5 | >= 8.2.0, < 8.2.10 | 8.2.10 | Jun 9, 2026 | An authenticated user with the read role may read limited amounts of uninitialized stack memory via specially-crafted issuances of the filemd5 command | |
| CVE-2026-9753 | Hig | 8.1 | < 7.0.35 | 7.0.35 | Jun 9, 2026 | 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 aggregat | |
| CVE-2026-9752 | Med | 6.5 | >= 7.0.0, < 7.0.35 | 7.0.35 | Jun 9, 2026 | 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 rej | |
| CVE-2026-9751 | Med | 5.5 | >= 7.0.0, < 7.0.35 | 7.0.35 | Jun 9, 2026 | The ldapQueryPassword parameter, when set through the runtime setParameter command, will log the new password to the mongod.log file in plain text. | |
| CVE-2026-9750 | Med | 6.5 | >= 7.0.0, < 7.0.35 | 7.0.35 | Jun 9, 2026 | 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 metada | |
| CVE-2026-9749 | Med | 6.5 | >= 7.0.0, < 7.0.35 | 7.0.35 | Jun 9, 2026 | 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 | |
| CVE-2026-9748 | Med | 6.5 | >= 7.0.0, < 7.0.35 | 7.0.35 | Jun 9, 2026 | 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 it | |
| CVE-2026-9747 | Med | 6.5 | >= 7.0.0, < 7.0.35 | 7.0.35 | Jun 9, 2026 | Adding fromRouter:true and runtimeConstants.userRoles could cause aggregations to crash mongodb server. | |
| CVE-2026-9746 | Med | 6.5 | >= 7.0.0, < 7.0.35 | 7.0.35 | Jun 9, 2026 | 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. | |
| CVE-2026-9743 | Med | 6.5 | >= 8.0.0, < 8.0.24 | 8.0.24 | Jun 9, 2026 | 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 | |
| CVE-2026-9742 | Hig | 7.5 | >= 8.2.0, < 8.2.10 | 8.2.10 | Jun 9, 2026 | 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 | |
| CVE-2026-9741 | Med | 6.5 | >= 7.0.0, < 7.0.35 | 7.0.35 | Jun 9, 2026 | 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 plai | |
| CVE-2026-9740 | Hig | 7.5 | >= 7.0.0, < 7.0.35 | 7.0.35 | Jun 9, 2026 | 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 valida | |
| CVE-2026-9735 | Med | 5.5 | >= 8.3.0, < 8.3.3 | 8.3.3 | Jun 9, 2026 | 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. | |
| CVE-2026-8336 | Hig | 7.5 | >= 8.2.0, < 8.2.9 | 8.2.9 | May 13, 2026 | 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, e | |
| CVE-2026-8202 | Med | 4.3 | >= 7.0.0, < 7.0.34 | 7.0.34 | May 13, 2026 | Using a densely populated chars mask and a large input string in the MongoDB aggregation operators $trim, $ltrim, and $rtrim, an authenticated user with aggregation permissions can pin CPU utilization at 100% for an extended period of time. This issue impacts MongoDB Server v7.0 | |
| CVE-2026-8201 | Med | 6.4 | >= 7.0.0, < 7.0.34 | 7.0.34 | May 13, 2026 | A use-after-free vulnerability exists in MongoDB's Field-Level Encryption (FLE) query analysis component, affecting client-side uses of mongocryptd and crypt_shared. Triggering this vulnerability requires control over the structure of a client's FLE-related query. This issue imp | |
| CVE-2026-8200 | Low | 2.7 | >= 7.0.0, < 7.0.34 | 7.0.34 | May 13, 2026 | When schema validation is enabled on a collection and an update or insert would violate the collection's schema, the local server log message generated may not have all user data redacted. This issue impacts MongoDB Server v7.0 versions prior to 7.0.34, v8.0 versions prior to | |
| CVE-2026-8199 | Med | 6.5 | >= 7.0.0, < 7.0.34 | 7.0.34 | May 13, 2026 | An authenticated user can cause excess memory usage via bitwise match expression AST processing of $bitsAllSet, $bitsAnySet, $bitsAllClear, and $bitsAnyClear. This contributes to memory pressure and may lead to availability loss by OOM. This issue impacts MongoDB Server v7.0 ver |
- affected >= 4.4.0, < 4.4.31fixed 4.4.31
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 s
- affected >= 8.2.0, < 8.2.10fixed 8.2.10
An authenticated user with the read role may read limited amounts of uninitialized stack memory via specially-crafted issuances of the filemd5 command
- affected < 7.0.35fixed 7.0.35
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 aggregat
- affected >= 7.0.0, < 7.0.35fixed 7.0.35
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 rej
- affected >= 7.0.0, < 7.0.35fixed 7.0.35
The ldapQueryPassword parameter, when set through the runtime setParameter command, will log the new password to the mongod.log file in plain text.
- affected >= 7.0.0, < 7.0.35fixed 7.0.35
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 metada
- affected >= 7.0.0, < 7.0.35fixed 7.0.35
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
- affected >= 7.0.0, < 7.0.35fixed 7.0.35
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 it
- affected >= 7.0.0, < 7.0.35fixed 7.0.35
Adding fromRouter:true and runtimeConstants.userRoles could cause aggregations to crash mongodb server.
- affected >= 7.0.0, < 7.0.35fixed 7.0.35
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.
- affected >= 8.0.0, < 8.0.24fixed 8.0.24
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
- affected >= 8.2.0, < 8.2.10fixed 8.2.10
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 >= 7.0.0, < 7.0.35fixed 7.0.35
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 plai
- affected >= 7.0.0, < 7.0.35fixed 7.0.35
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 valida
- affected >= 8.3.0, < 8.3.3fixed 8.3.3
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.
- affected >= 8.2.0, < 8.2.9fixed 8.2.9
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, e
- affected >= 7.0.0, < 7.0.34fixed 7.0.34
Using a densely populated chars mask and a large input string in the MongoDB aggregation operators $trim, $ltrim, and $rtrim, an authenticated user with aggregation permissions can pin CPU utilization at 100% for an extended period of time. This issue impacts MongoDB Server v7.0
- affected >= 7.0.0, < 7.0.34fixed 7.0.34
A use-after-free vulnerability exists in MongoDB's Field-Level Encryption (FLE) query analysis component, affecting client-side uses of mongocryptd and crypt_shared. Triggering this vulnerability requires control over the structure of a client's FLE-related query. This issue imp
- affected >= 7.0.0, < 7.0.34fixed 7.0.34
When schema validation is enabled on a collection and an update or insert would violate the collection's schema, the local server log message generated may not have all user data redacted. This issue impacts MongoDB Server v7.0 versions prior to 7.0.34, v8.0 versions prior to
- affected >= 7.0.0, < 7.0.34fixed 7.0.34
An authenticated user can cause excess memory usage via bitwise match expression AST processing of $bitsAllSet, $bitsAnySet, $bitsAllClear, and $bitsAnyClear. This contributes to memory pressure and may lead to availability loss by OOM. This issue impacts MongoDB Server v7.0 ver
Page 1 of 5