Cyber Resilience

CVE-2026-26130

HighDDoS

Published: 10 March 2026

Published
10 March 2026
Modified
02 April 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0363 88.1th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-26130 is a high-severity Allocation of Resources Without Limits or Throttling (CWE-770) vulnerability in Microsoft Asp.Net Core. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 11.9% of CVEs by exploit likelihood; 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-26130 is an allocation of resources without limits or throttling vulnerability, tracked as CWE-770, that affects ASP.NET Core. The flaw carries a CVSS 3.1 base score of 7.5 and permits remote denial of service through uncontrolled resource consumption.

An unauthenticated attacker can send specially crafted network requests to an affected ASP.NET Core application, exhausting server resources and rendering the service unavailable without any user interaction or authentication.

Microsoft has published an advisory for the issue at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-26130. The associated EPSS score has remained low, moving only from 0.0363 to a peak of 0.0403.

EU & UK References

Vulnerability details

Allocation of resources without limits or throttling in ASP.NET Core allows an unauthorized attacker to deny service over a network.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
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 describes a remotely exploitable resource exhaustion flaw (CWE-770) in ASP.NET Core that enables network-based denial of service; directly maps to exploitation of public-facing apps (T1190) and application/system exploitation for endpoint DoS (T1499.004).

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

CVEs Like This One

CVE-2026-40372Same product: Microsoft Asp.Net Core
CVE-2025-55315Same product: Microsoft Asp.Net Core
CVE-2026-26154Same vendor: Microsoft
CVE-2026-25667Same vendor: Microsoft
CVE-2025-21277Same vendor: Microsoft
CVE-2026-40395Shared CWE-770
CVE-2025-65037Same vendor: Microsoft
CVE-2025-24312Shared CWE-770
CVE-2025-59287Same vendor: Microsoft
CVE-2025-50165Same vendor: Microsoft

Affected Assets

microsoft
asp.net core
8.0.0 — 8.0.25 · 9.0.0 — 9.0.14 · 10.0.0 — 10.0.4

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SC-5 directly implements denial-of-service protections such as throttling and rate limiting to prevent unauthorized network attackers from causing resource exhaustion as exploited in this CVE.

prevent

SC-6 enforces limits on resource allocation to processes or users, directly addressing the unbounded resource allocation without limits or throttling in ASP.NET Core.

prevent

SI-2 ensures timely remediation of identified flaws like this CVE through patching, as guided by Microsoft's update, preventing exploitation of the resource allocation vulnerability.

References