CVE-2026-82076 PUBLISHED

Integer Overflow in Query Planner Leads to Unbounded Memory Allocation and Denial of Service in MongoDB Server

Assigner: mongodb
Reserved: 27.08.2026 Published: 08.09.2026 Updated: 08.09.2026

An integer overflow in the query planning component of MongoDB Server can allow an authenticated user with ordinary database-level read/write privileges to bypass an internal resource limit. Submitting a specially crafted query causes the server to consume memory without bound during query planning, and the resulting exhaustion terminates the server process. This may result in a denial of service affecting all databases served by the affected node.

Metrics

CVSS 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
CVSS Score: 7.1

Product Status

Vendor MongoDB
Product MongoDB Server
Versions Default: unaffected
  • affected from 8.3.0 to 8.3.9 (excl.)
  • affected from 8.0.0 to 8.0.30 (excl.)
  • affected from 7.0.0 to 7.0.41 (excl.)

References

Problem Types

  • CWE-190: Integer Overflow or Wraparound CWE