
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-6712 – MongoDB Server may be susceptible to DoS due to Accumulated Memory Allocation
https://notcve.org/view.php?id=CVE-2025-6712
07 Jul 2025 — MongoDB Server may be susceptible to disruption caused by high memory usage, potentially leading to server crash. This condition is linked to inefficiencies in memory management related to internal operations. In scenarios where certain internal processes persist longer than anticipated, memory consumption can increase, potentially impacting server stability and availability. This issue affects MongoDB Server v8.0 versions prior to 8.0.10 • https://jira.mongodb.org/browse/SERVER-106751 • CWE-400: Uncontrolled Resource Consumption •

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-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-0755 – MongoDB C Driver bson library may be susceptible to buffer overflow
https://notcve.org/view.php?id=CVE-2025-0755
18 Mar 2025 — The various bson_append functions in the MongoDB C driver library may be susceptible to buffer overflow when performing operations that could result in a final BSON document which exceeds the maximum allowable size (INT32_MAX), resulting in a segmentation fault and possible application crash. This issue affected libbson versions prior to 1.27.5, MongoDB Server v8.0 versions prior to 8.0.1 and MongoDB Server v7.0 versions prior to 7.0.16 • https://jira.mongodb.org/browse/SERVER-94461 • CWE-122: Heap-based Buffer Overflow •