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.
References
| Link | Resource |
|---|---|
| https://jira.mongodb.org/browse/SERVER-123951 |
Configurations
No configuration.
History
09 Jun 2026, 23:17
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-06-09 23:17
Updated : 2026-06-09 23:17
NVD link : CVE-2026-9748
Mitre link : CVE-2026-9748
CVE.ORG link : CVE-2026-9748
JSON object : View
Products Affected
No product.
CWE
CWE-617
Reachable Assertion
