ZeroHour

CVE-2026-82067

large

Unauthenticated auth bypass in MongoDB Server via case-sensitive config validation

CVSS 4.0
9.2 critical
EPSS
<1%p21
Published
()
Modified
AI analysis

CVE-2026-82067 is a case-sensitivity flaw (CWE-178) in the configuration validation component of MongoDB Server: when a configuration value controlling authorization is handled case-sensitively during startup, the authorization subsystem can remain in its default disabled state. Affected deployments therefore start with authentication and authorization effectively not enforced. Any unauthenticated user with network access to the database listener can then perform arbitrary administrative operations, giving full impact on data confidentiality, integrity, and availability (read, modify, or destroy data). Only MongoDB Server deployments that hit this specific case-sensitivity condition are affected, and the source data does not specify affected or fixed version ranges. Exploitation has not been reported: there is no public proof of concept, the issue is not in CISA KEV, and EPSS estimates the 30-day exploitation probability at about 0.3% (21st percentile).

What to do: Verify on your mongod instances that authorization is actually enforced after every restart (test that unauthenticated connections are rejected, and monitor for anonymous administrative activity). Restrict network access to the database listener with firewalls or private networking so only trusted clients can reach it. Upgrade MongoDB Server to the patched release identified in MongoDB's security advisory once published; the source data does not name fixed version ranges.

Affected
MongoDB Server
Estimated exposure
largetens of thousands of MongoDB deployments plausibly affected (order 10^4–10^5 systems) — Public internet-wide scans historically report on the order of tens of thousands of MongoDB instances exposed on the default 27017 port, out of a total MongoDB install base in the millions — but only deployments that trigger the…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

Improper handling of case sensitivity in the configuration validation component of MongoDB Server may cause the authorization subsystem to remain in a default disabled state during server startup. An unauthenticated user with network access to a deployment where this condition occurs can perform arbitrary administrative operations, resulting in full impact of data confidentiality, integrity, and availability.

Weakness
CWE-178
Vector
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/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 news

No ingested article mentions this CVE yet.