
CVE-2025-6714 – Incorrect Handling of incomplete data may prevent mongoS from Accepting New Connections
https://notcve.org/view.php?id=CVE-2025-6714
07 Jul 2025 — MongoDB Server's mongos component can become unresponsive to new connections due to incorrect handling of incomplete data. This affects MongoDB when configured with load balancer support. This issue affects MongoDB Server v6.0 prior to 6.0.23, MongoDB Server v7.0 prior to 7.0.20 and MongoDB Server v8.0 prior to 8.0.9 Required Configuration: This affects MongoDB sharded clusters when configured with load balancer support for mongos using HAProxy on specified ports. • https://jira.mongodb.org/browse/SERVER-106753 • CWE-400: Uncontrolled Resource Consumption CWE-834: Excessive Iteration •

CVE-2025-6713 – MongoDB Server may be susceptible to privilege escalation due to $mergeCursors stage
https://notcve.org/view.php?id=CVE-2025-6713
07 Jul 2025 — An unauthorized user may leverage a specially crafted aggregation pipeline to access data without proper authorization due to improper handling of the $mergeCursors stage in MongoDB Server. This may lead to access to data without further authorisation. This issue affects MongoDB Server MongoDB Server v8.0 versions prior to 8.0.7, MongoDB Server v7.0 versions prior to 7.0.20 and MongoDB Server v6.0 versions prior to 6.0.22 • https://jira.mongodb.org/browse/SERVER-106752 • CWE-285: Improper Authorization •

CVE-2025-6711 – Incomplete Redaction of Sensitive Information in MongoDB Server Logs
https://notcve.org/view.php?id=CVE-2025-6711
07 Jul 2025 — An issue has been identified in MongoDB Server where unredacted queries may inadvertently appear in server logs when certain error conditions are encountered. This issue affects MongoDB Server v8.0 versions prior to 8.0.5, MongoDB Server v7.0 versions prior to 7.0.18 and MongoDB Server v6.0 versions prior to 6.0.21. • https://jira.mongodb.org/browse/SERVER-98720 • CWE-532: Insertion of Sensitive Information into Log File •

CVE-2025-6710 – Pre-authentication Denial of Service Stack Overflow Vulnerability in JSON Parsing via Excessive Recursion in MongoDB
https://notcve.org/view.php?id=CVE-2025-6710
26 Jun 2025 — MongoDB Server may be susceptible to stack overflow due to JSON parsing mechanism, where specifically crafted JSON inputs may induce unwarranted levels of recursion, resulting in excessive stack space consumption. Such inputs can lead to a stack overflow that causes the server to crash which could occur pre-authorisation. This issue affects MongoDB Server v7.0 versions prior to 7.0.17 and MongoDB Server v8.0 versions prior to 8.0.5. The same issue affects MongoDB Server v6.0 versions prior to 6.0.21, but an... • https://jira.mongodb.org/browse/SERVER-106749 • CWE-674: Uncontrolled Recursion •

CVE-2025-6709 – Pre-Authentication Denial of Service Vulnerability in MongoDB Server's OIDC Authentication
https://notcve.org/view.php?id=CVE-2025-6709
26 Jun 2025 — The MongoDB Server is susceptible to a denial of service vulnerability due to improper handling of specific date values in JSON input when using OIDC authentication. This can be reproduced using the mongo shell to send a malicious JSON payload leading to an invariant failure and server crash. This issue affects MongoDB Server v7.0 versions prior to 7.0.17 and MongoDB Server v8.0 versions prior to 8.0.5. The same issue affects MongoDB Server v6.0 versions prior to 6.0.21, but an attacker can only induce deni... • https://jira.mongodb.org/browse/SERVER-106748 • CWE-20: Improper Input Validation •

CVE-2025-6707 – Race condition in privilege cache invalidation cycle
https://notcve.org/view.php?id=CVE-2025-6707
26 Jun 2025 — Under certain conditions, an authenticated user request may execute with stale privileges following an intentional change by an authorized administrator. This issue affects MongoDB Server v5.0 version prior to 5.0.31, MongoDB Server v6.0 version prior to 6.0.24, MongoDB Server v7.0 version prior to 7.0.21 and MongoDB Server v8.0 version prior to 8.0.5. • https://jira.mongodb.org/browse/SERVER-93497 • CWE-863: Incorrect Authorization •

CVE-2025-6706 – Running certain aggregation operations with the SBE engine may lead to unexpected behavior on MongoDB Server
https://notcve.org/view.php?id=CVE-2025-6706
26 Jun 2025 — An authenticated user may trigger a use after free that may result in MongoDB Server crash and other unexpected behavior, even if the user does not have authorization to shut down a server. The crash is triggered on affected versions by issuing an aggregation framework operation using a specific combination of rarely-used aggregation pipeline expressions. This issue affects MongoDB Server v6.0 version prior to 6.0.21, MongoDB Server v7.0 version prior to 7.0.17 and MongoDB Server v8.0 version prior to 8.0.4... • https://jira.mongodb.org/browse/SERVER-106746 • CWE-416: Use After Free •

CVE-2025-3085 – MongoDB Server running on Linux may allow unexpected connections where intermediate certificates are revoked
https://notcve.org/view.php?id=CVE-2025-3085
01 Apr 2025 — A MongoDB server under specific conditions running on Linux with TLS and CRL revocation status checking enabled, fails to check the revocation status of the intermediate certificates in the peer's certificate chain. In cases of MONGODB-X509, which is not enabled by default, this may lead to improper authentication. This issue may also affect intra-cluster authentication. This issue affects MongoDB Server v5.0 versions prior to 5.0.31, MongoDB Server v6.0 versions prior to 6.0.20, MongoDB Server v7.0 version... • https://jira.mongodb.org/browse/SERVER-95445 • CWE-299: Improper Check for Certificate Revocation •

CVE-2025-3084 – MongoDB Server may crash due to improper validation of explain command
https://notcve.org/view.php?id=CVE-2025-3084
01 Apr 2025 — When run on commands with certain arguments set, explain may fail to validate these arguments before using them. This can lead to crashes in router servers. This affects MongoDB Server v5.0 prior to 5.0.31, MongoDB Server v6.0 prior to 6.0.20, MongoDB Server v7.0 prior to 7.0.16 and MongoDB Server v8.0 prior to 8.0.4 • https://jira.mongodb.org/browse/SERVER-103153 • CWE-703: Improper Check or Handling of Exceptional Conditions •

CVE-2025-3083 – Malformed MongoDB wire protocol messages may cause mongos to crash
https://notcve.org/view.php?id=CVE-2025-3083
01 Apr 2025 — Specifically crafted MongoDB wire protocol messages can cause mongos to crash during command validation. This can occur without using an authenticated connection. This issue affects MongoDB v5.0 versions prior to 5.0.31, MongoDB v6.0 versions prior to 6.0.20 and MongoDB v7.0 versions prior to 7.0.16 Specifically crafted MongoDB wire protocol messages can cause mongos to crash during command validation. This can occur without using an authenticated connection. This issue affects MongoDB v5.0 versions prior t... • https://jira.mongodb.org/browse/SERVER-103152 • CWE-248: Uncaught Exception •