CVE-2021-1723
ASP.NET Core and Visual Studio Denial of Service Vulnerability
Summary
Remediation
Upgrade to the fixed version using your package manager.
dotnet add package Microsoft.AspNetCore.Server.Kestrel.Core --version 2.1.25
dotnet add package Microsoft.AspNetCore.App.Runtime.win-x64 --version 5.0.2
dotnet add package Microsoft.AspNetCore.App.Runtime.linux-arm --version 5.0.2
dotnet add package Microsoft.AspNetCore.App.Runtime.linux-musl-x64 --version 5.0.2
dotnet add package Microsoft.AspNetCore.App.Runtime.linux-musl-arm64 --version 3.1.11
dotnet add package Microsoft.AspNetCore.App.Runtime.win-x64 --version 3.1.11
dotnet add package Microsoft.AspNetCore.App.Runtime.linux-arm --version 3.1.11
dotnet add package Microsoft.AspNetCore.App.Runtime.win-arm --version 5.0.2
dotnet add package Microsoft.AspNetCore.App.Runtime.win-arm64 --version 3.1.11
dotnet add package Microsoft.AspNetCore.App.Runtime.win-x86 --version 5.0.2
dotnet add package Microsoft.AspNetCore.App.Runtime.linux-arm64 --version 3.1.11
dotnet add package Microsoft.AspNetCore.App.Runtime.linux-musl-arm64 --version 5.0.2
dotnet add package Microsoft.AspNetCore.App.Runtime.win-arm64 --version 5.0.2
dotnet add package Microsoft.AspNetCore.App.Runtime.linux-arm64 --version 5.0.2
dotnet add package Microsoft.AspNetCore.App.Runtime.osx-x64 --version 5.0.2
dotnet add package Microsoft.AspNetCore.App.Runtime.linux-musl-x64 --version 3.1.11
dotnet add package Microsoft.AspNetCore.App.Runtime.linux-musl-arm --version 5.0.2
dotnet add package Microsoft.AspNetCore.App.Runtime.win-arm --version 3.1.11
dotnet add package Microsoft.AspNetCore.App.Runtime.osx-x64 --version 3.1.11
dotnet add package Microsoft.AspNetCore.App.Runtime.win-x86 --version 3.1.11
dotnet add package Microsoft.AspNetCore.App.Runtime.linux-x64 --version 3.1.11
dotnet add package Microsoft.AspNetCore.App.Runtime.linux-x64 --version 5.0.2
After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.
Affected Packages (22)
CVSS Score Breakdown
What the CVSS (Common Vulnerability Scoring System) 7.5 score means for each attack dimension.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
References
- https://nvd.nist.gov/vuln/detail/CVE-2021-1723ADVISORY
- https://github.com/dotnet/announcements/issues/170WEB
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3L27CGRVEWUPELNJOGTCW6GLEDBECB4BWEB
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RRXHERXW4KR5WCP76UDW5PC7GX3YQLUWWEB
- https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-1723WEB
Frequently Asked Questions
- What is CVE-2021-1723?
- ASP.NET Core and Visual Studio Denial of Service Vulnerability This vulnerability has been assigned a severity rating of HIGH (CVSS score: 7.5/10).
- How do I check if my project is affected by CVE-2021-1723?
- CVE-2021-1723 affects Microsoft.AspNetCore.Server.Kestrel.Core, Microsoft.AspNetCore.App.Runtime.win-x64 and Microsoft.AspNetCore.App.Runtime.linux-arm (and 9 more). Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2021-1723 and 200,000+ other known vulnerabilities.
Severity & Exploitability
High exploitability or significant impact. Prioritize remediation within days.
Also Known As
Related CVEs
- CVE-2025-55315CRITICAL
Microsoft Security Advisory CVE-2025-55315: .NET Security Feature Bypass Vulnerability
- CVE-2024-35264CRITICAL
Microsoft Security Advisory CVE-2024-35264 | .NET Remote Code Execution Vulnerability
- CVE-2023-33170HIGH
Microsoft Security Advisory CVE-2023-33170: .NET Security Feature Bypass Vulnerability
- CVE-2025-24070HIGH
Microsoft Security Advisory CVE-2025-24070: .NET Elevation of Privilege Vulnerability
- CVE-2020-1161HIGH
ASP.NET Core Denial of Service Vulnerability
- CVE-2024-38229HIGH
Microsoft Security Advisory CVE-2024-38229 | .NET Remote Code Execution Vulnerability
- CVE-2026-42899HIGH
Microsoft Security Advisory CVE-2026-42899 – ASP.NET Core Denial of Service Vulnerability
- CVE-2020-1597HIGH
ASP.NET Core Denial of Service Vulnerability
Check if you're affected
Scan your dependencies to see if this vulnerability affects your projects.
Scan Your Dependencies