Skip to main content

MongoDB Server CVE-2026-13070

| EUVDEUVD-2026-47791 MEDIUM
NULL Pointer Dereference (CWE-476)
2026-07-22 cna@mongodb.com
6.0
CVSS 4.0 · Vendor: mongodb
Share

Severity by source

Vendor (mongodb) PRIMARY
6.0 MEDIUM
CVSS:4.0/AV:A/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/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
vuln.today AI
5.3 MEDIUM

AV:A matches adjacent-network requirement from CVSS 4.0; AC:H maps the AT:P preconditions (trusted CA cert or MITM capability); pure availability impact with no scope change.

3.1 AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
4.0 AV:A/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (mongodb).

CVSS VectorVendor: mongodb

Attack Vector
Adjacent
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

3
Patch available
Jul 22, 2026 - 21:03 EUVD
Analysis Generated
Jul 22, 2026 - 20:42 vuln.today
CVE Published
Jul 22, 2026 - 20:16 cve.org
MEDIUM 6.0

DescriptionCVE.org

A MongoDB server initiating an outbound TLS connection may terminate abnormally when processing a malformed OCSP response from a remote peer during the TLS handshake. OCSP stapling validation is enabled by default for outgoing TLS connections. Affected scenarios require the remote peer to hold a certificate issued by the cluster's trusted certificate authority, or for the connection to traverse an untrusted network path.

AnalysisAI

MongoDB Server terminates abnormally during outbound TLS handshake when a remote peer delivers a malformed OCSP response, producing a denial-of-service condition against the database process itself. OCSP stapling validation is enabled by default for all outgoing TLS connections, meaning no operator misconfiguration is required to expose this attack surface - any MongoDB server initiating TLS connections is potentially reachable. No public exploit code exists and no CISA KEV listing is present at time of analysis, but the default-enabled feature combined with the adjacent-network attack vector makes this a credible operational risk for MongoDB clusters traversing partially trusted or shared network segments.

Technical ContextAI

MongoDB Server performs OCSP (Online Certificate Status Protocol) stapling validation by default when initiating outbound TLS connections. OCSP allows a TLS peer to bundle a pre-fetched certificate revocation response during the handshake, avoiding a separate round-trip to the CA's OCSP responder. A NULL pointer dereference (CWE-476) occurs in MongoDB's OCSP response parsing logic when the bundled response is malformed - the parser likely fails to validate a mandatory field or length boundary before dereferencing a pointer, causing an unhandled crash. The CVSS 4.0 vector assigns AV:A (adjacent network), indicating the attacker must share a network segment with or have routing adjacency to the MongoDB node; AT:P (attack requirements: present) acknowledges the specific preconditions around CA trust or network position. No CPE strings or explicit affected version ranges were included in the available intelligence, limiting precision on the software scope.

RemediationAI

No vendor-released patch version has been confirmed from available data - the only reference is an internal MongoDB Jira ticket (SERVER-128362) with no public fix version disclosed. Administrators should monitor MongoDB's official release notes and SERVER-128362 for a patched release announcement. As an interim compensating control, OCSP stapling validation for outgoing TLS connections can be disabled via MongoDB's TLS configuration parameters (consult MongoDB documentation for the relevant tlsAllowInvalidCertificates or OCSP-specific flags for your version); note that disabling OCSP stapling removes the attack surface entirely but also disables certificate revocation checking - this trade-off must be weighed against the organization's PKI compliance requirements. Restricting MongoDB outbound TLS connections to fully trusted, internally controlled network paths eliminates the untrusted-network-path exploitation scenario. Tightly controlling which hosts receive certificates from the cluster's trusted CA reduces the trusted-peer exploitation scenario. Network segmentation that prevents adjacency from untrusted hosts further limits the AV:A attack surface.

CVE-2013-1892 MEDIUM POC
6.0 Oct 01

MongoDB before 2.0.9 and 2.2.x before 2.2.4 does not properly validate requests to the nativeHelper function in SpiderMo

CVE-2013-3969 MEDIUM POC
6.5 Oct 01

The find prototype in scripting/engine_v8.h in MongoDB 2.4.0 through 2.4.4 allows remote authenticated users to cause a

CVE-2018-13863 HIGH POC
7.5 Jul 10

The MongoDB bson JavaScript module (also known as js-bson) versions 0.5.0 to 1.0.x before 1.0.5 is vulnerable to a Regul

CVE-2026-25887 HIGH POC
7.2 Mar 06

Remote code execution in Chartbrew versions prior to 4.8.1 allows authenticated attackers with high privileges to execut

CVE-2019-2386 HIGH POC
7.1 Aug 06

After user deletion in MongoDB Server the improper invalidation of authorization sessions allows an authenticated user's

CVE-2012-6619 MEDIUM POC
6.4 Mar 06

The default configuration for MongoDB before 2.3.2 does not validate objects, which allows remote authenticated users to

CVE-2026-3431 CRITICAL
9.8 Mar 02

SimStudio below 0.5.74 has a missing authorization on MongoDB tool endpoints that allows attackers to execute arbitrary

CVE-2024-8654 CRITICAL
9.8 Sep 10

MongoDB Server may access non-initialized region of memory leading to unexpected behaviour when zero arguments are calle

CVE-2024-6376 CRITICAL
9.8 Jul 01

MongoDB Compass may be susceptible to code injection due to insufficient sandbox protection settings with the usage of e

CVE-2024-1351 CRITICAL
9.8 Mar 07

Under certain configurations of --tlsCAFile and tls.CAFile, MongoDB Server may skip peer certificate validation which ma

CVE-2020-7610 CRITICAL
9.8 Mar 30

All versions of bson before 1.1.4 are vulnerable to Deserialization of Untrusted Data. Rated critical severity (CVSS 9.8

CVE-2026-19001 CRITICAL
9.5 Aug 12

Memory corruption in the MongoDB BI Connector ODBC Driver (fixed in v1.4.9) occurs when an oversized catalog, schema, or

Share

CVE-2026-13070 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy