CVE-2019-0980: Denial of service in ASP.NET Core
7.5
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.86433%
CWE
-
Published
5/24/2022
Updated
1/27/2023
KEV Status
No
Technology
C#
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| System.Private.Uri | nuget | >= 4.3.0, < 4.3.2 | 4.3.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability exists in URI processing (CWE-19) within System.Private.Uri 4.3.0-4.3.1. Microsoft's advisory explicitly links improper web request handling to URI processing. While exact commit diffs are unavailable, the System.Uri class is central to request parsing in ASP.NET Core. The functions Parse and InitializeUri are core components of URI handling where inefficient processing of crafted inputs would directly enable DoS attacks. The high confidence comes from: 1) Package context (System.Private.Uri), 2) Vulnerability type matching URI processing flaws, and 3) Microsoft's description of request handling corrections.