Lookup for vulnerabilities affecting packages.

Vulnerability_idVCID-37e9-vfx7-fufh
Summary
# Microsoft Security Advisory CVE-2025-21171 | .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 9.0. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.

An attacker could exploit this vulnerability by sending a specially crafted request to the vulnerable web server.

## Announcement

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

## <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 9.0 application running on .NET 9.0.0 or earlier.

## <a name="affected-packages"></a>Affected Packages

The vulnerability affects any Microsoft .NET project if it uses any of affected packages versions listed below

### <a name=".NET 9"></a>.NET 9
Package name | Affected version | Patched version
------------ | ---------------- | -------------------------
[Microsoft.NetCore.App.Runtime.linux-arm](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.linux-arm)               | >= 9.0.0, < 9.0.1 | 9.0.1
[Microsoft.NetCore.App.Runtime.linux-arm64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.linux-arm64)           | >= 9.0.0, < 9.0.1 | 9.0.1
[Microsoft.NetCore.App.Runtime.linux-musl-arm](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.linux-musl-arm)     | >= 9.0.0, < 9.0.1 | 9.0.1
[Microsoft.NetCore.App.Runtime.linux-musl-arm64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.linux-musl-arm64) | >= 9.0.0, < 9.0.1 | 9.0.1
[Microsoft.NetCore.App.Runtime.linux-musl-x64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.linux-musl-x64)     | >= 9.0.0, < 9.0.1 | 9.0.1
[Microsoft.NetCore.App.Runtime.linux-x64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.linux-x64)               | >= 9.0.0, < 9.0.1 | 9.0.1
[Microsoft.NetCore.App.Runtime.osx-arm64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.osx-arm64)               | >= 9.0.0, < 9.0.1 | 9.0.1
[Microsoft.NetCore.App.Runtime.osx-x64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.osx-x64)                   | >= 9.0.0, < 9.0.1 | 9.0.1
[Microsoft.NetCore.App.Runtime.win-arm](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.win-arm)                   | >= 9.0.0, < 9.0.1 | 9.0.1
[Microsoft.NetCore.App.Runtime.win-arm64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.win-arm64)               | >= 9.0.0, < 9.0.1 | 9.0.1
[Microsoft.NetCore.App.Runtime.win-x64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.win-x64)                   | >= 9.0.0, < 9.0.1 | 9.0.1
[Microsoft.NetCore.App.Runtime.win-x86](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.win-x86)                   | >= 9.0.0, < 9.0.1 | 9.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?

1. To fix the issue please install the latest version of .NET 9.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.
2. If your application references the vulnerable package, update the package reference to the patched version.

* You can list the versions you have installed by running the `dotnet --info` command. You will see output like the following;

```
.NET SDK:
 Version:           9.0.100
 Commit:            59db016f11
 Workload version:  9.0.100-manifests.3068a692
 MSBuild version:   17.12.7+5b8665660

Runtime Environment:
 OS Name:     Mac OS X
 OS Version:  15.2
 OS Platform: Darwin
 RID:         osx-arm64
 Base Path:   /usr/local/share/dotnet/sdk/9.0.100/

.NET workloads installed:
There are no installed workloads to display.
Configured to use loose manifests when installing new manifests.

Host:
  Version:      9.0.0
  Architecture: arm64
  Commit:       9d5a6a9aa4

.NET SDKs installed:
  9.0.100 [/usr/local/share/dotnet/sdk]

.NET runtimes installed:
  Microsoft.AspNetCore.App 9.0.0 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 9.0.0 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]

Other architectures found:
  x64   [/usr/local/share/dotnet]
    registered at [/etc/dotnet/install_location_x64]

Environment variables:
  Not set

global.json file:
  Not found

Learn more:
  https://aka.ms/dotnet/info

Download .NET:
  https://aka.ms/dotnet/download
```

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

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 9.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. 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-2025-21171]( https://www.cve.org/CVERecord?id=CVE-2025-21171)

### Revisions

V1.0 (January 14, 2024): Advisory published.
Aliases
0
alias CVE-2025-21171
1
alias GHSA-p54p-p3qm-8vgj
Fixed_packages
0
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=aarch64&distroversion=v3.23&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=aarch64&distroversion=v3.23&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=aarch64&distroversion=v3.23&reponame=community
1
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=armhf&distroversion=v3.23&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=armhf&distroversion=v3.23&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=armhf&distroversion=v3.23&reponame=community
2
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=x86_64&distroversion=v3.23&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=x86_64&distroversion=v3.23&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=x86_64&distroversion=v3.23&reponame=community
3
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=aarch64&distroversion=v3.22&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=aarch64&distroversion=v3.22&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=aarch64&distroversion=v3.22&reponame=community
4
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=armhf&distroversion=v3.22&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=armhf&distroversion=v3.22&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=armhf&distroversion=v3.22&reponame=community
5
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=armv7&distroversion=v3.23&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=armv7&distroversion=v3.23&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=armv7&distroversion=v3.23&reponame=community
6
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=loongarch64&distroversion=v3.23&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=loongarch64&distroversion=v3.23&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=loongarch64&distroversion=v3.23&reponame=community
7
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=s390x&distroversion=v3.23&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=s390x&distroversion=v3.23&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=s390x&distroversion=v3.23&reponame=community
8
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=armv7&distroversion=v3.22&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=armv7&distroversion=v3.22&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=armv7&distroversion=v3.22&reponame=community
9
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=loongarch64&distroversion=v3.22&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=loongarch64&distroversion=v3.22&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=loongarch64&distroversion=v3.22&reponame=community
10
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=ppc64le&distroversion=v3.22&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=ppc64le&distroversion=v3.22&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=ppc64le&distroversion=v3.22&reponame=community
11
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=riscv64&distroversion=v3.22&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=riscv64&distroversion=v3.22&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=riscv64&distroversion=v3.22&reponame=community
12
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=x86&distroversion=v3.22&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=x86&distroversion=v3.22&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=x86&distroversion=v3.22&reponame=community
13
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=x86_64&distroversion=v3.22&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=x86_64&distroversion=v3.22&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=x86_64&distroversion=v3.22&reponame=community
14
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=armhf&distroversion=edge&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=armhf&distroversion=edge&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=armhf&distroversion=edge&reponame=community
15
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=armv7&distroversion=edge&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=armv7&distroversion=edge&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=armv7&distroversion=edge&reponame=community
16
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=loongarch64&distroversion=edge&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=loongarch64&distroversion=edge&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=loongarch64&distroversion=edge&reponame=community
17
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=ppc64le&distroversion=edge&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=ppc64le&distroversion=edge&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=ppc64le&distroversion=edge&reponame=community
18
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=riscv64&distroversion=edge&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=riscv64&distroversion=edge&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=riscv64&distroversion=edge&reponame=community
19
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=s390x&distroversion=edge&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=s390x&distroversion=edge&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=s390x&distroversion=edge&reponame=community
20
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=x86&distroversion=edge&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=x86&distroversion=edge&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=x86&distroversion=edge&reponame=community
21
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=aarch64&distroversion=v3.21&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=aarch64&distroversion=v3.21&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=aarch64&distroversion=v3.21&reponame=community
22
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=riscv64&distroversion=v3.23&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=riscv64&distroversion=v3.23&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=riscv64&distroversion=v3.23&reponame=community
23
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=s390x&distroversion=v3.22&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=s390x&distroversion=v3.22&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=s390x&distroversion=v3.22&reponame=community
24
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=ppc64le&distroversion=v3.23&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=ppc64le&distroversion=v3.23&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=ppc64le&distroversion=v3.23&reponame=community
25
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=x86&distroversion=v3.23&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=x86&distroversion=v3.23&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=x86&distroversion=v3.23&reponame=community
26
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=aarch64&distroversion=edge&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=aarch64&distroversion=edge&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=aarch64&distroversion=edge&reponame=community
27
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=x86_64&distroversion=edge&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=x86_64&distroversion=edge&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=x86_64&distroversion=edge&reponame=community
28
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=armhf&distroversion=v3.21&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=armhf&distroversion=v3.21&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=armhf&distroversion=v3.21&reponame=community
29
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=armv7&distroversion=v3.21&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=armv7&distroversion=v3.21&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=armv7&distroversion=v3.21&reponame=community
30
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=loongarch64&distroversion=v3.21&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=loongarch64&distroversion=v3.21&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=loongarch64&distroversion=v3.21&reponame=community
31
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=ppc64le&distroversion=v3.21&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=ppc64le&distroversion=v3.21&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=ppc64le&distroversion=v3.21&reponame=community
32
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=riscv64&distroversion=v3.21&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=riscv64&distroversion=v3.21&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=riscv64&distroversion=v3.21&reponame=community
33
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=s390x&distroversion=v3.21&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=s390x&distroversion=v3.21&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=s390x&distroversion=v3.21&reponame=community
34
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=x86&distroversion=v3.21&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=x86&distroversion=v3.21&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=x86&distroversion=v3.21&reponame=community
35
url pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=x86_64&distroversion=v3.21&reponame=community
purl pkg:apk/alpine/dotnet9-runtime@9.0.1-r0?arch=x86_64&distroversion=v3.21&reponame=community
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet9-runtime@9.0.1-r0%3Farch=x86_64&distroversion=v3.21&reponame=community
36
url pkg:nuget/Microsoft.NetCore.App.Runtime.linux-musl-arm@9.0.1
purl pkg:nuget/Microsoft.NetCore.App.Runtime.linux-musl-arm@9.0.1
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.linux-musl-arm@9.0.1
37
url pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@9.0.1
purl pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@9.0.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-bnkq-wms1-f7dp
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@9.0.1
38
url pkg:nuget/Microsoft.NetCore.App.Runtime.osx-arm64@9.0.1
purl pkg:nuget/Microsoft.NetCore.App.Runtime.osx-arm64@9.0.1
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.osx-arm64@9.0.1
39
url pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64@9.0.1
purl pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64@9.0.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-bnkq-wms1-f7dp
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64@9.0.1
Affected_packages
0
url pkg:nuget/Microsoft.NetCore.App.Runtime.linux-arm@9.0.0
purl pkg:nuget/Microsoft.NetCore.App.Runtime.linux-arm@9.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-37e9-vfx7-fufh
1
vulnerability VCID-bnkq-wms1-f7dp
2
vulnerability VCID-k3fx-jcj4-jfc6
3
vulnerability VCID-nzrf-zgck-8fer
4
vulnerability VCID-rffe-gbvm-nfdw
5
vulnerability VCID-u6eh-1bec-n7c2
6
vulnerability VCID-urqu-mdw7-ykd1
7
vulnerability VCID-vq9k-uhbs-wyem
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.linux-arm@9.0.0
1
url pkg:nuget/Microsoft.NETCore.App.Runtime.linux-arm@9.0.0
purl pkg:nuget/Microsoft.NETCore.App.Runtime.linux-arm@9.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-37e9-vfx7-fufh
1
vulnerability VCID-bnkq-wms1-f7dp
2
vulnerability VCID-nzrf-zgck-8fer
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-arm@9.0.0
2
url pkg:nuget/Microsoft.NetCore.App.Runtime.linux-arm64@9.0.0
purl pkg:nuget/Microsoft.NetCore.App.Runtime.linux-arm64@9.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-37e9-vfx7-fufh
1
vulnerability VCID-bnkq-wms1-f7dp
2
vulnerability VCID-k3fx-jcj4-jfc6
3
vulnerability VCID-rffe-gbvm-nfdw
4
vulnerability VCID-u6eh-1bec-n7c2
5
vulnerability VCID-urqu-mdw7-ykd1
6
vulnerability VCID-vq9k-uhbs-wyem
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.linux-arm64@9.0.0
3
url pkg:nuget/Microsoft.NETCore.App.Runtime.linux-arm64@9.0.0
purl pkg:nuget/Microsoft.NETCore.App.Runtime.linux-arm64@9.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-37e9-vfx7-fufh
1
vulnerability VCID-bnkq-wms1-f7dp
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-arm64@9.0.0
4
url pkg:nuget/Microsoft.NetCore.App.Runtime.linux-musl-arm@9.0.0
purl pkg:nuget/Microsoft.NetCore.App.Runtime.linux-musl-arm@9.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-37e9-vfx7-fufh
1
vulnerability VCID-bnkq-wms1-f7dp
2
vulnerability VCID-k3fx-jcj4-jfc6
3
vulnerability VCID-rffe-gbvm-nfdw
4
vulnerability VCID-u6eh-1bec-n7c2
5
vulnerability VCID-urqu-mdw7-ykd1
6
vulnerability VCID-vq9k-uhbs-wyem
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.linux-musl-arm@9.0.0
5
url pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@9.0.0
purl pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@9.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-37e9-vfx7-fufh
1
vulnerability VCID-bnkq-wms1-f7dp
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@9.0.0
6
url pkg:nuget/Microsoft.NetCore.App.Runtime.linux-musl-arm64@9.0.0
purl pkg:nuget/Microsoft.NetCore.App.Runtime.linux-musl-arm64@9.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-37e9-vfx7-fufh
1
vulnerability VCID-bnkq-wms1-f7dp
2
vulnerability VCID-k3fx-jcj4-jfc6
3
vulnerability VCID-rffe-gbvm-nfdw
4
vulnerability VCID-u6eh-1bec-n7c2
5
vulnerability VCID-urqu-mdw7-ykd1
6
vulnerability VCID-vq9k-uhbs-wyem
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.linux-musl-arm64@9.0.0
7
url pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm64@9.0.0
purl pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm64@9.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-37e9-vfx7-fufh
1
vulnerability VCID-bnkq-wms1-f7dp
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm64@9.0.0
8
url pkg:nuget/Microsoft.NetCore.App.Runtime.linux-musl-x64@9.0.0
purl pkg:nuget/Microsoft.NetCore.App.Runtime.linux-musl-x64@9.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-37e9-vfx7-fufh
1
vulnerability VCID-bnkq-wms1-f7dp
2
vulnerability VCID-k3fx-jcj4-jfc6
3
vulnerability VCID-rffe-gbvm-nfdw
4
vulnerability VCID-u6eh-1bec-n7c2
5
vulnerability VCID-urqu-mdw7-ykd1
6
vulnerability VCID-vq9k-uhbs-wyem
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.linux-musl-x64@9.0.0
9
url pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-x64@9.0.0
purl pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-x64@9.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-37e9-vfx7-fufh
1
vulnerability VCID-bnkq-wms1-f7dp
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-x64@9.0.0
10
url pkg:nuget/Microsoft.NetCore.App.Runtime.linux-x64@9.0.0
purl pkg:nuget/Microsoft.NetCore.App.Runtime.linux-x64@9.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-37e9-vfx7-fufh
1
vulnerability VCID-bnkq-wms1-f7dp
2
vulnerability VCID-k3fx-jcj4-jfc6
3
vulnerability VCID-rffe-gbvm-nfdw
4
vulnerability VCID-u6eh-1bec-n7c2
5
vulnerability VCID-urqu-mdw7-ykd1
6
vulnerability VCID-vq9k-uhbs-wyem
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.linux-x64@9.0.0
11
url pkg:nuget/Microsoft.NETCore.App.Runtime.linux-x64@9.0.0
purl pkg:nuget/Microsoft.NETCore.App.Runtime.linux-x64@9.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-37e9-vfx7-fufh
1
vulnerability VCID-bnkq-wms1-f7dp
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-x64@9.0.0
12
url pkg:nuget/Microsoft.NetCore.App.Runtime.osx-arm64@9.0.0
purl pkg:nuget/Microsoft.NetCore.App.Runtime.osx-arm64@9.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-37e9-vfx7-fufh
1
vulnerability VCID-bnkq-wms1-f7dp
2
vulnerability VCID-k3fx-jcj4-jfc6
3
vulnerability VCID-rffe-gbvm-nfdw
4
vulnerability VCID-u6eh-1bec-n7c2
5
vulnerability VCID-urqu-mdw7-ykd1
6
vulnerability VCID-vq9k-uhbs-wyem
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.osx-arm64@9.0.0
13
url pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64@9.0.0
purl pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64@9.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-37e9-vfx7-fufh
1
vulnerability VCID-bnkq-wms1-f7dp
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64@9.0.0
14
url pkg:nuget/Microsoft.NetCore.App.Runtime.osx-x64@9.0.0
purl pkg:nuget/Microsoft.NetCore.App.Runtime.osx-x64@9.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-37e9-vfx7-fufh
1
vulnerability VCID-bnkq-wms1-f7dp
2
vulnerability VCID-k3fx-jcj4-jfc6
3
vulnerability VCID-rffe-gbvm-nfdw
4
vulnerability VCID-u6eh-1bec-n7c2
5
vulnerability VCID-urqu-mdw7-ykd1
6
vulnerability VCID-vq9k-uhbs-wyem
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.osx-x64@9.0.0
15
url pkg:nuget/Microsoft.NETCore.App.Runtime.osx-x64@9.0.0
purl pkg:nuget/Microsoft.NETCore.App.Runtime.osx-x64@9.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-37e9-vfx7-fufh
1
vulnerability VCID-bnkq-wms1-f7dp
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.osx-x64@9.0.0
16
url pkg:nuget/Microsoft.NetCore.App.Runtime.win-arm@9.0.0
purl pkg:nuget/Microsoft.NetCore.App.Runtime.win-arm@9.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-37e9-vfx7-fufh
1
vulnerability VCID-bnkq-wms1-f7dp
2
vulnerability VCID-k3fx-jcj4-jfc6
3
vulnerability VCID-rffe-gbvm-nfdw
4
vulnerability VCID-u6eh-1bec-n7c2
5
vulnerability VCID-urqu-mdw7-ykd1
6
vulnerability VCID-vq9k-uhbs-wyem
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.win-arm@9.0.0
17
url pkg:nuget/Microsoft.NETCore.App.Runtime.win-arm@9.0.0
purl pkg:nuget/Microsoft.NETCore.App.Runtime.win-arm@9.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-37e9-vfx7-fufh
1
vulnerability VCID-bnkq-wms1-f7dp
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.win-arm@9.0.0
18
url pkg:nuget/Microsoft.NetCore.App.Runtime.win-arm64@9.0.0
purl pkg:nuget/Microsoft.NetCore.App.Runtime.win-arm64@9.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-37e9-vfx7-fufh
1
vulnerability VCID-bnkq-wms1-f7dp
2
vulnerability VCID-k3fx-jcj4-jfc6
3
vulnerability VCID-rffe-gbvm-nfdw
4
vulnerability VCID-u6eh-1bec-n7c2
5
vulnerability VCID-urqu-mdw7-ykd1
6
vulnerability VCID-vq9k-uhbs-wyem
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.win-arm64@9.0.0
19
url pkg:nuget/Microsoft.NETCore.App.Runtime.win-arm64@9.0.0
purl pkg:nuget/Microsoft.NETCore.App.Runtime.win-arm64@9.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-37e9-vfx7-fufh
1
vulnerability VCID-bnkq-wms1-f7dp
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.win-arm64@9.0.0
20
url pkg:nuget/Microsoft.NetCore.App.Runtime.win-x64@9.0.0
purl pkg:nuget/Microsoft.NetCore.App.Runtime.win-x64@9.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-37e9-vfx7-fufh
1
vulnerability VCID-bnkq-wms1-f7dp
2
vulnerability VCID-k3fx-jcj4-jfc6
3
vulnerability VCID-rffe-gbvm-nfdw
4
vulnerability VCID-u6eh-1bec-n7c2
5
vulnerability VCID-urqu-mdw7-ykd1
6
vulnerability VCID-vq9k-uhbs-wyem
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.win-x64@9.0.0
21
url pkg:nuget/Microsoft.NETCore.App.Runtime.win-x64@9.0.0
purl pkg:nuget/Microsoft.NETCore.App.Runtime.win-x64@9.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-37e9-vfx7-fufh
1
vulnerability VCID-bnkq-wms1-f7dp
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.win-x64@9.0.0
22
url pkg:nuget/Microsoft.NetCore.App.Runtime.win-x86@9.0.0
purl pkg:nuget/Microsoft.NetCore.App.Runtime.win-x86@9.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-37e9-vfx7-fufh
1
vulnerability VCID-bnkq-wms1-f7dp
2
vulnerability VCID-k3fx-jcj4-jfc6
3
vulnerability VCID-rffe-gbvm-nfdw
4
vulnerability VCID-u6eh-1bec-n7c2
5
vulnerability VCID-urqu-mdw7-ykd1
6
vulnerability VCID-vq9k-uhbs-wyem
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.win-x86@9.0.0
23
url pkg:nuget/Microsoft.NETCore.App.Runtime.win-x86@9.0.0
purl pkg:nuget/Microsoft.NETCore.App.Runtime.win-x86@9.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-37e9-vfx7-fufh
1
vulnerability VCID-bnkq-wms1-f7dp
2
vulnerability VCID-vq9k-uhbs-wyem
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.win-x86@9.0.0
24
url pkg:rpm/redhat/dotnet9.0@9.0.102-1?arch=el9_5
purl pkg:rpm/redhat/dotnet9.0@9.0.102-1?arch=el9_5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-37e9-vfx7-fufh
1
vulnerability VCID-dk6k-cjce-m7hd
2
vulnerability VCID-urqu-mdw7-ykd1
3
vulnerability VCID-vq9k-uhbs-wyem
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/dotnet9.0@9.0.102-1%3Farch=el9_5
25
url pkg:rpm/redhat/dotnet9.0@9.0.102-1?arch=el8_10
purl pkg:rpm/redhat/dotnet9.0@9.0.102-1?arch=el8_10
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-37e9-vfx7-fufh
1
vulnerability VCID-dk6k-cjce-m7hd
2
vulnerability VCID-urqu-mdw7-ykd1
3
vulnerability VCID-vq9k-uhbs-wyem
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/dotnet9.0@9.0.102-1%3Farch=el8_10
References
0
reference_url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2025-21171.json
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2025-21171.json
1
reference_url https://api.first.org/data/v1/epss?cve=CVE-2025-21171
reference_id
reference_type
scores
0
value 0.00593
scoring_system epss
scoring_elements 0.69316
published_at 2026-04-18T12:55:00Z
1
value 0.00593
scoring_system epss
scoring_elements 0.69307
published_at 2026-04-16T12:55:00Z
2
value 0.00593
scoring_system epss
scoring_elements 0.69268
published_at 2026-04-13T12:55:00Z
3
value 0.00593
scoring_system epss
scoring_elements 0.69297
published_at 2026-04-21T12:55:00Z
4
value 0.00593
scoring_system epss
scoring_elements 0.69312
published_at 2026-04-11T12:55:00Z
5
value 0.00593
scoring_system epss
scoring_elements 0.6929
published_at 2026-04-09T12:55:00Z
6
value 0.00593
scoring_system epss
scoring_elements 0.69241
published_at 2026-04-04T12:55:00Z
7
value 0.00593
scoring_system epss
scoring_elements 0.69272
published_at 2026-04-08T12:55:00Z
8
value 0.00593
scoring_system epss
scoring_elements 0.69223
published_at 2026-04-07T12:55:00Z
9
value 0.00593
scoring_system epss
scoring_elements 0.69221
published_at 2026-04-02T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2025-21171
2
reference_url https://github.com/dotnet/runtime
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
1
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-p54p-p3qm-8vgj
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
1
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
2
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/dotnet/runtime/security/advisories/GHSA-p54p-p3qm-8vgj
4
reference_url https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-21171
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C
1
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
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/2025-01-28T04:55:38Z/
url https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-21171
5
reference_url https://nvd.nist.gov/vuln/detail/CVE-2025-21171
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
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2025-21171
6
reference_url https://bugzilla.redhat.com/show_bug.cgi?id=2337958
reference_id 2337958
reference_type
scores
url https://bugzilla.redhat.com/show_bug.cgi?id=2337958
7
reference_url https://github.com/advisories/GHSA-p54p-p3qm-8vgj
reference_id GHSA-p54p-p3qm-8vgj
reference_type
scores
0
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-p54p-p3qm-8vgj
8
reference_url https://access.redhat.com/errata/RHSA-2025:0382
reference_id RHSA-2025:0382
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:0382
9
reference_url https://usn.ubuntu.com/7210-1/
reference_id USN-7210-1
reference_type
scores
url https://usn.ubuntu.com/7210-1/
Weaknesses
0
cwe_id 122
name Heap-based Buffer Overflow
description A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().
1
cwe_id 937
name OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities
description Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013.
2
cwe_id 1035
name OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities
description Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017.
Exploits
Severity_range_score7.0 - 8.9
Exploitability0.5
Weighted_severity8.0
Risk_score4.0
Resource_urlhttp://public2.vulnerablecode.io/vulnerabilities/VCID-37e9-vfx7-fufh