Cyber Resilience

CVE-2026-4359

Mongodb C Driver ≤ 1.30.8

Published
17 March 2026
Modified
02 April 2026
Patch / advisory
CVSS Score v4 2.0
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:H/AT:P/PR:H/UI:P/VC:N/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.0019 9th percentile
Risk Priority 15 floored blend · peak EPSS

Summary

CVE-2026-4359 is a low-severity Improper Neutralization of Null Byte or NUL Character (CWE-158) vulnerability in Mongodb C Driver. Its CVSS base score is 2.0 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 9th 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 SC-7 (Boundary Protection) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

A compromised third party cloud server or man-in-the-middle attacker could send a malformed HTTP response and cause a crash in applications using the MongoDB C driver.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Malformed HTTP response from MITM/compromised server directly triggers client application crash via input handling flaw (CWE-158).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-6231Same product: Mongodb C Driver
CVE-2023-0437Same 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-2026-1850Same vendor: Mongodb
CVE-2025-6712Same vendor: Mongodb

Affected Assets

mongodb
c driver
≤ 1.30.8 · 2.2.0 — 2.2.3

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • SC-8 Transmission Confidentiality and Integrity
  • SC-7 Boundary Protection
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.2.10

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces validation and sanitization of untrusted HTTP responses before processing, preventing the malformed input crash described in the CVE.

prevent

Provides integrity protection on data in transit, mitigating MITM tampering that could deliver the malformed HTTP response.

prevent

Boundary protection mechanisms can filter or reject anomalous/malformed traffic from external or compromised endpoints before it reaches the MongoDB C driver.

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 SDLC practices directly require input neutralization and validation to prevent null-byte flaws.

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 null-byte flaws but does not itself implement the neutralization.

prevents

Secure development lifecycle mandates input validation and sanitization that directly prevents null-byte injection.

prevents

Application security requirements include explicit rules for neutralizing dangerous characters such as NUL.

prevents

Secure architecture principles reduce the likelihood of unsafe data flows but do not prescribe character neutralization.

prevents

Secure coding standards explicitly require proper neutralization of null bytes and other metacharacters.

References