CVE Catalog

CVE-2026-96747

MediumCVSS 5.0
Published: Updated: Translated: NVD NIST

Summary

The client-side field level encryption support in the MongoDB Python Driver can treat a key management endpoint value ending in '.sock' as a local Unix domain socket path rather than a remote host. A user with write access to the encryption key metadata stored in the database can cause an application using the driver to open connections to local sockets on the application host. Data sent over these connections is limited to the start of a TLS handshake, so no chosen content is transmitted.

Risk Assessment

The vulnerability may allow a user with write access to key metadata to trigger connections to local sockets, potentially leading to information disclosure or disruption. The limited data transmission reduces potential impact.

Recommendation

Update the MongoDB Python Driver to a patched version. Restrict write access to encryption key metadata to trusted users only.

Other vulnerabilities in MongoDB Python Driver

See all
Original NVD description (English source)

The client-side field level encryption support in the MongoDB Python Driver can treat a key management endpoint value ending in ".sock" as a local Unix domain socket path rather than a remote host. A user with write access to the encryption key metadata stored in the database can cause an application using the driver to open connections to local sockets on the application host. Data sent over these connections is limited to the start of a TLS handshake, so no chosen content is transmitted.

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