CVE Catalog

CVE-2026-96745

MediumCVSS 5.6
Published: Translated: NVD NIST

Summary

A deserialization vulnerability in the command monitoring support of the MongoDB PHP Driver can cause class names from document content to be honored when building monitoring events. An attacker controlling data in database operations may instantiate application classes implementing the persistable interface and invoke their unserialize method.

Risk Assessment

The impact depends on available classes, but could include remote code execution, privilege escalation, or other unauthorized actions, posing a serious security threat.

Recommendation

It is recommended to upgrade the MongoDB PHP Driver to a patched version and avoid processing untrusted data in database operations when a monitoring subscriber is registered.

Other vulnerabilities in MongoDB PHP Driver

See all
Original NVD description (English source)

Deserialization of untrusted data in the command monitoring support of the MongoDB PHP Driver can cause class names embedded in document content to be honored when the driver builds monitoring event objects. When an application registers a command monitoring subscriber and includes untrusted data in a database operation, an unauthenticated party who controls that data may cause an application class implementing the driver's persistable interface to be instantiated and its unserialization method invoked with the supplied data. The resulting impact depends on the classes available in the application.

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