CVE Catalog

CVE-2026-9749

MediumCVSS 6.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.27%

19th percentile - higher than 19% of all known CVEs

Summary

When running an aggregation pipeline using 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, 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.

Risk Assessment

The risk is potential incorrect aggregation behavior, which may lead to errors or unexpected server behavior.

Recommendation

It is recommended to upgrade to a version where exchange buffer handling for key ranges is fixed.

Other vulnerabilities in MongoDB

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS