CVE-2026-11933
- EPSS 0.38%
- Veröffentlicht 12.06.2026 02:16:38
- Zuletzt bearbeitet 22.06.2026 14:38:54
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...
CVE-2026-9740
- EPSS 0.35%
- Veröffentlicht 09.06.2026 22:43:44
- Zuletzt bearbeitet 15.06.2026 16:55:47
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 m...
CVE-2026-9735
- EPSS 0.12%
- Veröffentlicht 09.06.2026 22:40:55
- Zuletzt bearbeitet 15.06.2026 16:46:36
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-9754
- EPSS 0.22%
- Veröffentlicht 09.06.2026 22:33:21
- Zuletzt bearbeitet 10.06.2026 19:43:28
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
- EPSS 0.3%
- Veröffentlicht 09.06.2026 22:30:57
- Zuletzt bearbeitet 10.06.2026 19:43:28
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 us...
CVE-2026-9752
- EPSS 0.27%
- Veröffentlicht 09.06.2026 22:27:49
- Zuletzt bearbeitet 10.06.2026 19:43:28
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 in...
CVE-2026-9751
- EPSS 0.11%
- Veröffentlicht 09.06.2026 22:24:25
- Zuletzt bearbeitet 12.06.2026 20:43:58
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
- EPSS 0.37%
- Veröffentlicht 09.06.2026 22:17:08
- Zuletzt bearbeitet 15.06.2026 17:10:11
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 docum...
CVE-2026-9749
- EPSS 0.27%
- Veröffentlicht 09.06.2026 22:10:45
- Zuletzt bearbeitet 10.06.2026 19:43:28
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 i...
CVE-2026-9748
- EPSS 0.32%
- Veröffentlicht 09.06.2026 22:08:22
- Zuletzt bearbeitet 15.06.2026 17:10:28
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 sol...