Cyber Resilience

CVE-2025-12119

Mongodb C Driver 1.9.0 – 1.30.6

Published
18 November 2025
Modified
14 January 2026
CVSS Score v4 6.9
Click a component to see what it means
Raw vectorCVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0020 10th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-12119 is a medium-severity Expired Pointer Dereference (CWE-825) vulnerability in Mongodb C Driver. Its CVSS base score is 6.9 (Medium).

Operationally, ranked at the 10th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and SI-16 (Memory Protection) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

A mongoc_bulk_operation_t may read invalid memory if large options are passed.

CWE(s)

Related Threats

CVEs Like This One

CVE-2026-6231Same product: Mongodb C Driver
CVE-2023-0437Same product: Mongodb C Driver
CVE-2026-4359Same product: Mongodb C Driver
CVE-2026-6691Same product: Mongodb C Driver
CVE-2026-5170Same vendor: Mongodb
CVE-2026-8199Same vendor: Mongodb
CVE-2026-9740Same vendor: Mongodb
CVE-2026-9749Same vendor: Mongodb
CVE-2026-6914Same vendor: Mongodb
CVE-2024-3371Same vendor: Mongodb

Affected Assets

mongodb
c driver
1.9.0 — 1.30.6 · 2.0.0 — 2.1.2
mongodb
php driver
≤ 1.21.2

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • SI-16 Memory Protection
Detect
Catch it (NIST detect / respond)
  • SI-7 Software, Firmware, and Information Integrity
Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Rejects or sanitizes oversized or malformed options passed to mongoc_bulk_operation_t before the invalid-memory read can occur.

prevent

Applies memory-protection mechanisms (e.g., guard pages, bounds checking) that block or contain the expired-pointer dereference described in CWE-825.

detect

Performs runtime integrity checks on executing code and data structures, surfacing anomalous memory access that would result from the bulk-operation flaw.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure-development practices directly prevent coding errors such as use-after-free while one CWE contributes only modestly to the full control.

ID.AM-08 partial match
prevents

Lifecycle management includes secure development and maintenance phases that reduce memory-safety defects.

ID.RA-01 partial match
prevents

Vulnerability identification processes can discover use-after-free flaws via scanning or analysis.

PR.PS-02 partial match
prevents

Routine patching and replacement can eliminate known instances of expired-pointer bugs.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing can detect use-after-free issues, but removing this weakness alone does not fulfill the testing control.

prevents

Secure development lifecycle practices can include pointer lifetime and memory-management rules that reduce expired-pointer dereferences.

prevents

Application security requirements may mandate safe memory handling, but eliminating this single weakness does not satisfy the broader requirement.

prevents

Secure architecture and engineering principles can prescribe memory-safety patterns, yet fixing only this weakness does not achieve the control.

prevents

Secure coding standards directly address pointer lifetime and deallocation discipline, substantially mitigating expired-pointer dereference.

prevents

Change-management processes can require re-validation of memory safety after modifications, indirectly reducing the weakness.

References