Total CVEs

150,976

Critical Severity

5,036

High Severity

17,677

Last 7 Days

2,116
Quick preset (or use dates below)
Clear Filters
πŸ“… Showing Year: 2026 (January 1 - December 31, 2026) View All Years β†’
Showing 2,641 - 2,660 of 47,381 CVEs
CVE-2026-13075 MEDIUM - 6.5

An authenticated user can cause the mongod process to be terminated by the operating system under memory pressure via the $rankFusion and $scoreFusion aggregation stages. The issue originates in the server's error-handling path and requires the ability to run aggregation queries.

Vendor: MongoDB
Product: MongoDB Server
Published: Jul 22, 2026
Source: NVD
CVE-2026-13074 MEDIUM - 5.3

An unauthenticated remote client can cause excessive CPU consumption on a MongoDB server by sending a specific combination of parameters to the awaitable hello command in exhaust mode. The server's handling of this combination results in a response loop that bypasses normal throttling, allowing...

Vendor: MongoDB
Product: MongoDB Server
Published: Jul 22, 2026
Source: NVD
CVE-2026-13073 MEDIUM - 4.3

An authenticated user with read-only privileges can cause the mongod process to terminate abnormally by issuing a crafted aggregation command, resulting in denial of service for all connected clients until the process is restarted. The issue stems from an internal engine selection inconsistency trig...

Vendor: MongoDB
Product: MongoDB Server
Published: Jul 22, 2026
Source: NVD
CVE-2026-13072 HIGH - 8.1

When compute mode is enabled on a standalone mongod instance, insufficient validation of externally sourced BSON data during aggregation pipeline processing can result in memory corruption, potentially leading to process termination or other unintended behavior. This configuration is non-default and...

Vendor: MongoDB
Product: MongoDB Server
Published: Jul 22, 2026
Source: NVD
CVE-2026-13071 MEDIUM - 6.5

An authenticated user with read access can cause the mongod process to be terminated through certain aggregation expressions that execute server-side JavaScript. The issue involves improper memory handling during document processing.

Vendor: MongoDB
Product: MongoDB Server
Published: Jul 22, 2026
Source: NVD
CVE-2026-13070 MEDIUM - 5.3

A MongoDB server initiating an outbound TLS connection may terminate abnormally when processing a malformed OCSP response from a remote peer during the TLS handshake. OCSP stapling validation is enabled by default for outgoing TLS connections. Affected scenarios require the remote peer to hold a cer...

Vendor: MongoDB
Product: MongoDB Server
Published: Jul 22, 2026
Source: NVD
CVE-2026-13069 MEDIUM - 6.5

An authenticated user can cause excessive CPU consumption or out-of-memory conditions on a MongoDB server by sending a crafted Queryable Encryption find payload containing an unvalidated field used to control an internal computation loop. The resulting resource exhaustion degrades availability for o...

Vendor: MongoDB
Product: MongoDB Server
Published: Jul 22, 2026
Source: NVD
CVE-2026-13068 MEDIUM - 4.2

An authenticated user holding cursor termination privileges on one database may incorrectly be permitted to terminate active cursors on a separate database, disrupting ongoing query operations for other users. The behavior stems from an authorization check that does not correctly scope privileges to...

Vendor: MongoDB
Product: MongoDB Server
Published: Jul 22, 2026
Source: NVD
CVE-2026-13067 MEDIUM - 6.3

When PROXY protocol v2 is used on the Unix domain socket path, roles derived from X.509 client certificates may not be validated against the configured tlsCATrusts allow-list. This can result in unintended role assignments following MONGODB-X509 authentication. Affected scenarios require local acces...

Vendor: MongoDB
Product: MongoDB Server
Published: Jul 22, 2026
Source: NVD
CVE-2026-13066 MEDIUM - 6.5

Improper handling of DBPointer objects during BSON serialization in MongoDB's server-side JavaScript engine can result in internal process memory contents being included in data returned to the client. This constitutes an unintended information disclosure affecting deployments that use server-s...

Vendor: MongoDB
Product: MongoDB Server
Published: Jul 22, 2026
Source: NVD
CVE-2026-13065 MEDIUM - 6.5

A user with read-only privileges is able to craft an aggregation pipeline using the $linearFill window function operator with a specific sortBy expression type to cause the mongod process to terminate abnormally, resulting in denial of service. The issue stems from insufficient validation of sort sp...

Vendor: MongoDB
Product: MongoDB Server
Published: Jul 22, 2026
Source: NVD
CVE-2026-13064 MEDIUM - 6.5

Certain query operations involving deeply nested $jsonSchema constructs can trigger disproportionate CPU consumption in affected MongoDB deployments, potentially leading to resource exhaustion. The resulting CPU-bound operation cannot be interrupted through standard administrative controls.

Vendor: MongoDB
Product: MongoDB Server
Published: Jul 22, 2026
Source: NVD
CVE-2026-13063 MEDIUM - 4.3

An authenticated user with standard read/write privileges can cause the mongod process to terminate due to an out-of-memory condition by sending a crafted aggregation command. MongoDB's libmongocrypt library insufficiently validates payload-supplied values, which can result in an excessively la...

Vendor: MongoDB
Product: MongoDB Server
Published: Jul 22, 2026
Source: NVD
CVE-2026-13062 MEDIUM - 6.5

An authenticated user with write privileges on a Queryable Encryption-enabled collection may be able to modify internal encryption metadata fields that are intended to be server-controlled, by sending crafted write commands through the mongos router on a sharded cluster. This can result in corruptio...

Vendor: MongoDB
Product: MongoDB Server
Published: Jul 22, 2026
Source: NVD
CVE-2026-13061 MEDIUM - 4.3

An authenticated user may be able to view session metadata belonging to other users on the system through the $listSessions aggregation stage. This information is normally restricted to users with cluster-level administrative privileges, and includes active session identifiers, associated usernames,...

Vendor: MongoDB
Product: MongoDB Server
Published: Jul 22, 2026
Source: NVD
CVE-2026-13060 MEDIUM - 6.5

An authenticated user with limited read privileges may be able to access documents from collections they are not authorized to read, due to an inconsistency in how the $graphLookup aggregation stage is evaluated during authorization and during execution. Affected scenarios involve collections refere...

Vendor: MongoDB
Product: MongoDB Server
Published: Jul 22, 2026
Source: NVD
CVE-2026-13059 HIGH - 8.1

An authenticated user with low privileges may be able to perform unauthorized reads and writes on data protected by role-based query-level access controls, due to insufficient validation of certain client-supplied command parameters. The issue affects find, update, delete, and aggregate commands in ...

Vendor: MongoDB
Product: MongoDB Server
Published: Jul 22, 2026
Source: NVD

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 ...

Vendor: MongoDB
Product: MongoDB Server
Published: Jul 22, 2026
Source: NVD
CVE-2026-13057 MEDIUM - 5.3

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 t...

Vendor: MongoDB
Product: MongoDB Server
Published: Jul 22, 2026
Source: NVD
CVE-2026-13056 MEDIUM - 6.5

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.

Vendor: MongoDB
Product: MongoDB Server
Published: Jul 22, 2026
Source: NVD