CVE-2025-10061
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedAn authorized user can cause a crash in the MongoDB Server through a specially crafted $group query. This vulnerability is related to the incorrect handling of certain accumulator functions when additional parameters are specified within the $group operation. This vulnerability could lead to denial of service if triggered repeatedly. This issue affects MongoDB Server v6.0 versions prior to 6.0.25, MongoDB Server v7.0 versions prior to 7.0.22, MongoDB Server v8.0 versions prior to 8.0.12 and MongoDB Server v8.1 versions prior to 8.1.2
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceAn authorized user can crash the MongoDB Server via a specially crafted $group query that improperly handles certain accumulator functions when additional parameters are specified. The vulnerability stems from incorrect handling within the aggregation pipeline's $group operation, leading to a denial-of-service condition through repeatable crashes.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 6.0.0, < 6.0.25>= 7.0.0, < 7.0.22>= 8.0.0, < 8.0.12>= 8.1.0, < 8.1.2CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check installed MongoDB versionRun db.version() in the mongo shell or mongosh, or run mongod --version from the command lineAffected if The version falls within >= 6.0.0 and < 6.0.25, >= 7.0.0 and < 7.0.22, >= 8.0.0 and < 8.0.12, or >= 8.1.0 and < 8.1.2
-
Identify $group aggregation usageSearch application code and database query logs for aggregation pipelines containing the $group stageAffected if The database uses $group stages in aggregation pipelines with accumulator functions
-
Review $group accumulator function usageExamine any $group pipelines for use of accumulator functions such as $stdDevPop, $stdDevSamp, $push, $addToSet, or other accumulators that accept additional parameters beyond the field expressionAffected if The $group stage uses accumulator functions with extra parameters specified (for example, passing options or additional arguments to the accumulator)
-
Check for server crashes in logsInspect MongoDB server logs (default location /var/log/mongodb/ or the configured log path) for crash reports, stack traces, or abort signals occurring during aggregation pipeline executionAffected if Logs show repeatable crashes or assertions related to $group operation processing
You are affected if your MongoDB version is within the vulnerable ranges AND your environment executes $group aggregation pipelines that use accumulator functions with additional parameters.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped6.0.257.0.228.0.12
Upgrade MongoDB Server to version 6.0.25 or later, 7.0.22 or later, 8.0.12 or later, or 8.1.2 or later to patch this vulnerability.
6.0.25 (or 7.0.22 / 8.0.12 / 8.1.2 depending on your current branch)
- 1. Review MongoDB release notes for the target version to understand any compatibility considerations
- 2. Create a full backup of your MongoDB data before upgrading
- 3. Stop the MongoDB server instance
- 4. Upgrade MongoDB Server to version 6.0.25 or higher (for 6.0.x branch), 7.0.22 or higher (for 7.0.x branch), 8.0.12 or higher (for 8.0.x branch), or 8.1.2 or higher (for 8.1.x branch)
- 5. Verify the upgrade was successful by checking the server version (db.version())
- 6. Restart the MongoDB service
- 7. Test that $group queries with accumulator functions work correctly
- 8. Monitor system stability to confirm the vulnerability is no longer reproducible
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,800.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-10061 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-10061 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data