CVE-2025-10061
BaseFortify
Publication date: 2025-09-05
Last updated on: 2025-11-13
Assigner: MongoDB, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| mongodb | mongodb | From 8.1.0 (inc) to 8.1.2 (inc) |
| mongodb | mongodb | From 8.1.0 (inc) to 8.1.2 (inc) |
| mongodb | mongodb | From 8.1.0 (inc) to 8.1.2 (inc) |
| mongodb | mongodb | From 8.1.0 (inc) to 8.1.2 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-20 | The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly. |
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability allows an authorized user to cause a crash in the MongoDB Server by using a specially crafted $group query. It is due to incorrect handling of certain accumulator functions when additional parameters are specified within the $group operation.
How can this vulnerability impact me? :
The vulnerability can lead to a denial of service (DoS) condition if the specially crafted $group query is triggered repeatedly, causing the MongoDB Server to crash.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, you should upgrade your MongoDB Server to a fixed version. Specifically, update to MongoDB Server v6.0.25 or later, v7.0.22 or later, v8.0.12 or later, or v8.1.2 or later, depending on your current version. Avoid running specially crafted $group queries from authorized users until the update is applied.