Sceawere
Vulnerability Detail
CVE-2026-18687UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
MongoDB Queryable Encryption Maintenance Denial of Service
Vulnerability Metadata
- Severity
- High
- Score / CVSS
- 7.1
- Creation Date
- 5h ago
- Vendor
- MongoDB
- Product
- MongoDB Server
- Attack Type
- CWE-191: Integer Underflow (Wrap or Wraparound)
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H
- Attack Complexity
- LOW
Narrative and Response
Description
MongoDB Server's handling of a Queryable Encryption maintenance operation did not properly validate certain request parameters against the collection's encrypted field configuration before use. An authenticated user with readWrite privileges could submit a specially formed request that leads to a server crash or excessive internal writes, resulting in resource exhaustion and corruption of encrypted index data.
Executive Summary
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Technical Details
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Mitigations
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
References
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Additional Metadata
{
"score": "7.1",
"pubDate": "2026-08-11T19:17:22.467Z",
"pubdate": "2026-08-11T19:17:22.467Z",
"executiveSummary": "A denial of service and data corruption vulnerability exists in MongoDB Server's handling of Queryable Encryption maintenance operations.\nThe vulnerability type is improper input validation leading to resource exhaustion and data corruption.\nThe affected product is MongoDB Server, specifically impacting its Queryable Encryption feature and encrypted index data.\nThe risk implications include potential server crashes, excessive internal write operations, severe resource exhaustion, and corruption of encrypted index data.\nAn attacker must be an authenticated user possessing readWrite privileges to successfully exploit the vulnerability.\nExploitation requires the submission of a specially crafted request during a Queryable Encryption maintenance operation that bypasses parameter validation against the collection's encrypted field configuration.",
"technicalDetails": "The root cause of the vulnerability lies in MongoDB Server's insufficient validation of request parameters during a Queryable Encryption maintenance operation. Specifically, the server fails to properly validate incoming request parameters against the target collection's defined encrypted field configuration prior to processing.\nThe vulnerable component is the subsystem responsible for parsing and executing Queryable Encryption maintenance operations within MongoDB Server.\nAuthentication and privilege requirements dictate that an attacker must be authenticated and possess readWrite privileges on the database or collection to interact with the maintenance operation endpoints.\nThe attack flow begins when an authenticated user with readWrite privileges constructs and submits a specially formed request targeting the Queryable Encryption maintenance functionality.\nBecause input validation is missing or inadequate, the server accepts the malicious or malformed parameters without verifying them against the collection's encrypted field configuration.\nUpon processing the unvalidated request, the payload behavior triggers unintended execution paths, causing the database engine to generate excessive internal write operations.\nThis surge in internal writes leads directly to severe resource exhaustion on the host system and precipitates a server crash.\nFurthermore, the anomalous write operations result in the corruption of the underlying encrypted index data, impairing database integrity and data recoverability.\nThe post-exploitation impact is manifested as operational downtime due to server termination and persistent data integrity issues requiring manual intervention to restore corrupted encrypted indexes."
}