CVE-2026-9748
Received Received - Intake
MongoDB Pipeline PauseExecution Crash via Facet

Publication date: 2026-06-09

Last updated on: 2026-06-09

Assigner: MongoDB, Inc.

Description
The $_internalConvertBucketIndexStats stage used PauseExecution as a way to signal "skip this document" when an index stats conversion failed. But PauseExecution is not a general purpose skip mechanism, but rather a TeeBuffer-internal signal used solely by $facet to coordinate its sub-pipelines. When this stage is placed before $facet in a pipeline, TeeBuffer receives the unexpected PauseExecution from upstream and hits a hard invariant assertion, crashing mongod.
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
Currently, no data is known.
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 involves the $_internalConvertBucketIndexStats stage in MongoDB, which uses PauseExecution as a signal to skip processing a document when an index stats conversion fails. However, PauseExecution is intended only as an internal signal used by the $facet stage to coordinate its sub-pipelines. When $_internalConvertBucketIndexStats is placed before $facet in a pipeline, $facet's internal TeeBuffer receives an unexpected PauseExecution signal from upstream, causing a hard invariant assertion failure that crashes the mongod process.

Impact Analysis

The primary impact of this vulnerability is that it can cause the mongod process to crash unexpectedly. This results in a denial of service condition, potentially disrupting database availability and operations.

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