Lookup for vulnerable packages by Package URL.

Purlpkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=ppc64le&distroversion=v3.23&reponame=community
Typeapk
Namespacealpine
Namedotnet8-runtime
Version8.0.10-r0
Qualifiers
arch ppc64le
distroversion v3.23
reponame community
Subpath
Is_vulnerablefalse
Next_non_vulnerable_version8.0.12-r0
Latest_non_vulnerable_version8.0.26-r0
Affected_by_vulnerabilities
Fixing_vulnerabilities
0
url VCID-fmn9-f48h-q7b9
vulnerability_id VCID-fmn9-f48h-q7b9
summary
# Microsoft Security Advisory CVE-2024-43483 | .NET Denial of Service Vulnerability

## <a name="executive-summary"></a>Executive summary

Microsoft is releasing this security advisory to provide information about a vulnerability in  System.Security.Cryptography.Cose, System.IO.Packaging, Microsoft.Extensions.Caching.Memory. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.

System.Security.Cryptography.Cose, System.IO.Packaging, Microsoft.Extensions.Caching.Memory may be exposed to a hostile input which may lead them to be susceptible to hash flooding attacks resulting in denial of service.

## Announcement

Announcement for this issue can be found at  https://github.com/dotnet/announcements/issues/327

## <a name="mitigation-factors"></a>Mitigation factors

Microsoft has not identified any mitigating factors for this vulnerability.

## <a name="affected-software"></a>Affected software

* Any .NET 8.0 application running on .NET 8.0.8 or earlier.
* Any .NET 6.0 aplication running on .NET 6.0.33 or earlier.
* Any application consuming one of the [vulnerable packages](affected-packages).


## <a name="affected-packages"></a>Affected Packages
* Any .NET 6.0, 8.0, or 9.0 application.
* Any application consuming one of the vulnerable packages.

### <a name=".NET 9 "></a>.NET 9
Package name | Affected version | Patched version
------------ | ---------------- | -------------------------
[System.Security.Cryptography.Cose](https://www.nuget.org/packages/System.Security.Cryptography.Cose)                   | >= 9.0.0-preview.1.24080.9, <= 9.0.0-rc.1.24431.7 | 9.0.0-rc.2.24473.5
[System.IO.Packaging](https://www.nuget.org/packages/System.IO.Packaging)                   | >= 9.0.0-preview.1.24080.9, <= 9.0.0-rc.1.24431.7 | 9.0.0-rc.2.24473.5
[Microsoft.Extensions.Caching.Memory](https://www.nuget.org/packages/Microsoft.Extensions.Caching.Memory)                   | >= 9.0.0-preview.1.24080.9, <= 9.0.0-rc.1.24431.7 | 9.0.0-rc.2.24473.5

### <a name=".NET 8"></a>.NET 8
Package name | Affected version | Patched version
------------ | ---------------- | -------------------------
[System.Security.Cryptography.Cose](https://www.nuget.org/packages/System.Security.Cryptography.Cose)                   | >= 8.0.0-preview.1.23110.8, <= 8.0.0 | 8.0.1
[System.IO.Packaging](https://www.nuget.org/packages/System.IO.Packaging)                   | >= 8.0.0-preview.1.23110.8, <= 8.0.0 | 8.0.1
[Microsoft.Extensions.Caching.Memory](https://www.nuget.org/packages/Microsoft.Extensions.Caching.Memory)                   | >= 8.0.0-preview.1.23110.8, <= 8.0.0 | 8.0.1

### <a name=".NET 6"></a>.NET 6
Package name | Affected version | Patched version
------------ | ---------------- | -------------------------
[System.IO.Packaging](https://www.nuget.org/packages/System.IO.Packaging)                   | >= 6.0.0-preview.1.21102.12, <= 6.0.0 | 6.0.1
[Microsoft.Extensions.Caching.Memory](https://www.nuget.org/packages/Microsoft.Extensions.Caching.Memory)                   | >=6.0.0-preview.1.21102.12 <= 6.0.1 | 6.0.2


## Advisory FAQ

### <a name="how-affected"></a>How do I know if I am affected?

If you have a runtime or SDK with a version listed, or an affected package listed in [affected software](#affected-packages) or [affected packages](#affected-software), you're exposed to the vulnerability.

### <a name="how-fix"></a>How do I fix the issue?

* To fix the issue please install the latest version of .NET 8.0 or .NET 6.0. If you have installed one or more .NET SDKs through Visual Studio, Visual Studio will prompt you to update Visual Studio, which will also update your .NET  SDKs.
* .NET Framework-based applications and other application types need to perform a package update.
* If you have .NET 6.0 or greater installed, you can list the versions you have installed by running the `dotnet --info` command. You will see output like the following;

```
.NET Core SDK (reflecting any global.json):


 Version:   8.0.200
 Commit:    8473146e7d

Runtime Environment:

 OS Name:     Windows
 OS Version:  10.0.18363
 OS Platform: Windows
 RID:         win10-x64
 Base Path:   C:\Program Files\dotnet\sdk\6.0.300\

Host (useful for support):

  Version: 8.0.3
  Commit:  8473146e7d

.NET Core SDKs installed:

  8.0.200 [C:\Program Files\dotnet\sdk]

.NET Core runtimes installed:

  Microsoft.AspAspNetCore.App 8.0.3 [C:\Program Files\dotnet\shared\Microsoft.AspAspNetCore.App]
  Microsoft.AspNetCore.App 8.0.3 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.WindowsDesktop.App 8.0.3 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]


To install additional .NET Core runtimes or SDKs:
  https://aka.ms/dotnet-download
```

* If you're using .NET 9.0, you should download and install .NET 9.0 RC 2  Runtime or .NET 9.0.100-rc.2.24474.11 SDK (for Visual Studio 2022 v17.12 latest Preview) from https://dotnet.microsoft.com/download/dotnet-core/9.0.
* If you're using .NET 8.0, you should download and install .NET 8.0.10  Runtime or .NET 8.0.110 SDK (for Visual Studio 2022 v17.8) from https://dotnet.microsoft.com/download/dotnet-core/8.0.
* If you're using .NET 6.0, you should download and install .NET 6.0.35  Runtime or .NET 6.0.135 SDK (for Visual Studio 2022 v17.6) from https://dotnet.microsoft.com/download/dotnet-core/6.0.

.NET 6.0 and .NET 8.0 updates are also available from Microsoft Update. To access this either type "Check for updates" in your Windows search, or open Settings, choose Update & Security and then click Check for Updates.

Once you have installed the updated runtime or SDK, restart your apps for the update to take effect.

Additionally, if you've deployed [self-contained applications](https://docs.microsoft.com/dotnet/core/deploying/#self-contained-deployments-scd) targeting any of the impacted versions, these applications are also vulnerable and must be recompiled and redeployed.

## Other Information

### Reporting Security Issues

If you have found a potential security issue in .NET 8.0 or .NET 6.0, please email details to secure@microsoft.com. Reports may qualify for the Microsoft .NET Core & .NET 5 Bounty. Details of the Microsoft .NET Bounty Program including terms and conditions are at <https://aka.ms/corebounty>.

### Support

You can ask questions about this issue on GitHub in the .NET GitHub organization. The main repos are located at https://github.com/dotnet/runtime and https://github.com/dotnet/aspnet/. The Announcements repo (https://github.com/dotnet/Announcements) will contain this bulletin as an issue and will include a link to a discussion issue. You can ask questions in the linked discussion issue.

### Disclaimer

The information provided in this advisory is provided "as is" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.


### External Links

[CVE-2024-43483]( https://www.cve.org/CVERecord?id=CVE-2024-43483)

### Revisions

V1.0 (October 08, 2024): Advisory published.

_Version 1.0_

_Last Updated 2024-10-08_
references
0
reference_url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-43483.json
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-43483.json
1
reference_url https://api.first.org/data/v1/epss?cve=CVE-2024-43483
reference_id
reference_type
scores
0
value 0.00738
scoring_system epss
scoring_elements 0.72887
published_at 2026-04-21T12:55:00Z
1
value 0.00738
scoring_system epss
scoring_elements 0.72894
published_at 2026-04-18T12:55:00Z
2
value 0.00738
scoring_system epss
scoring_elements 0.72885
published_at 2026-04-16T12:55:00Z
3
value 0.00738
scoring_system epss
scoring_elements 0.72843
published_at 2026-04-13T12:55:00Z
4
value 0.00738
scoring_system epss
scoring_elements 0.7285
published_at 2026-04-12T12:55:00Z
5
value 0.00738
scoring_system epss
scoring_elements 0.72867
published_at 2026-04-11T12:55:00Z
6
value 0.00738
scoring_system epss
scoring_elements 0.72842
published_at 2026-04-09T12:55:00Z
7
value 0.00738
scoring_system epss
scoring_elements 0.72828
published_at 2026-04-08T12:55:00Z
8
value 0.00738
scoring_system epss
scoring_elements 0.7279
published_at 2026-04-07T12:55:00Z
9
value 0.00738
scoring_system epss
scoring_elements 0.72814
published_at 2026-04-04T12:55:00Z
10
value 0.00738
scoring_system epss
scoring_elements 0.72793
published_at 2026-04-02T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2024-43483
2
reference_url https://github.com/dotnet/runtime
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value 8.8
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N
2
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/dotnet/runtime
3
reference_url https://github.com/dotnet/runtime/security/advisories/GHSA-qj66-m88j-hmgj
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
2
value 8.8
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N
3
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/dotnet/runtime/security/advisories/GHSA-qj66-m88j-hmgj
4
reference_url https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43483
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:U/RL:O/RC:C
1
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
2
value 8.8
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N
3
value HIGH
scoring_system generic_textual
scoring_elements
4
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2024-10-08T18:54:49Z/
url https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43483
5
reference_url https://nvd.nist.gov/vuln/detail/CVE-2024-43483
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value 8.8
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N
2
value HIGH
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2024-43483
6
reference_url https://bugzilla.redhat.com/show_bug.cgi?id=2315730
reference_id 2315730
reference_type
scores
url https://bugzilla.redhat.com/show_bug.cgi?id=2315730
7
reference_url https://github.com/advisories/GHSA-qj66-m88j-hmgj
reference_id GHSA-qj66-m88j-hmgj
reference_type
scores
0
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-qj66-m88j-hmgj
8
reference_url https://access.redhat.com/errata/RHSA-2024:7851
reference_id RHSA-2024:7851
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:7851
9
reference_url https://access.redhat.com/errata/RHSA-2024:7867
reference_id RHSA-2024:7867
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:7867
10
reference_url https://access.redhat.com/errata/RHSA-2024:7868
reference_id RHSA-2024:7868
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:7868
11
reference_url https://access.redhat.com/errata/RHSA-2024:7869
reference_id RHSA-2024:7869
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:7869
12
reference_url https://access.redhat.com/errata/RHSA-2024:8036
reference_id RHSA-2024:8036
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:8036
13
reference_url https://access.redhat.com/errata/RHSA-2024:8047
reference_id RHSA-2024:8047
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:8047
14
reference_url https://access.redhat.com/errata/RHSA-2024:8048
reference_id RHSA-2024:8048
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:8048
15
reference_url https://access.redhat.com/errata/RHSA-2024:8082
reference_id RHSA-2024:8082
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:8082
16
reference_url https://usn.ubuntu.com/7058-1/
reference_id USN-7058-1
reference_type
scores
url https://usn.ubuntu.com/7058-1/
fixed_packages
0
url pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=ppc64le&distroversion=v3.23&reponame=community
purl pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=ppc64le&distroversion=v3.23&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=ppc64le&distroversion=v3.23&reponame=community
aliases CVE-2024-43483, GHSA-qj66-m88j-hmgj
risk_score 4.0
exploitability 0.5
weighted_severity 8.0
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-fmn9-f48h-q7b9
1
url VCID-jxbe-jq7y-3qer
vulnerability_id VCID-jxbe-jq7y-3qer
summary
# Microsoft Security Advisory CVE-2024-38229 | .NET Remote Code Execution Vulnerability

## <a name="executive-summary"></a>Executive summary

Microsoft is releasing this security advisory to provide information about a vulnerability in  .NET 8.0 and .NET 9.0. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.

A vulnerability exists in ASP.NET when closing an HTTP/3 stream while application code is writing to the response body, a race condition may lead to use-after-free.

Note: HTTP/3 is experimental in .NET 6.0. If you are on .NET 6.0 and using HTTP/3, please upgrade to .NET 8.0.10. .NET 6.0 will not receive a security patch for this vulnerability.

## Announcement

Announcement for this issue can be found at https://github.com/dotnet/announcements/issues/326

## <a name="mitigation-factors"></a>Mitigation factors

HTTP/3 support is not enabled by default in ASP.NET Core applications. For more information on how to configure HTTP/3 support please visit https://learn.microsoft.com/aspnet/core/fundamentals/servers/kestrel/http3?view=aspnetcore-8.0#getting-started and https://learn.microsoft.com/aspnet/core/fundamentals/servers/kestrel/endpoints?view=aspnetcore-8.0#configure-http-protocols-in-appsettingsjson.

## <a name="affected-software"></a>Affected software

* Any ASP.NET 8.0 application running on .NET 8.0.8 or earlier.
* Any ASP.NET 9.0 application running on .NET 9.0.0.RC.1 or earlier.

## <a name="affected-packages"></a>Affected Packages
The vulnerability affects any Microsoft .NET Core project if it uses any of affected packages versions listed below

### <a name="ASP.NET 9"></a>ASP.NET 9
Package name | Affected version | Patched version
------------ | ---------------- | -------------------------
[Microsoft.AspNetCore.App.Runtime.linux-arm](https://www.nuget.org/packages/Microsoft.AspNetCore.App.Runtime.linux-arm)               |  >=9.0.0-preview.1.24081.5, <= 9.0.0-rc.1.24452.1 | 9.0.0-rc.2.24474.3
[Microsoft.AspNetCore.App.Runtime.linux-arm64](https://www.nuget.org/packages/Microsoft.AspNetCore.App.Runtime.linux-arm64)           |  >=9.0.0-preview.1.24081.5, <= 9.0.0-rc.1.24452.1 | 9.0.0-rc.2.24474.3
[Microsoft.AspNetCore.App.Runtime.linux-musl-arm](https://www.nuget.org/packages/Microsoft.AspNetCore.App.Runtime.linux-musl-arm)     |  >=9.0.0-preview.1.24081.5, <= 9.0.0-rc.1.24452.1 | 9.0.0-rc.2.24474.3
[Microsoft.AspNetCore.App.Runtime.linux-musl-arm64](https://www.nuget.org/packages/Microsoft.AspNetCore.App.Runtime.linux-musl-arm64) |  >=9.0.0-preview.1.24081.5, <= 9.0.0-rc.1.24452.1 | 9.0.0-rc.2.24474.3
[Microsoft.AspNetCore.App.Runtime.linux-musl-x64](https://www.nuget.org/packages/Microsoft.AspNetCore.App.Runtime.linux-musl-x64)     |  >=9.0.0-preview.1.24081.5, <= 9.0.0-rc.1.24452.1 | 9.0.0-rc.2.24474.3
[Microsoft.AspNetCore.App.Runtime.linux-x64](https://www.nuget.org/packages/Microsoft.AspNetCore.App.Runtime.linux-x64)               |  >=9.0.0-preview.1.24081.5, <= 9.0.0-rc.1.24452.1 | 9.0.0-rc.2.24474.3
[Microsoft.AspNetCore.App.Runtime.osx-arm64](https://www.nuget.org/packages/Microsoft.AspNetCore.App.Runtime.osx-arm64)               |  >=9.0.0-preview.1.24081.5, <= 9.0.0-rc.1.24452.1 | 9.0.0-rc.2.24474.3
[Microsoft.AspNetCore.App.Runtime.osx-x64](https://www.nuget.org/packages/Microsoft.AspNetCore.App.Runtime.osx-x64)                   |  >=9.0.0-preview.1.24081.5, <= 9.0.0-rc.1.24452.1 | 9.0.0-rc.2.24474.3
[Microsoft.AspNetCore.App.Runtime.win-arm](https://www.nuget.org/packages/Microsoft.AspNetCore.App.Runtime.win-arm)                   |  >=9.0.0-preview.1.24081.5, <= 9.0.0-rc.1.24452.1 | 9.0.0-rc.2.24474.3
[Microsoft.AspNetCore.App.Runtime.win-arm64](https://www.nuget.org/packages/Microsoft.AspNetCore.App.Runtime.win-arm64)               |  >=9.0.0-preview.1.24081.5, <= 9.0.0-rc.1.24452.1 | 9.0.0-rc.2.24474.3
[Microsoft.AspNetCore.App.Runtime.win-x64](https://www.nuget.org/packages/Microsoft.AspNetCore.App.Runtime.win-x64)                   |  >=9.0.0-preview.1.24081.5, <= 9.0.0-rc.1.24452.1 | 9.0.0-rc.2.24474.3
[Microsoft.AspNetCore.App.Runtime.win-x86](https://www.nuget.org/packages/Microsoft.AspNetCore.App.Runtime.win-x86)                   |  >=9.0.0-preview.1.24081.5, <= 9.0.0-rc.1.24452.1 | 9.0.0-rc.2.24474.3

### <a name="ASP.NET 8"></a>ASP.NET 8
Package name | Affected version | Patched version
------------ | ---------------- | -------------------------
[Microsoft.AspNetCore.App.Runtime.linux-arm](https://www.nuget.org/packages/Microsoft.AspNetCore.App.Runtime.linux-arm)               |  >=8.0.0, <= 8.0.8 | 8.0.10
[Microsoft.AspNetCore.App.Runtime.linux-arm64](https://www.nuget.org/packages/Microsoft.AspNetCore.App.Runtime.linux-arm64)           |  >=8.0.0, <= 8.0.8 | 8.0.10
[Microsoft.AspNetCore.App.Runtime.linux-musl-arm](https://www.nuget.org/packages/Microsoft.AspNetCore.App.Runtime.linux-musl-arm)     |  >=8.0.0, <= 8.0.8 | 8.0.10
[Microsoft.AspNetCore.App.Runtime.linux-musl-arm64](https://www.nuget.org/packages/Microsoft.AspNetCore.App.Runtime.linux-musl-arm64) |  >=8.0.0, <= 8.0.8 | 8.0.10
[Microsoft.AspNetCore.App.Runtime.linux-musl-x64](https://www.nuget.org/packages/Microsoft.AspNetCore.App.Runtime.linux-musl-x64)     |  >=8.0.0, <= 8.0.8 | 8.0.10
[Microsoft.AspNetCore.App.Runtime.linux-x64](https://www.nuget.org/packages/Microsoft.AspNetCore.App.Runtime.linux-x64)               |  >=8.0.0, <= 8.0.8 | 8.0.10
[Microsoft.AspNetCore.App.Runtime.osx-arm64](https://www.nuget.org/packages/Microsoft.AspNetCore.App.Runtime.osx-arm64)               |  >=8.0.0, <= 8.0.8 | 8.0.10
[Microsoft.AspNetCore.App.Runtime.osx-x64](https://www.nuget.org/packages/Microsoft.AspNetCore.App.Runtime.osx-x64)                   |  >=8.0.0, <= 8.0.8 | 8.0.10
[Microsoft.AspNetCore.App.Runtime.win-arm](https://www.nuget.org/packages/Microsoft.AspNetCore.App.Runtime.win-arm)                   |  >=8.0.0, <= 8.0.8 | 8.0.10
[Microsoft.AspNetCore.App.Runtime.win-arm64](https://www.nuget.org/packages/Microsoft.AspNetCore.App.Runtime.win-arm64)               |  >=8.0.0, <= 8.0.8 | 8.0.10
[Microsoft.AspNetCore.App.Runtime.win-x64](https://www.nuget.org/packages/Microsoft.AspNetCore.App.Runtime.win-x64)                   |  >=8.0.0, <= 8.0.8 | 8.0.10
[Microsoft.AspNetCore.App.Runtime.win-x86](https://www.nuget.org/packages/Microsoft.AspNetCore.App.Runtime.win-x86)                   |  >=8.0.0, <= 8.0.8 | 8.0.10


## Advisory FAQ

### <a name="how-affected"></a>How do I know if I am affected?

If you have a runtime or SDK with a version listed, or an affected package listed in [affected software](#affected-packages) or [affected packages](#affected-software), you're exposed to the vulnerability.

### <a name="how-fix"></a>How do I fix the issue?

* To fix the issue please install the latest version of .NET 9.0 or .NET 8.0. If you have installed one or more .NET SDKs through Visual Studio, Visual Studio will prompt you to update Visual Studio, which will also update your .NET  SDKs.
* If you have .NET 6.0 or greater installed, you can list the versions you have installed by running the `dotnet --info` command. You will see output like the following;

```
.NET Core SDK (reflecting any global.json):


 Version:   8.0.200
 Commit:    8473146e7d

Runtime Environment:

 OS Name:     Windows
 OS Version:  10.0.18363
 OS Platform: Windows
 RID:         win10-x64
 Base Path:   C:\Program Files\dotnet\sdk\6.0.300\

Host (useful for support):

  Version: 8.0.3
  Commit:  8473146e7d

.NET Core SDKs installed:

  8.0.200 [C:\Program Files\dotnet\sdk]

.NET Core runtimes installed:

  Microsoft.AspAspNetCore.App 8.0.3 [C:\Program Files\dotnet\shared\Microsoft.AspAspNetCore.App]
  Microsoft.AspNetCore.App 8.0.3 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.WindowsDesktop.App 8.0.3 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]


To install additional .NET Core runtimes or SDKs:
  https://aka.ms/dotnet-download
```

* If you're using .NET 9.0, you should download and install .NET 9.0 RC 2  Runtime or .NET 9.0.100-rc.2.24474.11 SDK (for Visual Studio 2022 v17.12 latest Preview) from https://dotnet.microsoft.com/download/dotnet-core/9.0.
* If you're using .NET 8.0, you should download and install .NET 8.0.10  Runtime or .NET 8.0.110 SDK (for Visual Studio 2022 v17.8) from https://dotnet.microsoft.com/download/dotnet-core/8.0.

.NET 8.0 updates are also available from Microsoft Update. To access this either type "Check for updates" in your Windows search, or open Settings, choose Update & Security and then click Check for Updates.

Once you have installed the updated runtime or SDK, restart your apps for the update to take effect.

Additionally, if you've deployed [self-contained applications](https://docs.microsoft.com/dotnet/core/deploying/#self-contained-deployments-scd) targeting any of the impacted versions, these applications are also vulnerable and must be recompiled and redeployed.

## Other Information

### Reporting Security Issues

If you have found a potential security issue in .NET 8.0 or .NET 6.0, please email details to secure@microsoft.com. Reports may qualify for the Microsoft .NET Core & .NET 5 Bounty. Details of the Microsoft .NET Bounty Program including terms and conditions are at <https://aka.ms/corebounty>.

### Support

You can ask questions about this issue on GitHub in the .NET GitHub organization. The main repos are located at https://github.com/dotnet/runtime and https://github.com/dotnet/aspnet/. The Announcements repo (https://github.com/dotnet/Announcements) will contain this bulletin as an issue and will include a link to a discussion issue. You can ask questions in the linked discussion issue.

### Disclaimer

The information provided in this advisory is provided "as is" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.

### External Links

[CVE-2024-38229]( https://www.cve.org/CVERecord?id=CVE-2024-38229)

### Revisions

V1.0 (October 08, 2024): Advisory published.

_Version 1.0_

_Last Updated 2024-10-08_
references
0
reference_url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-38229.json
reference_id
reference_type
scores
0
value 8.1
scoring_system cvssv3
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-38229.json
1
reference_url https://api.first.org/data/v1/epss?cve=CVE-2024-38229
reference_id
reference_type
scores
0
value 0.00968
scoring_system epss
scoring_elements 0.76626
published_at 2026-04-21T12:55:00Z
1
value 0.00968
scoring_system epss
scoring_elements 0.76638
published_at 2026-04-18T12:55:00Z
2
value 0.00968
scoring_system epss
scoring_elements 0.76635
published_at 2026-04-16T12:55:00Z
3
value 0.00968
scoring_system epss
scoring_elements 0.76593
published_at 2026-04-13T12:55:00Z
4
value 0.00968
scoring_system epss
scoring_elements 0.76602
published_at 2026-04-12T12:55:00Z
5
value 0.00968
scoring_system epss
scoring_elements 0.76544
published_at 2026-04-02T12:55:00Z
6
value 0.00968
scoring_system epss
scoring_elements 0.76573
published_at 2026-04-04T12:55:00Z
7
value 0.00968
scoring_system epss
scoring_elements 0.76553
published_at 2026-04-07T12:55:00Z
8
value 0.00968
scoring_system epss
scoring_elements 0.76585
published_at 2026-04-08T12:55:00Z
9
value 0.00968
scoring_system epss
scoring_elements 0.76623
published_at 2026-04-11T12:55:00Z
10
value 0.00968
scoring_system epss
scoring_elements 0.76596
published_at 2026-04-09T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2024-38229
2
reference_url https://github.com/dotnet/announcements/issues/326
reference_id
reference_type
scores
0
value 8.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C
1
value 8.2
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P
2
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/dotnet/announcements/issues/326
3
reference_url https://github.com/dotnet/aspnetcore
reference_id
reference_type
scores
0
value 8.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C
1
value 8.2
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P
2
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/dotnet/aspnetcore
4
reference_url https://github.com/dotnet/aspnetcore/issues/58297
reference_id
reference_type
scores
0
value 8.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C
1
value 8.2
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P
2
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/dotnet/aspnetcore/issues/58297
5
reference_url https://github.com/dotnet/aspnetcore/security/advisories/GHSA-7vw9-cfwx-9gx9
reference_id
reference_type
scores
0
value 8.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C
1
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
2
value 8.2
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P
3
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/dotnet/aspnetcore/security/advisories/GHSA-7vw9-cfwx-9gx9
6
reference_url https://learn.microsoft.com/en-us/aspnet/core/fundamentals/servers/kestrel/endpoints?view=aspnetcore-8.0#configure-http-protocols-in-appsettingsjson
reference_id
reference_type
scores
0
value 8.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C
1
value 8.2
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P
2
value HIGH
scoring_system generic_textual
scoring_elements
url https://learn.microsoft.com/en-us/aspnet/core/fundamentals/servers/kestrel/endpoints?view=aspnetcore-8.0#configure-http-protocols-in-appsettingsjson
7
reference_url https://learn.microsoft.com/en-us/aspnet/core/fundamentals/servers/kestrel/http3?view=aspnetcore-8.0#getting-started
reference_id
reference_type
scores
0
value 8.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C
1
value 8.2
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P
2
value HIGH
scoring_system generic_textual
scoring_elements
url https://learn.microsoft.com/en-us/aspnet/core/fundamentals/servers/kestrel/http3?view=aspnetcore-8.0#getting-started
8
reference_url https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-38229
reference_id
reference_type
scores
0
value 8.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C
1
value 8.2
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P
2
value HIGH
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:T/P:M/B:A/M:M/D:T/2024-10-08T18:55:00Z/
url https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-38229
9
reference_url https://nvd.nist.gov/vuln/detail/CVE-2024-38229
reference_id
reference_type
scores
0
value 8.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C
1
value 8.2
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P
2
value HIGH
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2024-38229
10
reference_url https://www.herodevs.com/vulnerability-directory/cve-2024-38229
reference_id
reference_type
scores
0
value 8.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C
1
value 8.2
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P
2
value HIGH
scoring_system generic_textual
scoring_elements
url https://www.herodevs.com/vulnerability-directory/cve-2024-38229
11
reference_url https://bugzilla.redhat.com/show_bug.cgi?id=2316161
reference_id 2316161
reference_type
scores
url https://bugzilla.redhat.com/show_bug.cgi?id=2316161
12
reference_url https://github.com/advisories/GHSA-7vw9-cfwx-9gx9
reference_id GHSA-7vw9-cfwx-9gx9
reference_type
scores
0
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-7vw9-cfwx-9gx9
13
reference_url https://access.redhat.com/errata/RHSA-2024:7868
reference_id RHSA-2024:7868
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:7868
14
reference_url https://access.redhat.com/errata/RHSA-2024:7869
reference_id RHSA-2024:7869
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:7869
15
reference_url https://usn.ubuntu.com/7058-1/
reference_id USN-7058-1
reference_type
scores
url https://usn.ubuntu.com/7058-1/
fixed_packages
0
url pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=ppc64le&distroversion=v3.23&reponame=community
purl pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=ppc64le&distroversion=v3.23&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=ppc64le&distroversion=v3.23&reponame=community
aliases CVE-2024-38229, GHSA-7vw9-cfwx-9gx9
risk_score 4.0
exploitability 0.5
weighted_severity 8.0
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-jxbe-jq7y-3qer
2
url VCID-myyb-zm57-e3cb
vulnerability_id VCID-myyb-zm57-e3cb
summary
# Microsoft Security Advisory CVE-2024-43484 | .NET Denial of Service Vulnerability

## <a name="executive-summary"></a>Executive summary

Microsoft is releasing this security advisory to provide information about a vulnerability in System.IO.Packaging. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.

The System.IO.Packaging library may allow untrusted inputs to influence algorithmically complex operations, leading to denial of service.

## Announcement

Announcement for this issue can be found at  https://github.com/dotnet/announcements/issues/328

## <a name="mitigation-factors"></a>Mitigation factors

Microsoft has not identified any mitigating factors for this vulnerability.


## <a name="affected-packages"></a>Affected Packages
The vulnerability affects any Microsoft .NET Core project if it uses any of affected packages versions listed below

### <a name=".NET 9"></a>.NET 9
Package name | Affected version | Patched version
------------ | ---------------- | -------------------------
[System.IO.Packaging](https://www.nuget.org/packages/System.IO.Packaging)                   | >= 9.0.0-preview.1.24080.9, <= 9.0.0-rc.1.24431.7 | 9.0.0-rc.2.24473.5

### <a name=".NET 8"></a>.NET 8
Package name | Affected version | Patched version
------------ | ---------------- | -------------------------
[System.IO.Packaging](https://www.nuget.org/packages/System.IO.Packaging)                   | >= 8.0.0-preview.1.23110.8, <= 8.0.0 | 8.0.1

### <a name=".NET 6"></a>.NET 6
Package name | Affected version | Patched version
------------ | ---------------- | -------------------------
[System.IO.Packaging](https://www.nuget.org/packages/System.IO.Packaging)                   | >= 6.0.0-preview.1.21102.12, <= 6.0.0 | 6.0.1

## Advisory FAQ

### <a name="how-affected"></a>How do I know if I am affected?

If you have a runtime or SDK with a version listed, or an affected package listed in [affected software](#affected-packages) or [affected packages](#affected-software), you're exposed to the vulnerability.

### <a name="how-fix"></a>How do I fix the issue?

* To fix the issue please install the latest version of .NET 8.0 or .NET 6.0. If you have installed one or more .NET SDKs through Visual Studio, Visual Studio will prompt you to update Visual Studio, which will also update your .NET  SDKs.
* If you have .NET 6.0 or greater installed, you can list the versions you have installed by running the `dotnet --info` command. You will see output like the following;

```
.NET Core SDK (reflecting any global.json):


 Version:   8.0.200
 Commit:    8473146e7d

Runtime Environment:

 OS Name:     Windows
 OS Version:  10.0.18363
 OS Platform: Windows
 RID:         win10-x64
 Base Path:   C:\Program Files\dotnet\sdk\6.0.300\

Host (useful for support):

  Version: 8.0.3
  Commit:  8473146e7d

.NET Core SDKs installed:

  8.0.200 [C:\Program Files\dotnet\sdk]

.NET Core runtimes installed:

  Microsoft.AspAspNetCore.App 8.0.3 [C:\Program Files\dotnet\shared\Microsoft.AspAspNetCore.App]
  Microsoft.AspNetCore.App 8.0.3 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.WindowsDesktop.App 8.0.3 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]


To install additional .NET Core runtimes or SDKs:
  https://aka.ms/dotnet-download
```

* If you're using .NET 9.0, you should download and install .NET 9.0 RC 2  Runtime or .NET 9.0.100-rc.2.24474.11 SDK (for Visual Studio 2022 v17.12 latest Preview) from https://dotnet.microsoft.com/download/dotnet-core/9.0.
* If you're using .NET 8.0, you should download and install .NET 8.0.10  Runtime or .NET 8.0.110 SDK (for Visual Studio 2022 v17.8) from https://dotnet.microsoft.com/download/dotnet-core/8.0.
* If you're using .NET 6.0, you should download and install .NET 6.0.35  Runtime or .NET 6.0.135 SDK (for Visual Studio 2022 v17.6) from https://dotnet.microsoft.com/download/dotnet-core/6.0.

.NET 8.0 and .NET 6.0 updates are also available from Microsoft Update. To access this either type "Check for updates" in your Windows search, or open Settings, choose Update & Security and then click Check for Updates.

Once you have installed the updated runtime or SDK, restart your apps for the update to take effect.

Additionally, if you've deployed [self-contained applications](https://docs.microsoft.com/dotnet/core/deploying/#self-contained-deployments-scd) targeting any of the impacted versions, these applications are also vulnerable and must be recompiled and redeployed.

## Other Information

### Reporting Security Issues

If you have found a potential security issue in .NET 8.0 or .NET 6.0, please email details to secure@microsoft.com. Reports may qualify for the Microsoft .NET Core & .NET 5 Bounty. Details of the Microsoft .NET Bounty Program including terms and conditions are at <https://aka.ms/corebounty>.

### Support

You can ask questions about this issue on GitHub in the .NET GitHub organization. The main repos are located at https://github.com/dotnet/runtime and https://github.com/dotnet/aspnet/. The Announcements repo (https://github.com/dotnet/Announcements) will contain this bulletin as an issue and will include a link to a discussion issue. You can ask questions in the linked discussion issue.

### Disclaimer

The information provided in this advisory is provided "as is" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.

### External Links

[CVE-2024-43484]( https://www.cve.org/CVERecord?id=CVE-2024-43484)

### Revisions

V1.0 (October 08, 2024): Advisory published.

_Version 1.0_

_Last Updated 2024-10-08_
references
0
reference_url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-43484.json
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-43484.json
1
reference_url https://api.first.org/data/v1/epss?cve=CVE-2024-43484
reference_id
reference_type
scores
0
value 0.0121
scoring_system epss
scoring_elements 0.79014
published_at 2026-04-21T12:55:00Z
1
value 0.0121
scoring_system epss
scoring_elements 0.79018
published_at 2026-04-16T12:55:00Z
2
value 0.0121
scoring_system epss
scoring_elements 0.78989
published_at 2026-04-13T12:55:00Z
3
value 0.0121
scoring_system epss
scoring_elements 0.79
published_at 2026-04-12T12:55:00Z
4
value 0.0121
scoring_system epss
scoring_elements 0.79015
published_at 2026-04-18T12:55:00Z
5
value 0.0121
scoring_system epss
scoring_elements 0.7899
published_at 2026-04-09T12:55:00Z
6
value 0.0121
scoring_system epss
scoring_elements 0.7896
published_at 2026-04-07T12:55:00Z
7
value 0.0121
scoring_system epss
scoring_elements 0.78985
published_at 2026-04-08T12:55:00Z
8
value 0.0121
scoring_system epss
scoring_elements 0.78976
published_at 2026-04-04T12:55:00Z
9
value 0.0121
scoring_system epss
scoring_elements 0.78948
published_at 2026-04-02T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2024-43484
2
reference_url https://github.com/dotnet/announcements/issues/328
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value 8.8
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N
2
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/dotnet/announcements/issues/328
3
reference_url https://github.com/dotnet/runtime
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value 8.8
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N
2
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/dotnet/runtime
4
reference_url https://github.com/dotnet/runtime/issues/108676
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value 8.8
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N
2
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/dotnet/runtime/issues/108676
5
reference_url https://github.com/dotnet/runtime/security/advisories/GHSA-f32c-w444-8ppv
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
2
value 8.8
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N
3
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/dotnet/runtime/security/advisories/GHSA-f32c-w444-8ppv
6
reference_url https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43484
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:U/RL:O/RC:C
1
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
2
value 8.8
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N
3
value HIGH
scoring_system generic_textual
scoring_elements
4
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2024-10-08T18:54:47Z/
url https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43484
7
reference_url https://nvd.nist.gov/vuln/detail/CVE-2024-43484
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value 8.8
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N
2
value HIGH
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2024-43484
8
reference_url https://security.netapp.com/advisory/ntap-20250328-0007
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value 8.8
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N
2
value HIGH
scoring_system generic_textual
scoring_elements
url https://security.netapp.com/advisory/ntap-20250328-0007
9
reference_url https://bugzilla.redhat.com/show_bug.cgi?id=2315729
reference_id 2315729
reference_type
scores
url https://bugzilla.redhat.com/show_bug.cgi?id=2315729
10
reference_url https://github.com/advisories/GHSA-f32c-w444-8ppv
reference_id GHSA-f32c-w444-8ppv
reference_type
scores
0
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-f32c-w444-8ppv
11
reference_url https://access.redhat.com/errata/RHSA-2024:7851
reference_id RHSA-2024:7851
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:7851
12
reference_url https://access.redhat.com/errata/RHSA-2024:7867
reference_id RHSA-2024:7867
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:7867
13
reference_url https://access.redhat.com/errata/RHSA-2024:7868
reference_id RHSA-2024:7868
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:7868
14
reference_url https://access.redhat.com/errata/RHSA-2024:7869
reference_id RHSA-2024:7869
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:7869
15
reference_url https://access.redhat.com/errata/RHSA-2024:8036
reference_id RHSA-2024:8036
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:8036
16
reference_url https://access.redhat.com/errata/RHSA-2024:8047
reference_id RHSA-2024:8047
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:8047
17
reference_url https://access.redhat.com/errata/RHSA-2024:8048
reference_id RHSA-2024:8048
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:8048
18
reference_url https://access.redhat.com/errata/RHSA-2024:8082
reference_id RHSA-2024:8082
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:8082
19
reference_url https://usn.ubuntu.com/7058-1/
reference_id USN-7058-1
reference_type
scores
url https://usn.ubuntu.com/7058-1/
fixed_packages
0
url pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=ppc64le&distroversion=v3.23&reponame=community
purl pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=ppc64le&distroversion=v3.23&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=ppc64le&distroversion=v3.23&reponame=community
aliases CVE-2024-43484, GHSA-f32c-w444-8ppv
risk_score 4.0
exploitability 0.5
weighted_severity 8.0
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-myyb-zm57-e3cb
3
url VCID-pun7-c6ab-d7dn
vulnerability_id VCID-pun7-c6ab-d7dn
summary
# Microsoft Security Advisory CVE-2024-43485 | .NET Denial of Service Vulnerability

## <a name="executive-summary"></a>Executive summary

Microsoft is releasing this security advisory to provide information about a vulnerability in System.Text.Json 6.0.x and 8.0.x. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.

In System.Text.Json 6.0.x and 8.0.x, applications which deserialize input to a model with an `[JsonExtensionData]` property can be vulnerable to an algorithmic complexity attack resulting in Denial of Service.

## Announcement

Announcement for this issue can be found at https://github.com/dotnet/announcements/issues/329

## <a name="mitigation-factors"></a>Mitigation factors

JSON models which do not utilize the `[JsonExtensionData]` feature are not impacted by this vulnerability.

## <a name="affected-software"></a>Affected software

* Any .NET 8.0 application running on .NET 8.0.8 or earlier.
* Any .NET 6.0 aplication running on .NET 6.0.33 or earlier.
* Any application consuming one of the [vulnerable packages](affected-packages).

## <a name="affected-packages"></a>Affected Packages
The vulnerability affects any Microsoft .NET Core project if it uses any of affected packages versions listed below


### <a name=".NET 8"></a>.NET 8
Package name | Affected version | Patched version
------------ | ---------------- | -------------------------
[System.Text.Json](https://www.nuget.org/packages/System.Text.Json)                   | >= 8.0.0, <= 8.0.4 | 8.0.5

### <a name=".NET 6"></a>.NET 6
Package name | Affected version | Patched version
------------ | ---------------- | -------------------------
[System.Text.Json](https://www.nuget.org/packages/System.Text.Json)                   | >= 6.0.0, <= 6.0.9 | 6.0.10


## Advisory FAQ

### <a name="how-affected"></a>How do I know if I am affected?

If you have a runtime or SDK with a version listed, or an affected package listed in [affected software](#affected-packages) or [affected packages](#affected-software), you're exposed to the vulnerability.

### <a name="how-fix"></a>How do I fix the issue?

* To fix the issue please install the latest version of .NET 8.0 or .NET 6.0. If you have installed one or more .NET SDKs through Visual Studio, Visual Studio will prompt you to update Visual Studio, which will also update your .NET  SDKs.
* .NET Framework-based applications and other application types need to perform a package update.
* If you have .NET 6.0 or greater installed, you can list the versions you have installed by running the `dotnet --info` command. You will see output like the following;

```
.NET Core SDK (reflecting any global.json):


 Version:   8.0.200
 Commit:    8473146e7d

Runtime Environment:

 OS Name:     Windows
 OS Version:  10.0.18363
 OS Platform: Windows
 RID:         win10-x64
 Base Path:   C:\Program Files\dotnet\sdk\6.0.300\

Host (useful for support):

  Version: 8.0.3
  Commit:  8473146e7d

.NET Core SDKs installed:

  8.0.200 [C:\Program Files\dotnet\sdk]

.NET Core runtimes installed:

  Microsoft.AspAspNetCore.App 8.0.3 [C:\Program Files\dotnet\shared\Microsoft.AspAspNetCore.App]
  Microsoft.AspNetCore.App 8.0.3 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.WindowsDesktop.App 8.0.3 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]


To install additional .NET Core runtimes or SDKs:
  https://aka.ms/dotnet-download
```

* If you're using .NET 6.0, you should download and install .NET 6.0.35  Runtime or .NET 6.0.135 SDK (for Visual Studio 2022 v17.6) from https://dotnet.microsoft.com/download/dotnet-core/6.0.
* If you're using .NET 8.0, you should download and install .NET 8.0.10  Runtime or .NET 8.0.110 SDK (for Visual Studio 2022 v17.8) from https://dotnet.microsoft.com/download/dotnet-core/8.0.

.NET 8.0 and .NET 6.0 updates are also available from Microsoft Update. To access this either type "Check for updates" in your Windows search, or open Settings, choose Update & Security and then click Check for Updates.

Once you have installed the updated runtime or SDK, restart your apps for the update to take effect.

Additionally, if you've deployed [self-contained applications](https://docs.microsoft.com/dotnet/core/deploying/#self-contained-deployments-scd) targeting any of the impacted versions, these applications are also vulnerable and must be recompiled and redeployed.

## Other Information

### Reporting Security Issues

If you have found a potential security issue in .NET 8.0 or .NET 6.0, please email details to secure@microsoft.com. Reports may qualify for the Microsoft .NET Core & .NET 5 Bounty. Details of the Microsoft .NET Bounty Program including terms and conditions are at <https://aka.ms/corebounty>.

### Support

You can ask questions about this issue on GitHub in the .NET GitHub organization. The main repos are located at https://github.com/dotnet/runtime and https://github.com/dotnet/aspnet/. The Announcements repo (https://github.com/dotnet/Announcements) will contain this bulletin as an issue and will include a link to a discussion issue. You can ask questions in the linked discussion issue.

### Disclaimer

The information provided in this advisory is provided "as is" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.

### External Links

[CVE-2024-43485]( https://www.cve.org/CVERecord?id=CVE-2024-43485)

### Revisions

V1.0 (October 08, 2024): Advisory published.

_Version 1.0_

_Last Updated 2024-10-08_
references
0
reference_url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-43485.json
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-43485.json
1
reference_url https://api.first.org/data/v1/epss?cve=CVE-2024-43485
reference_id
reference_type
scores
0
value 0.00738
scoring_system epss
scoring_elements 0.72887
published_at 2026-04-21T12:55:00Z
1
value 0.00738
scoring_system epss
scoring_elements 0.72894
published_at 2026-04-18T12:55:00Z
2
value 0.00738
scoring_system epss
scoring_elements 0.72885
published_at 2026-04-16T12:55:00Z
3
value 0.00738
scoring_system epss
scoring_elements 0.72843
published_at 2026-04-13T12:55:00Z
4
value 0.00738
scoring_system epss
scoring_elements 0.7285
published_at 2026-04-12T12:55:00Z
5
value 0.00738
scoring_system epss
scoring_elements 0.72867
published_at 2026-04-11T12:55:00Z
6
value 0.00738
scoring_system epss
scoring_elements 0.72842
published_at 2026-04-09T12:55:00Z
7
value 0.00738
scoring_system epss
scoring_elements 0.72828
published_at 2026-04-08T12:55:00Z
8
value 0.00738
scoring_system epss
scoring_elements 0.7279
published_at 2026-04-07T12:55:00Z
9
value 0.00738
scoring_system epss
scoring_elements 0.72814
published_at 2026-04-04T12:55:00Z
10
value 0.00738
scoring_system epss
scoring_elements 0.72793
published_at 2026-04-02T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2024-43485
2
reference_url https://github.com/dotnet/announcements/issues/329
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value 8.8
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N
2
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/dotnet/announcements/issues/329
3
reference_url https://github.com/dotnet/runtime
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value 8.8
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N
2
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/dotnet/runtime
4
reference_url https://github.com/dotnet/runtime/issues/108678
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value 8.8
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N
2
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/dotnet/runtime/issues/108678
5
reference_url https://github.com/dotnet/runtime/security/advisories/GHSA-8g4q-xg66-9fp4
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
2
value 8.8
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N
3
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/dotnet/runtime/security/advisories/GHSA-8g4q-xg66-9fp4
6
reference_url https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:U/RL:O/RC:C
2
value 8.8
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N
3
value HIGH
scoring_system generic_textual
scoring_elements
4
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2024-10-08T18:54:45Z/
url https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485
7
reference_url https://nvd.nist.gov/vuln/detail/CVE-2024-43485
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value 8.8
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N
2
value HIGH
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2024-43485
8
reference_url https://bugzilla.redhat.com/show_bug.cgi?id=2315731
reference_id 2315731
reference_type
scores
url https://bugzilla.redhat.com/show_bug.cgi?id=2315731
9
reference_url https://github.com/advisories/GHSA-8g4q-xg66-9fp4
reference_id GHSA-8g4q-xg66-9fp4
reference_type
scores
0
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-8g4q-xg66-9fp4
10
reference_url https://access.redhat.com/errata/RHSA-2024:7851
reference_id RHSA-2024:7851
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:7851
11
reference_url https://access.redhat.com/errata/RHSA-2024:7867
reference_id RHSA-2024:7867
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:7867
12
reference_url https://access.redhat.com/errata/RHSA-2024:7868
reference_id RHSA-2024:7868
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:7868
13
reference_url https://access.redhat.com/errata/RHSA-2024:7869
reference_id RHSA-2024:7869
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:7869
14
reference_url https://access.redhat.com/errata/RHSA-2024:8036
reference_id RHSA-2024:8036
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:8036
15
reference_url https://access.redhat.com/errata/RHSA-2024:8047
reference_id RHSA-2024:8047
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:8047
16
reference_url https://access.redhat.com/errata/RHSA-2024:8048
reference_id RHSA-2024:8048
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:8048
17
reference_url https://access.redhat.com/errata/RHSA-2024:8082
reference_id RHSA-2024:8082
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:8082
18
reference_url https://usn.ubuntu.com/7058-1/
reference_id USN-7058-1
reference_type
scores
url https://usn.ubuntu.com/7058-1/
fixed_packages
0
url pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=ppc64le&distroversion=v3.23&reponame=community
purl pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=ppc64le&distroversion=v3.23&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=ppc64le&distroversion=v3.23&reponame=community
aliases CVE-2024-43485, GHSA-8g4q-xg66-9fp4
risk_score 4.0
exploitability 0.5
weighted_severity 8.0
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-pun7-c6ab-d7dn
Risk_scorenull
Resource_urlhttp://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=ppc64le&distroversion=v3.23&reponame=community