Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Primary rating from Vendor (microsoft).
CVSS VectorVendor: microsoft
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Lifecycle Timeline
2DescriptionCVE.org
Uncontrolled resource consumption in ASP.NET Core allows an unauthorized attacker to deny service over a network.
AnalysisAI
Remote denial of service in ASP.NET Core enables unauthenticated network attackers to exhaust server resources and disrupt application availability. The CVSS 7.5 score reflects high availability impact with low attack complexity and no required privileges or user interaction, though no public exploit identified at time of analysis. Microsoft (secure@microsoft.com) is the reporting source via MSRC, indicating a vendor-coordinated disclosure.
Technical ContextAI
ASP.NET Core is Microsoft's cross-platform, open-source web framework for building modern HTTP-based services and web applications, running on Windows, Linux, and macOS via the .NET runtime and Kestrel web server. The root cause falls under CWE-400 (Uncontrolled Resource Consumption), meaning the framework fails to properly limit allocation of CPU, memory, threads, connections, or other finite resources when processing attacker-controlled input. Such flaws in ASP.NET Core typically manifest in request parsing, header processing, model binding, or middleware pipelines where unbounded input is accepted and processed without throttling. Specific affected components and versions are not disclosed in available data - the MSRC advisory is the authoritative source.
RemediationAI
Patch available per vendor advisory - apply the ASP.NET Core security updates published by Microsoft as referenced at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-45591, updating both the runtime and the ASP.NET Core Hosting Bundle (for IIS-hosted apps) to the fixed versions listed there, and redeploy self-contained applications rebuilt against the patched SDK. Until patching is complete, compensating controls include placing affected applications behind a reverse proxy or WAF (such as Azure Front Door, Application Gateway, or nginx) configured with aggressive request-rate limits, connection limits, and request timeouts - note the trade-off that legitimate bursty clients may be throttled. Additionally, configure Kestrel server limits (MaxConcurrentConnections, MaxRequestBodySize, RequestHeadersTimeout, KeepAliveTimeout) to bound resource usage per connection, which reduces blast radius but may break long-polling or large-upload workloads if set too tightly. Exact fixed version numbers are not provided in the input data and must be read from the MSRC advisory.
More in Asp Net Core
View allDenial of service against HTTP/2 server implementations allows remote unauthenticated attackers to exhaust server resour
.NET and Visual Studio Denial of Service Vulnerability. Rated high severity (CVSS 7.5), this vulnerability is remotely e
Allocation of resources without limits or throttling in ASP.NET Core allows an unauthorized attacker to deny service ove
ASP.NET Core 2.0 allows an attacker to steal log-in session information such as cookies or authentication tokens via a s
ASP.NET Core 1.0, 1.1, and 2.0 allow an attacker to bypass Cross-origin Resource Sharing (CORS) configurations and retri
ASP.NET Core and Visual Studio Elevation of Privilege Vulnerability. Rated high severity (CVSS 8.8), this vulnerability
A remote code execution vulnerability exists in ASP.NET Core software when the software fails to handle objects in memor
An elevation of privilege vulnerability exists when a ASP.NET Core web application, created using vulnerable project tem
ASP.NET Core 1.0. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, no authentication required
ASP.NET Core 1.0. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, no authentication required
A denial of service vulnerability exists when ASP.NET Core improperly handles web requests, aka 'ASP.NET Core Denial of
Alpine Linux: dotnet8-runtime fixed in 8.0.2-r0
Same weakness CWE-400 – Uncontrolled Resource Consumption
View allSame technique Denial Of Service
View allVendor StatusVendor
SUSE
Severity: Important| Product | Status |
|---|---|
| SUSE Liberty Linux 10 | Fixed |
| SUSE Liberty Linux 8 | Fixed |
| SUSE Liberty Linux 9 | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-35549
GHSA-f8h2-vmm9-qhj6