Lucene search
+L
MongodbMost viewed

277 matches found

MongoDB
MongoDB
•added 2026/09/08 4:12 p.m.•7 views

Integer Overflow in Query Planner Leads to Unbounded Memory Allocation and Denial of Service in MongoDB Server

An integer overflow in the query planning component of MongoDB Server can allow an authenticated user with ordinary database-level read/write privileges to bypass an internal resource limit. Submitting a specially crafted query causes the server to consume memory without bound during query...

7.1CVSS0.00316EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/09/08 4:12 p.m.•7 views

Incorrect Authorization in MongoDB Server Aggregation Framework Allows Unauthorized Read Access to Collection Data

MongoDB Server contains an incorrect authorization vulnerability in the aggregation framework. An authenticated user with minimal privileges can craft a specially formatted aggregation request that causes the server's authorization subsystem to evaluate a different operation than what is actually...

7.1CVSS0.00248EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/09/08 4:12 p.m.•7 views

Improper Validation in MongoDB Server Aggregation Framework Allows Authorization Bypass and Unauthorized Collection Access with Atlas Search

A security issue in the MongoDB Server aggregation framework allows an authenticated user with limited read privileges to bypass view-level authorization checks and access data from unauthorized collections when Atlas Search features are in use. The issue stems from insufficient validation of an...

7.1CVSS0.00263EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/09/08 4:12 p.m.•7 views

Persistent Fatal Assertion Crash in MongoDB Server via Crafted Retryable Write Commands Leads to Denial of Service

A security issue in MongoDB Server allows an authenticated user with write privileges to trigger a persistent fatal assertion crash by sending specially crafted retryable write commands. The crash state is durably persisted, causing the server process to repeatedly crash on restart and potentiall...

7.1CVSS0.00289EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/09/08 4:12 p.m.•7 views

Heap Out-of-Bounds Read in MongoDB Server Query Planning Component

A heap out-of-bounds read security issue exists in the query planning component of MongoDB Server. An authenticated user with database read and write privileges can trigger the security issue through crafted query operations, causing the server to read memory beyond allocated buffer boundaries. T...

5.3CVSS0.00215EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/09/08 4:12 p.m.•7 views

Insufficient Validation of Shard Key Values in MongoDB Server Leads to Query Operator Injection in Change Stream Post-Image Lookups

In MongoDB, insufficient validation of shard key values during document insertion allowed authenticated users to store documents with specially crafted, operator-shaped objects as shard key values in sharded collections. When change stream events for such documents were processed with the...

5.4CVSS0.00236EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/09/08 4:12 p.m.•7 views

Race Condition in MongoDB Server Text Index Query Parsing Leads to Heap Use-After-Free and Denial of Service

A race condition in MongoDB server's text index query parsing can cause a heap use-after-free read when handling upsert retry paths. Under certain concurrent index lifecycle operations, a raw pointer to internal text index metadata may be dereferenced after the underlying structures have been...

6CVSS0.00245EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/09/08 4:12 p.m.•7 views

Improper Session Handling in MongoDB Server LDAP Authorization Integration Leads to Incorrect Role Assignment

A security issue exists in MongoDB's LDAP authorization integration where pooled LDAP connections can retain stale authentication identities after user authentication under certain configurations. Subsequent authorization queries may execute under an unintended LDAP identity rather than the...

8.1CVSS0.00244EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/09/08 4:12 p.m.•7 views

$regexFindAll may crash mongod server when byte-matching multi-byte UTF-8 chars

The $regexFindAll expression can be used by an authenticated user who can run aggregation pipeline stages to crash a MongoDB server mongod. Under certain specific conditions the regex match can start in the middle of a multi-code-unit character, triggering an assertion during query execution...

7.1CVSS0.00359EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/09/03 3:03 p.m.•7 views

Silent field truncation via unchecked int cast of huge JSON string values in JSON-to-BSON parser

An incorrect numeric conversion in the JSON parsing component of the MongoDB C Driver's BSON library may cause an unusually large text value to be silently shortened, or the corresponding field to be omitted, while the parsing operation still reports success and returns no error. An unauthenticat...

6.3CVSS5.2AI score0.00186EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/09/10 6:04 p.m.•6 views

GridFS data disclosure and deletion via query-operator injection in file IDs in the MongoDB Java Driver

Improper neutralization of special elements in data query logic in the GridFS component of the MongoDB Java Driver can cause a caller-supplied structured file identifier to be interpreted as a query condition rather than as a literal identifier. An authenticated user who can influence the...

8.3CVSS0.00259EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/09/10 5:56 p.m.•6 views

GridFS data disclosure and deletion via query-operator injection in file IDs in the MongoDB Python Driver

Improper neutralization of special elements in data query logic in the GridFS component of the MongoDB Python Driver can cause a caller-supplied structured file identifier to be interpreted as a query condition rather than as a literal identifier. An authenticated user who can influence the...

8.3CVSS0.00259EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/09/10 5:52 p.m.•6 views

Mass deletion and overwrite of embedded documents via query-operator injection in embedded record keys in MongoDB integration for Laravel

Improper neutralization of special elements in data query logic in the embedded-document relation handling of the MongoDB integration for Laravel can cause a caller-supplied embedded record identifier to be interpreted as a query condition rather than as a literal identifier. An authenticated use...

7.1CVSS0.00226EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/09/10 5:48 p.m.•6 views

Regular expression injection via unescaped characters in LINQ query translation in MongoDB C# Driver

Improper neutralization of regular-expression metacharacters in the LINQ query translation component of the MongoDB C Driver can cause a caller-supplied character sequence to alter a regular-expression predicate generated by an affected application. An authenticated user who can influence such a...

7.1CVSS0.00219EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/09/10 5:43 p.m.•6 views

GridFS data disclosure and deletion via query-operator injection in file IDs in the MongoDB Rust Driver

Improper neutralization of special elements in data query logic in the GridFS component of the MongoDB Rust Driver can cause a caller-supplied structured file identifier to be interpreted as a query condition rather than as a literal identifier. An authenticated user who can influence the...

8.3CVSS0.00319EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/09/08 4:12 p.m.•6 views

Insufficient Validation of Storage Engine Configuration Options in MongoDB Server Leads to Out-of-Bounds Write

Insufficient validation of storage engine configuration options in MongoDB Server allows an authenticated user with write privileges to supply crafted parameters during collection creation that override internal storage metadata. This results in an out-of-bounds memory write in the server process...

8.1CVSS0.00308EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/09/08 4:12 p.m.•6 views

Unauthenticated Denial of Service in MongoDB Server via Assertion Failure in Read Concern Processing on Replica Set Members

A security issue in MongoDB Server allows an unauthenticated network user to cause a denial of service on a specific type of replica set member. The server contains an assertion in its read concern processing logic that can be reached without authentication, and the assertion's assumptions about...

8.7CVSS0.003EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/09/08 4:12 p.m.•6 views

Improper Authorization in MongoDB Server applyOps Command Allows Writes to Arbitrary Internal Storage Tables via Feature Gate Bypass

A security issue in MongoDB Server allows an authenticated user with elevated internal privileges to bypass a disabled feature gate in the applyOps command by specifying an internal replication mode value that was not intended to be client-selectable. This bypass enables execution of container...

7CVSS0.0036EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/09/08 4:12 p.m.•6 views

Use-After-Free in MongoDB Server Cursor Management Component Leads to Denial of Service

A use-after-free security issue in the cursor management component of MongoDB Server allows an authenticated user to cause a denial of service. Under specific timing conditions during cursor operations, a stale pointer to a freed resource may be retained and subsequently dereferenced during curso...

6CVSS0.00255EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/09/08 4:12 p.m.•6 views

Use-After-Free in MongoDB Server Query Execution Memory Tracking Subsystem Leads to Denial of Service

A use-after-free security issue exists in the server's query execution memory tracking subsystem. An authenticated user with read privileges can trigger a write to freed heap memory through a sequence of standard database commands, leading to server process crash or potential memory corruption. N...

8.1CVSS0.00299EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/09/08 4:12 p.m.•6 views

Improper Access Restriction of Internal Aggregation Expression in MongoDB Server Leads to Assertion Failure and Denial of Service

An internal aggregation expression in MongoDB Server was incorrectly registered as accessible to any authenticated user rather than being restricted to internal cluster operations. By crafting a malformed index specification within this expression, an authenticated user with read-only privileges...

6CVSS0.00255EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/09/08 4:12 p.m.•6 views

Type Confusion in MongoDB Server WiredTiger Storage Engine via Custom Collection Configuration Leads to Persistent Denial of Service

A security issue was discovered in MongoDB where an authenticated user with readWrite privileges could crash the mongod server process. By specifying a custom WiredTiger storage configuration option with an incompatible value during collection creation, a user could cause a type confusion in the...

7.1CVSS0.00289EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/09/08 4:12 p.m.•6 views

Unhandled Exception in MongoDB Server JSON Schema Validation Error Generation Leads to Denial of Service

A flaw in MongoDB's JSON Schema validation error generation code allows an authenticated user with readWrite privileges to crash the mongod server. When a BSON document containing an array with a malformed numeric field name fails a $jsonSchema items type constraint, the error generation path...

7.1CVSS0.00289EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/09/08 4:12 p.m.•6 views

Uncontrolled Resource Consumption in MongoDB Server JSON Pointer Parser Leads to Denial of Service

A security issue exists in MongoDB server's JSON Pointer parser used during $jsonSchema query filter processing. When a find command includes a specially crafted $jsonSchema filter field, the parser processes the input without enforcing adequate limits on iteration count or total allocation size,...

7.1CVSS0.00289EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/09/03 2:59 p.m.•6 views

Heap overflow via truncated base64 encoding of binary fields in length-limited JSON output

A memory-handling error in the BSON-to-JSON conversion helpers of the MongoDB C Driver can write a small number of bytes past the end of a heap buffer when a binary field is encoded and the output is cut short at a caller-configured length limit. A party who supplies the document content, with no...

6.3CVSS5.5AI score0.00166EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/09/08 4:12 p.m.•5 views

Null Pointer Dereference in MongoDB Server 2dsphere Index Key Generation Leads to Denial of Service

A security issue exists in MongoDB's 2dsphere index key generation that can cause a server crash due to a null pointer dereference. When a specially crafted GeoJSON document is inserted into a collection with a 2dsphere index, an inconsistency in geometry parsing can leave an internal object in a...

7.1CVSS0.00289EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/09/11 5:39 p.m.•3 views

Race Condition in MongoDB Server Document Value Layer Leads to Memory Corruption

A race condition in the document value layer of MongoDB Server can allow concurrent server threads to operate on the same internal memory without synchronization, leading to memory corruption. An authenticated user holding ordinary read-write privileges on a database may be able to trigger this...

7.7CVSS0.00182EPSS
SaveExploits0References1Affected Software1
Total number of security vulnerabilities277