CVE-2022-29117: .NET Denial of Service Vulnerability
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.83837%
CWE
Published
8/30/2022
Updated
1/2/2025
KEV Status
No
Technology
C#
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| Microsoft.AspNetCore.App.Runtime.win-x64 | nuget | >= 3.0.0, <= 3.1.24 | 3.1.25 |
| Microsoft.AspNetCore.App.Runtime.win-x64 | nuget | >= 5.0.0, <= 5.0.16 | 5.0.17 |
| Microsoft.AspNetCore.App.Runtime.win-x64 | nuget | >= 6.0.0, <= 6.0.4 | 6.0.5 |
| Microsoft.AspNetCore.App.Runtime.linux-x64 | nuget | >= 3.0.0, <= 3.1.24 | 3.1.25 |
| Microsoft.AspNetCore.App.Runtime.linux-x64 | nuget | >= 5.0.0, <= 5.0.16 | 5.0.17 |
| Microsoft.AspNetCore.App.Runtime.linux-x64 | nuget | >= 6.0.0, <= 6.0.4 | 6.0.5 |
| Microsoft.AspNetCore.App.Runtime.win-x86 | nuget | >= 3.0.0, <= 3.1.24 | 3.1.25 |
| Microsoft.AspNetCore.App.Runtime.win-x86 | nuget | >= 5.0.0, <= 5.0.16 | 5.0.17 |
| Microsoft.AspNetCore.App.Runtime.win-x86 | nuget | >= 6.0.0, <= 6.0.4 | 6.0.5 |
| Microsoft.AspNetCore.App.Runtime.osx-x64 | nuget | >= 3.0.0, <= 3.1.24 | 3.1.25 |
| Microsoft.AspNetCore.App.Runtime.osx-x64 | nuget | >= 5.0.0, <= 5.0.16 | 5.0.17 |
| Microsoft.AspNetCore.App.Runtime.osx-x64 | nuget | >= 6.0.0, <= 6.0.4 | 6.0.5 |
| Microsoft.AspNetCore.App.Runtime.linux-musl-x64 | nuget | >= 3.0.0, <= 3.1.24 | 3.1.25 |
| Microsoft.AspNetCore.App.Runtime.linux-musl-x64 | nuget | >= 5.0.0, <= 5.0.16 | 5.0.17 |
| Microsoft.AspNetCore.App.Runtime.linux-musl-x64 | nuget | >= 6.0.0, <= 6.0.4 | 6.0.5 |
| Microsoft.AspNetCore.App.Runtime.linux-arm64 | nuget | >= 3.0.0, <= 3.1.24 | 3.1.25 |
| Microsoft.AspNetCore.App.Runtime.linux-arm64 | nuget | >= 5.0.0, <= 5.0.16 | 5.0.17 |
| Microsoft.AspNetCore.App.Runtime.linux-arm64 | nuget | >= 6.0.0, <= 6.0.4 | 6.0.5 |
| Microsoft.AspNetCore.App.Runtime.linux-arm | nuget | >= 3.0.0, <= 3.1.24 | 3.1.25 |
| Microsoft.AspNetCore.App.Runtime.linux-arm | nuget | >= 5.0.0, <= 5.0.16 | 5.0.17 |
| Microsoft.AspNetCore.App.Runtime.linux-arm | nuget | >= 6.0.0, <= 6.0.4 | 6.0.5 |
| Microsoft.AspNetCore.App.Runtime.win-arm64 | nuget | >= 3.0.0, <= 3.1.24 | 3.1.25 |
| Microsoft.AspNetCore.App.Runtime.win-arm64 | nuget | >= 5.0.0, <= 5.0.16 | 5.0.17 |
| Microsoft.AspNetCore.App.Runtime.win-arm64 | nuget | >= 6.0.0, <= 6.0.4 | 6.0.5 |
| Microsoft.AspNetCore.App.Runtime.win-arm | nuget | >= 3.0.0, <= 3.1.24 | 3.1.25 |
| Microsoft.AspNetCore.App.Runtime.win-arm | nuget | >= 5.0.0, <= 5.0.16 | 5.0.17 |
| Microsoft.AspNetCore.App.Runtime.win-arm | nuget | >= 6.0.0, <= 6.0.4 | 6.0.5 |
| Microsoft.AspNetCore.App.Runtime.linux-musl-arm64 | nuget | >= 3.0.0, <= 3.1.24 | 3.1.25 |
| Microsoft.AspNetCore.App.Runtime.linux-musl-arm64 | nuget | >= 5.0.0, <= 5.0.16 | 5.0.17 |
| Microsoft.AspNetCore.App.Runtime.linux-musl-arm64 | nuget | >= 6.0.0, <= 6.0.4 | 6.0.5 |
| Microsoft.AspNetCore.App.Runtime.linux-musl-arm | nuget | >= 3.0.0, <= 3.1.24 | 3.1.25 |
| Microsoft.AspNetCore.App.Runtime.linux-musl-arm | nuget | >= 5.0.0, <= 5.0.16 | 5.0.17 |
| Microsoft.AspNetCore.App.Runtime.linux-musl-arm | nuget | >= 6.0.0, <= 6.0.4 | 6.0.5 |
| Microsoft.Owin.Security.Cookies | nuget | < 4.2.2 | 4.2.2 |
| Microsoft.Owin | nuget | < 4.2.2 | 4.2.2 |
| Microsoft.AspNetCore.App.Runtime.osx-arm64 | nuget | >= 6.0.0, < 6.0.5 | 6.0.5 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper cookie handling in OWIN's authentication middleware. Key indicators: 1) The CWE-400 classification points to resource management issues. 2) Affected packages include Microsoft.Owin.Security.Cookies. 3) The patch version 4.2.2 for these packages suggests fixes in cookie processing logic. These functions are core to cookie authentication and would be responsible for parsing/validating untrusted cookie input. The lack of size limits and validation in these functions would allow attackers to exhaust server resources through malicious cookie payloads.