CVE-2026-9749
Received Received - Intake
MongoDB Aggregation Pipeline Key-Range Buffer Overflow

Publication date: 2026-06-09

Last updated on: 2026-06-09

Assigner: MongoDB, Inc.

Description
This issue can occur when running an aggregation pipeline that uses the internal $exchange stage configured with key-range partitioning and order-preserving delivery. If a single key range produces enough documents to fill its exchange buffer (that is, many results are routed to the same consumer), the server reaches the code path where a full per-consumer buffer is detected but the internal "high watermark" for that key range is not updated as intended.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-09
Last Modified
2026-06-09
Generated
2026-06-10
AI Q&A
2026-06-10
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
mongodb mongodb *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-617 The product contains an assert() or similar statement that can be triggered by an attacker, which leads to an application exit or other behavior that is more severe than necessary.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability occurs when running an aggregation pipeline in MongoDB that uses the internal $exchange stage with key-range partitioning and order-preserving delivery. If a single key range produces enough documents to fill its exchange buffer (meaning many results are routed to the same consumer), the server reaches a code path where a full per-consumer buffer is detected but the internal "high watermark" for that key range is not updated as intended.

Impact Analysis

The vulnerability can lead to issues in the aggregation pipeline processing, potentially causing disruptions or failures when the exchange buffer for a consumer becomes full and the internal tracking (high watermark) is not updated correctly. This can impact the reliability and performance of data processing operations that rely on this mechanism.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-9749. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart