CVE-2026-84968
Received Received - Intake

Out-of-Bounds Read in MongoDB PHP Driver BSON Decoding

Vulnerability report for CVE-2026-84968, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-03

Last updated on: 2026-09-03

Assigner: MongoDB, Inc.

Description

An out-of-bounds read in the BSON decoding component of the MongoDB PHP driver may allow an unauthenticated party who supplies specially formed input to have a small amount of adjacent process memory copied into an error message that is returned to application code. This may result in unintended disclosure of limited memory contents.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-03
Last Modified
2026-09-03
Generated
2026-09-03
AI Q&A
2026-09-03
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
mongodb php_driver *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-125 The product reads data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an out-of-bounds read in the BSON decoding component of the MongoDB PHP driver. It allows an unauthenticated attacker to supply specially crafted input that causes a small amount of adjacent process memory to be copied into an error message returned to the application. This could lead to unintended disclosure of limited memory contents.

Detection Guidance

This vulnerability involves an out-of-bounds read in the MongoDB PHP driver's BSON decoding. Detection requires checking the version of the MongoDB PHP driver in use. Use the command 'php -r "echo phpversion('mongodb');"' to verify the installed version. If it is older than the patched version, the system is likely vulnerable.

Impact Analysis

The impact includes potential exposure of sensitive memory contents through error messages. While the disclosed memory is limited, it could reveal partial data such as configuration details, session tokens, or other sensitive information depending on the application's memory state.

Compliance Impact

This vulnerability could lead to unintended disclosure of sensitive data, which may violate compliance requirements under GDPR (data protection) or HIPAA (health information privacy). Organizations must assess whether this exposure risks unauthorized access to regulated data.

Mitigation Strategies

Immediately update the MongoDB PHP driver to the latest patched version. Disable any unnecessary PHP applications using the MongoDB driver if immediate updates are not feasible. Monitor error logs for unusual memory disclosure patterns in BSON decoding operations.

Chat Assistant

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

EPSS Chart