Lucene search
+L
MongodbRecent

277 matches found

MongoDB
MongoDB
•added 2026/08/28 8:28 p.m.•10 views

MongoDB BI Connector ODBC Driver Memory-Safety Issue When Parsing Oversized LIMIT Values

An application using the MongoDB BI Connector ODBC Driver may encounter a memory-safety issue when a submitted SQL statement contains an unusually long run of digits following a LIMIT clause. The issue occurs only on connections where the driver's optional prefetch setting is enabled, and stems...

7.1CVSS6.1AI score0.00209EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/28 8:26 p.m.•16 views

BI Connector ODBC Driver Improper Bounds Checking on Cursor Name Leading to Memory Corruption

A user able to submit SQL through an application using the MongoDB Connector for BI ODBC driver can supply a positioned-cursor statement whose cursor name exceeds the size of an internal fixed-length buffer. Because the name length is not bounded before the driver builds its diagnostic message,...

8.8CVSS6.1AI score0.00288EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/28 8:22 p.m.•12 views

MongoDB Connector for BI Unbounded Authentication Negotiation Leading to Connection Exhaustion

A network-reachable client that has not yet authenticated can hold a MongoDB Connector for BI authentication session open indefinitely by beginning a SASL-based login exchange and then declining to complete it. Because the negotiation loop had no overall time bound and the read from the client ha...

8.7CVSS5.9AI score0.00239EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/28 8:18 p.m.•12 views

BI Connector Optional Client Certificate Verification Allows Unauthenticated Connections

When mongosqld is configured with a client certificate authority file, the listener requests a client certificate during the TLS handshake but does not require one, so a client that presents no certificate is still accepted. In deployments that rely on client certificates as the sole means of...

8.7CVSS5.9AI score0.00155EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/28 8:14 p.m.•10 views

MongoDB Connector for BI Improper Error Handling of Log Write Failures May Cause Loss of SQL Service

An unauthenticated party able to reach the port of a MongoDB Connector for BI mongosqld instance may generate enough routine connection log activity to exhaust the storage backing the configured log path. When a log write or log rotation operation subsequently fails, the resulting error is not...

8.7CVSS5.9AI score0.00263EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/28 8:10 p.m.•11 views

MongoDB Connector for BI Improper Error Handling During Schema Sampling May Cause Loss of SQL Service

A database user able to create a view in a namespace that MongoDB Connector for BI samples can cause the schema-sampling routine to stop functioning by defining a view whose evaluation reliably fails. The sampling logic classifies the resulting server message as transient and, after the configure...

8.3CVSS5.9AI score0.00235EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/28 7:26 p.m.•11 views

MongoDB Connector for BI Unescaped Object Names in Generated SHOW CREATE Output

In MongoDB Connector for BI, MongoDB object names such as collection, field, and index names are placed into the quoted identifiers of the DDL text returned by SHOW CREATE statements without escaping the identifier delimiter. A user with permission to write to a sampled MongoDB collection can...

8.5CVSS5.9AI score0.00226EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/28 7:25 p.m.•13 views

MongoDB Connector for BI Incomplete Escaping of Stored Metadata in Generated SHOW CREATE Output

In MongoDB Connector for BI, the description text of a collection's JSON schema validator is incorporated into the comment text of the DDL returned by SHOW CREATE statements without complete escaping of backslash characters. A user with permission to modify a collection's schema validator, in...

5.6CVSS5.9AI score0.00218EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/28 7:24 p.m.•12 views

MongoSQL Transition Readiness Tool Improper Output Encoding in Generated HTML Reports

The MongoSQL Transition Readiness Tool writes query text and user names read from BI Connector log files into its generated HTML report without encoding them for that output context. A user able to issue queries through the BI Connector can influence log content so that markup supplied in a query...

6.9CVSS5.8AI score0.00204EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/28 7:24 p.m.•13 views

MongoSQL Transition Readiness Tool Improper Neutralization of Formula Elements in Generated Reports

The MongoSQL Transition Readiness Tool writes database and collection names into its generated CSV reports without neutralizing leading characters that spreadsheet applications treat as formulas. A user with write privileges on the cluster can choose a namespace name that is later evaluated as a...

6.3CVSS6AI score0.00247EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/28 7:23 p.m.•11 views

MongoDB BI Connector Transition Readiness Report Improper HTML Encoding When Processing Database Metadata

MongoSQL Transition Readiness Tool does not sufficiently encode database metadata before including it in generated HTML. A MongoDB user with write access can introduce crafted metadata that may cause script code to run when another user generates and opens the report, potentially exposing report...

4.8CVSS5.9AI score0.00162EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/27 6:32 p.m.•18 views

KMS master key exposure via unredacted credential serialization in driver settings string

A weakness in the client-side encryption configuration surface of the MongoDB C Driver causes sensitive key-management credential material supplied by the application to be reproduced verbatim in the driver's human-readable diagnostic representation of its client settings, instead of being masked...

6.8CVSS5.8AI score0.00066EPSS
SaveExploits0References2Affected Software1
MongoDB
MongoDB
•added 2026/08/27 6:32 p.m.•10 views

Connection-option injection via unescaped settings in the canonical MongoDB URL builder

Improper neutralization of delimiters in connection-URL construction allows connection-option injection in the MongoDB C Driver. When an application passes untrusted text into the driver's connection-URL builder and round-trips the builder back into a client configuration, the untrusted text is...

7.1CVSS5.9AI score0.00174EPSS
SaveExploits0References2Affected Software1
MongoDB
MongoDB
•added 2026/08/27 6:32 p.m.•14 views

NoSQL injection via array replacement bypassing update shape validation in driver write path

A MongoDB C driver document-replacement code path omits the element-name/shape validation that the equivalent write paths apply, so a value supplied as a replacement is forwarded to the server without neutralization of query-language special elements. An application that passes untrusted,...

5.4CVSS5.9AI score0.00164EPSS
SaveExploits0References2Affected Software1
MongoDB
MongoDB
•added 2026/08/27 6:32 p.m.•12 views

NoSQL injection via unquoted constant GroupBy keys in LINQ pipeline translation

A NoSQL/expression injection weakness exists in the LINQ-to-aggregation query translation layer of the MongoDB C Driver, in both aggregation expression and query filter translation. When application-supplied values are embedded in certain query constructs, special elements contained within those...

6.9CVSS5.8AI score0.00183EPSS
SaveExploits0References2Affected Software1
MongoDB
MongoDB
•added 2026/08/27 6:32 p.m.•10 views

Cross-database write redirection via unvalidated dotted database name in bulk write namespaces

The MongoDB Rust Driver does not neutralize special characters in a caller-supplied target identifier before embedding it in the request it sends to the server. An actor able to influence that identifier in an application using the driver may cause write operations to be applied to an unintended...

7.1CVSS5.9AI score0.00203EPSS
SaveExploits0References2Affected Software1
MongoDB
MongoDB
•added 2026/08/27 6:32 p.m.•18 views

Cross-tenant database retargeting via dot/NUL injection in namespace strings in the PHP Driver

The MongoDB client library for PHP does not sufficiently sanitize special elements in application-supplied namespace identifiers before using them to construct the target namespace for database operations. An application that incorporates untrusted text into these identifiers may have operations...

8.6CVSS5.9AI score0.00273EPSS
SaveExploits0References5Affected Software2
MongoDB
MongoDB
•added 2026/08/27 6:32 p.m.•42 views

Cross-tenant database retargeting via dot/NUL injection in namespace strings in the C Driver

A weakness in the MongoDB C Driver allows special elements in caller-supplied database and collection name components to pass without sanitization when the driver composes the target namespace for an operation. An application that incorporates untrusted input into these name components can have...

5.4CVSS5.9AI score0.00156EPSS
SaveExploits0References2Affected Software1
MongoDB
MongoDB
•added 2026/08/27 6:32 p.m.•12 views

Cross-tenant database retargeting via dot/NUL injection in namespace strings in libmongocrypt

A missing input-validation issue in MongoDB libmongocrypt's automatic-encryption context setup allows a caller-supplied database identifier to be accepted without sanitization. The resulting impact is limited to incorrect schema selection, which may lead to limited disclosure or modification of...

4.4CVSS5.8AI score0.00074EPSS
SaveExploits0References2Affected Software1
MongoDB
MongoDB
•added 2026/08/27 6:32 p.m.•11 views

Cross-tenant database retargeting via dot/NUL injection in namespace strings in the C++ Driver

A weakness in the MongoDB C++ Driver's handling of caller-supplied namespace identifiers allows special characters embedded in those identifiers. An application that builds a namespace identifier from untrusted input without validating it may therefore have its operation directed at a different...

8.6CVSS5.9AI score0.00265EPSS
SaveExploits0References2Affected Software1
MongoDB
MongoDB
•added 2026/08/27 6:31 p.m.•12 views

Cross-database write retargeting via unvalidated dotted database name in Client.BulkWrite in the MongoDB Go Driver

The MongoDB Go Driver's client-level bulk write operation may accept a caller-supplied database name containing a reserved separator character without escaping it before the name is used to build the target namespace for the operation. An application that passes untrusted input as a database name...

7.1CVSS5.9AI score0.00203EPSS
SaveExploits0References2Affected Software1
MongoDB
MongoDB
•added 2026/08/27 4:01 p.m.•12 views

MongoDB Connector for BI mongodrdl Logs TLS Private-Key Password When Duplicate Options Are Supplied

In MongoDB Connector for BI, mongodrdl may write a TLS private-key password to standard error when the password is supplied through both the connection URI and the corresponding command-line option. A local user with access to the captured command output and encrypted key file may use the disclos...

4.4CVSS5.8AI score0.0009EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/27 3:58 p.m.•12 views

MongoDB BI Connector Improper Memory Handling During Failed Kerberos Authentication May Cause Process Termination

An unauthenticated client that can reach a MongoDB Connector for BI deployment configured with Kerberos authentication may cause mongosqld to terminate when a crafted authentication exchange encounters a specific GSSAPI error-handling condition. This can interrupt BI Connector availability until...

8.2CVSS5.9AI score0.00264EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/12 9:04 p.m.•11 views

MongoDB BI Connector ODBC driver may write outside an allocated buffer when the setup dialog opens a data source with oversized path settings

A data source definition containing an over-length file path setting may cause the MongoDB BI Connector ODBC Driver setup dialog to write outside the bounds of an allocated buffer. The issue stems from an incorrect buffer capacity calculation in the dialog's file and folder selection handling, an...

8.4CVSS5.7AI score0.00159EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/12 8:33 p.m.•14 views

MongoDB BI Connector ODBC Driver Memory-Safety Issue When Handling Stored Procedure Output Parameters

An application using the MongoDB BI Connector ODBC Driver may experience a memory-safety issue when processing output parameters from a stored procedure. Triggering this issue requires connecting to an untrusted or impersonated database server that returns crafted metadata. This may result in...

8.8CVSS5.7AI score0.00379EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/12 8:29 p.m.•17 views

MongoDB BI Connector ODBC driver may write outside an allocated buffer when retrieving large floating point values as character data

The MongoDB BI Connector ODBC Driver converts floating point column values into text without checking that the result fits within the destination buffer. When an application reads a sufficiently large floating point value as text, the driver may write beyond the end of that buffer and corrupt...

7.1CVSS5.5AI score0.00316EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/12 8:27 p.m.•10 views

MongoDB BI Connector ODBC driver may write outside an allocated buffer when handling oversized catalog object names

The MongoDB BI Connector ODBC Driver may write outside the bounds of a fixed-size buffer when an application supplies an unusually long catalog, schema, or object name to a metadata retrieval function. This may result in memory corruption within the calling application's process, leading to...

9.8CVSS6AI score0.00402EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/12 8:24 p.m.•10 views

Crafted database metadata may cause memory corruption in MongoDB BI Connector ODBC Driver

A missing bounds check when parsing stored procedure parameter metadata in the MongoDB BI Connector ODBC Driver can result in an out-of-bounds write in the client application process. Triggering this issue requires control over the server the driver connects to, or the ability to respond in its...

8.8CVSS5.5AI score0.00306EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/12 8:17 p.m.•10 views

Insufficient OIDC endpoint validation could invoke unintended local protocol handlers

MongoDB Schema Manager and MongoDB Atlas SQL ODBC Driver do not validate the scheme of the authorization and token endpoints returned by an OIDC issuer's discovery document. A user induced to connect to an uncontrolled MongoDB deployment using MONGODB-OIDC authentication may have an uncontrolled...

6.3CVSS6.2AI score0.0021EPSS
SaveExploits0References1Affected Software2
MongoDB
MongoDB
•added 2026/08/12 8:14 p.m.•11 views

Insufficient redaction of sensitive configuration values in diagnostic output of MongoDB SQL Schema Builder CLI

MongoDB SQL Schema Builder CLI records its startup configuration to standard output and, when file logging is enabled, to a log file on disk. Certain connection settings were written without redaction, so authentication material supplied by the operator could appear in plaintext in that diagnosti...

6.8CVSS5.7AI score0.00113EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/11 10:00 p.m.•18 views

Cleartext Storage of Sensitive Information in MongoDB Driver Logging During Client Initialization

A MongoDB driver component could write sensitive configuration information, including a credential used for outbound network connectivity, to application log output in cleartext during routine client initialization. This occurs automatically as part of normal operation and requires no special...

8.2CVSS5.3AI score0.00121EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/11 6:49 p.m.•14 views

Improper Authorization in MongoDB Queryable Encryption Maintenance Operations Allows Unauthorized Modification of Other Collections

An issue in MongoDB Server's Queryable Encryption maintenance operations could allow an authenticated user with privileges on one encrypted collection to cause unauthorized modification or destruction of data belonging to a different collection. This is due to insufficient validation of certain...

8.1CVSS5.3AI score0.00179EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/11 6:48 p.m.•16 views

Use-After-Free in MongoDB Query Execution Engine Leads to Denial of Service and Potential Memory Disclosure

An issue in MongoDB Server's query execution engine could allow an authenticated user with read and write privileges to cause an internal reference to be used after the underlying memory has been freed, when running certain queries against time-series collections. This could result in a server...

7.1CVSS5.5AI score0.0027EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/11 6:48 p.m.•14 views

Missing Authorization in MongoDB Sharded Transaction Commit/Abort Handling Leads to Cross-Shard Data Inconsistency

An issue in MongoDB Server could allow an authenticated user with direct network access to a shard to improperly commit or abort an in-progress prepared transaction, bypassing the intended transaction coordination process. This could result in cross-shard data inconsistency, cluster clock...

6.4CVSS5.3AI score0.00141EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/11 6:47 p.m.•15 views

Improper Authorization in MongoDB Server Allows Unauthorized Actions on System Collections via the validate Command

An issue in MongoDB Server could allow an authenticated user with a limited database-scoped role to perform an action against protected system collections that should require more specific privileges. This could result in exposure of collection metadata and, on certain deployment configurations,...

5.4CVSS5.3AI score0.00168EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/11 6:47 p.m.•14 views

Improper Authorization in MongoDB Server Allows Unauthorized Actions on System Collections

An issue in MongoDB Server could allow an authenticated user with a limited database-scoped role to perform an action against protected system collections that their assigned privileges should not permit. This could result in critical system collections being dropped and recreated without proper...

8.1CVSS5.3AI score0.00265EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/11 6:46 p.m.•11 views

Improper Input Validation in MongoDB Query Planner Leads to Denial of Service

An issue in MongoDB Server's query planner could allow an authenticated user with read-level privileges to cause the server process to terminate unexpectedly by submitting a specially formed query against a collection with a text index. This could result in a denial of service, affecting connecte...

6.5CVSS5.3AI score0.00289EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/11 6:46 p.m.•11 views

Improper Authentication in MongoDB Intra-Cluster Connections Allows Credential Exposure

An issue in MongoDB Server's intra-cluster connection setup could allow a party with suitable network access to influence which authentication mechanism is used when one replica set member connects to another. Under certain conditions, this could cause the cluster's shared internal credential to ...

9CVSS5.3AI score0.00238EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/11 6:43 p.m.•20 views

Improper Authorization in MongoDB profile Command Allows Unauthorized Modification of Server-Wide Diagnostic Settings

An issue in MongoDB Server could allow an authenticated user with limited, database-scoped privileges to modify diagnostic logging settings that affect the entire server rather than just the intended database. This could allow suppression of diagnostic logging server-wide, potentially obscuring...

6.4CVSS5.3AI score0.00209EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/11 6:42 p.m.•11 views

Out-of-Bounds Read in MongoDB Geospatial Query Processing Leads to Denial of Service and Potential Memory Disclosure

An issue in MongoDB Server's geospatial query processing could allow an authenticated user with write privileges to cause certain malformed geometry data to be stored and later processed without proper validation. Subsequent queries against this data could then result in the server accessing memo...

7.1CVSS5.2AI score0.00268EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/11 6:41 p.m.•14 views

Improper Neutralization of Input in MongoDB Server's JavaScript Scripting Engine Leads to Unauthorized Code Execution Within Query Scopes

An issue in MongoDB Server's JavaScript scripting engine could allow an authenticated user with write privileges to cause code they control to be executed within the query scope of other users, through a specially crafted stored value processed during an internal maintenance cycle. This could...

6.4CVSS5.7AI score0.00284EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/11 6:40 p.m.•15 views

Improper Authorization in MongoDB applyOps Command Handling Allows Unauthorized DDL Operations on Collections

An issue in MongoDB Server's applyOps command could allow an authenticated user with specific non-default privileges to perform certain data-definition operations, such as dropping or modifying collections, against collections they do not have permission to manipulate. This is due to an...

7CVSS5.4AI score0.00287EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/11 6:40 p.m.•12 views

Use-After-Free in MongoDB Geospatial Validation Leads to Denial of Service

An issue in MongoDB Server's geospatial validation could allow an authenticated user with write privileges to cause an internal reference to be used after the underlying memory has been freed, through concurrent operations against a collection using a certain type of validator. This could result ...

6.5CVSS5.2AI score0.00289EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/11 6:39 p.m.•12 views

Type Confusion in MongoDB Query Subsystem Leads to Denial of Service

An issue in MongoDB Server's query subsystem could allow an authenticated user with read privileges to cause the server process to terminate unexpectedly by submitting a specially formed query filter. This could result in a denial of service...

7.1CVSS5.3AI score0.00302EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/11 6:39 p.m.•13 views

Improper Input Validation in MongoDB Aggregation Framework Allows Unauthenticated Denial of Service on mongos

An issue in MongoDB Server's aggregation framework could allow an unauthenticated party to cause a mongos router process to terminate unexpectedly by submitting a specially formed aggregation command. This could result in a denial of service, disrupting client connections routed through the...

8.7CVSS5.3AI score0.00346EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/11 6:38 p.m.•11 views

Out-of-Bounds Read/Write in MongoDB Timeseries Bucket Handling Leads to Denial of Service and Potential Memory Disclosure

An issue in MongoDB Server's handling of timeseries collections could allow an authenticated user with write privileges to cause an internal data structure to become inconsistent through certain document insertions. A subsequent insert into the affected bucket could then result in the server...

7.6CVSS5.3AI score0.00229EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/11 6:37 p.m.•17 views

Improper Authorization in MongoDB Atlas Vector Search Allows Unauthorized Access to Protected View Data

An issue in MongoDB Server's Atlas Vector Search feature could allow an authenticated user with read access to one view to retrieve documents from a different, protected view over the same underlying collection. This is due to insufficient handling of certain user-supplied fields when constructin...

7.1CVSS5.3AI score0.0027EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/11 6:37 p.m.•17 views

Improper Authorization in MongoDB Aggregation Framework Allows Read-Only User to Perform Unauthorized Write Operations

An issue in MongoDB Server's aggregation framework could allow an authenticated user with only read privileges to perform write operations against collections they should not be able to modify. This is due to an internal-use aggregation stage being reachable by external clients without an...

7.1CVSS5.3AI score0.00212EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/11 6:36 p.m.•12 views

Use-After-Free in MongoDB Timeseries Bucket Handling Leads to Denial of Service and Potential Remote Code Execution

An issue in MongoDB Server's handling of timeseries bucket lifecycle could allow an authenticated user with write privileges to cause an internal reference to be used after the underlying memory has been freed. Subsequent operations could then result in a server crash or, potentially, execution o...

8.8CVSS5.5AI score0.00432EPSS
SaveExploits0References1Affected Software1
MongoDB
MongoDB
•added 2026/08/11 6:36 p.m.•19 views

Out-of-Bounds Read in MongoDB Aggregation Framework Leads to Denial of Service and Potential Memory Disclosure

An issue in MongoDB Server's aggregation framework could allow an authenticated user to trigger an out-of-bounds memory read by providing a specially formed numeric parameter in a certain aggregation pipeline stage. This could result in a server crash denial of service and may potentially expose ...

7.1CVSS5.3AI score0.00268EPSS
SaveExploits0References1Affected Software1
Total number of security vulnerabilities277