Cyber Resilience

CVE-2026-1847

HighDDoS

Published: 10 February 2026

Published
10 February 2026
Modified
25 February 2026
KEV Added
Patch
CVSS Score v4 7.1 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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
EPSS Score 0.0008 23.2th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-1847 is a high-severity Allocation of Resources Without Limits or Throttling (CWE-770) vulnerability in Mongodb Mongodb. Its CVSS base score is 7.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 23.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SC-5 (Denial-of-service Protection) and SC-6 (Resource Availability).

Deeper analysis

CVE-2026-1847 is a denial-of-service vulnerability in MongoDB replica sets. Inserting certain large documents into a replica set can prevent secondaries from fetching the oplog from the primary, stalling replication and potentially causing server crashes. The issue is rated with a CVSS v3.1 base score of 6.5 (AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H) and is associated with CWE-770 (Allocation of Resources Without Limits or Throttling).

A low-privileged authenticated user with network access can exploit this vulnerability by inserting specially crafted large documents into the replica set. This triggers the replication failure on secondaries, leading to stalled operations and high-impact availability disruptions, including server crashes, without affecting confidentiality or integrity.

For mitigation details, refer to the MongoDB JIRA ticket at https://jira.mongodb.org/browse/SERVER-113532.

EU & UK References

Vulnerability details

Inserting certain large documents into a replica set could lead to replica set secondaries not being able to fetch the oplog from the primary. This could stall replication inside the replica set leading to server crash.

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?

CVE directly enables application-level DoS via crafted document insertion exploiting unbounded resource allocation in MongoDB replication.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-1850Same product: Mongodb Mongodb
CVE-2026-1848Same product: Mongodb Mongodb
CVE-2026-1849Same product: Mongodb Mongodb
CVE-2026-8336Same product: Mongodb Mongodb
CVE-2026-4358Same product: Mongodb Mongodb
CVE-2025-0755Same product: Mongodb Mongodb
CVE-2025-14847Same product: Mongodb Mongodb
CVE-2026-8053Same product: Mongodb Mongodb
CVE-2026-4148Same product: Mongodb Mongodb
CVE-2026-8201Same product: Mongodb Mongodb

Affected Assets

mongodb
mongodb
7.0.0 — 7.0.29 · 8.0.0 — 8.0.18 · 8.2.0 — 8.2.4

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces denial-of-service protections against resource-exhaustion attacks that stall oplog replication via oversized documents.

prevent

Limits resource allocation per operation so that large document inserts cannot starve the oplog fetch mechanism on secondaries.

prevent

Requires validation of input size and format before accepting documents, blocking the specially crafted large payloads that trigger the replication stall.

References