CVE-2026-82065
massPersistent Denial of Service in MongoDB Server via Unvalidated Storage Options
MongoDB Server contains a flaw in its storage engine integration layer in which user-supplied storage configuration options are insufficiently validated before being persisted to durable metadata. An authenticated user holding collection-creation privileges can submit a malicious option value that is written to disk, and when diagnostic operations later read that metadata the server hits a fatal assertion failure (CWE-617, Reachable Assertion) and crashes. Because the corrupted metadata persists across restarts and is replicated to other cluster members, the outage recurs and spreads across replica sets or sharded clusters, requiring manual operator intervention to restore service. Any deployment that grants collection-creation rights to partially trusted users is at risk; the vendor advisory defines the exact affected version ranges, which are not specified in the available data. There is no public proof-of-concept and no known in-the-wild exploitation; EPSS estimates only a 0.3% probability of exploitation within 30 days.
What to do: Check MongoDB's security advisory for this CVE to identify whether your deployed version is affected and upgrade to the patched release it specifies. Until patched, restrict collection-creation privileges to trusted administrative roles and audit any user- or application-supplied storage engine configuration options. If a cluster hits the fatal assertion, follow vendor recovery guidance and validate metadata integrity on all members rather than repeatedly restarting, since the corruption is durable and replicated.
| MongoDB Server | — |
Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.
A security issue in the MongoDB Server's storage engine integration layer allows an authenticated user with collection creation privileges to cause a persistent denial of service. Insufficient validation of user-supplied storage configuration options permits values that, once persisted to durable metadata, trigger a fatal assertion failure when the metadata is subsequently read by diagnostic operations. The corrupted metadata persists across server restarts and is replicated to other cluster members, requiring manual operator intervention to restore service.
- Weakness
- CWE-617
- Vector
- CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
In the news0 stories
No ingested article mentions this CVE yet.