CVE-2026-9747
Description
A MongoDB server crash vulnerability exists due to malformed requests involving runtime constants and user roles.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
A MongoDB server crash vulnerability exists due to malformed requests involving runtime constants and user roles.
Vulnerability
A MongoDB server can crash if an authenticated client issues a malformed request that includes fromRouter:true and runtimeConstants.userRoles is not an array of objects. This vulnerability affects MongoDB versions that have not yet incorporated the fix for SERVER-123918 [1].
Exploitation
An attacker with authenticated client access can exploit this vulnerability by sending a specially crafted request to the MongoDB server. The request must contain fromRouter:true and provide a value for runtimeConstants.userRoles that is not an array of objects, such as a single object or a different data type [1].
Impact
Successful exploitation of this vulnerability can lead to a denial-of-service (DoS) condition, causing the MongoDB server to crash. This results in the unavailability of the database service for all users and applications connected to the affected instance [1].
Mitigation
The vulnerability has been fixed in MongoDB. The specific fixed version is not disclosed in the available references, but the issue is tracked as SERVER-123918 [1]. Users are advised to update to a patched version of MongoDB once it becomes available. No workarounds are mentioned in the available references.
AI Insight generated on Jun 9, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.
References
1News mentions
0No linked articles in our index yet.