CVE-2026-56170
Analyzed Analyzed - Analysis Complete

Allocation of Resources Without Limits in ASP.NET Core

Vulnerability report for CVE-2026-56170, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-14

Last updated on: 2026-07-22

Assigner: Microsoft Corporation

Description

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

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-14
Last Modified
2026-07-22
Generated
2026-08-03
AI Q&A
2026-07-14
EPSS Evaluated
2026-08-02
NVD
EUVD

Affected Vendors & Products

Showing 3 associated CPEs
Vendor Product Version / Range
microsoft .net From 8.0.0 (inc) to 8.0.29 (exc)
microsoft .net From 9.0.0 (inc) to 9.0.18 (exc)
microsoft .net From 10.0.0 (inc) to 10.0.6 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-770 The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-56170 is a vulnerability in ASP.NET Core where resources are allocated without proper limits or throttling. This means that an attacker can send requests or inputs that consume excessive system resources, such as memory or CPU, without any restrictions.

Because there are no safeguards in place, an unauthorized attacker can exploit this flaw over a network to cause a denial of service (DoS). This results in the affected system becoming unresponsive or crashing, preventing legitimate users from accessing it.

Detection Guidance

Detecting this vulnerability on your network or system may require monitoring for unusual resource consumption patterns in ASP.NET Core applications. Since the issue involves allocation of resources without limits or throttling, you can look for signs of excessive memory usage, CPU spikes, or network traffic directed at ASP.NET Core services.

While specific commands are not provided in the context, you can use the following general approaches to monitor your system:

  • Use performance monitoring tools like Windows Performance Monitor (PerfMon) or Linux tools like top, htop, or vmstat to track memory and CPU usage.
  • Check ASP.NET Core application logs for unusual request patterns or repeated requests that could indicate an attempt to exploit the vulnerability.
  • Use network monitoring tools like Wireshark or NetFlow to detect abnormal traffic patterns targeting your ASP.NET Core services.

For specific detection methods, refer to Microsoft's official guidance in the provided resource.

Impact Analysis

This vulnerability can impact you in several ways:

  • Your ASP.NET Core applications may become unavailable or unresponsive if targeted by an attacker, leading to downtime and disruption of services.
  • The denial of service attack can degrade the performance of your systems, affecting user experience and business operations.
  • If your infrastructure relies on ASP.NET Core, this vulnerability could be exploited to cause widespread outages, impacting multiple services or applications.
  • There is no requirement for authentication, meaning any attacker with network access to your application can exploit this flaw.
Compliance Impact

This vulnerability may affect compliance with common standards and regulations in the following ways:

  • GDPR: Under GDPR, organizations must ensure the availability and resilience of processing systems. A denial of service attack exploiting this vulnerability could disrupt services, potentially violating Article 32, which requires security measures to ensure ongoing confidentiality, integrity, availability, and resilience of processing systems.
  • HIPAA: For organizations handling protected health information (PHI), HIPAA requires ensuring the availability of systems. A successful denial of service attack could lead to non-compliance with the HIPAA Security Rule, which mandates safeguards to protect the availability of electronic PHI.
  • Other standards: Many compliance frameworks, such as ISO 27001 or NIST, require organizations to implement measures to prevent and mitigate denial of service attacks. Failure to address this vulnerability could result in non-compliance with these standards.

While the vulnerability itself does not directly expose sensitive data, the resulting service disruption could lead to compliance violations if it affects the availability of regulated systems.

Mitigation Strategies

To mitigate this vulnerability, follow these immediate steps:

  • Apply the latest security updates or patches provided by Microsoft for ASP.NET Core. Refer to the Microsoft Update Guide for CVE-2026-56170 for the specific patch.
  • Implement rate limiting or request throttling in your ASP.NET Core applications to prevent excessive resource allocation by unauthorized users.
  • Monitor your ASP.NET Core applications for unusual activity, such as spikes in resource usage or repeated requests from a single source.
  • Restrict network access to your ASP.NET Core services using firewalls or network security groups to limit exposure to potential attackers.

For detailed mitigation steps, consult the official Microsoft resource provided for this CVE.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-56170. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart