Lookup for vulnerabilities affecting packages.

GET /api/vulnerabilities/25843?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/25843?format=api",
    "vulnerability_id": "VCID-37e9-vfx7-fufh",
    "summary": "# Microsoft Security Advisory CVE-2025-21171 | .NET Remote Code Execution Vulnerability\n\n## <a name=\"executive-summary\"></a>Executive summary\n\nMicrosoft 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.\n\nAn attacker could exploit this vulnerability by sending a specially crafted request to the vulnerable web server.\n\n## Announcement\n\nAnnouncement for this issue can be found at https://github.com/dotnet/runtime/issues/111423\n\n## <a name=\"mitigation-factors\"></a>Mitigation factors\n\nMicrosoft has not identified any mitigating factors for this vulnerability.\n\n## <a name=\"affected-software\"></a>Affected software\n\n* Any .NET 9.0 application running on .NET 9.0.0 or earlier.\n\n## <a name=\"affected-packages\"></a>Affected Packages\n\nThe vulnerability affects any Microsoft .NET project if it uses any of affected packages versions listed below\n\n### <a name=\".NET 9\"></a>.NET 9\nPackage name | Affected version | Patched version\n------------ | ---------------- | -------------------------\n[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\n[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\n[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\n[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\n[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\n[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\n[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\n[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\n[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\n[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\n[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\n[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\n\n## Advisory FAQ\n\n### <a name=\"how-affected\"></a>How do I know if I am affected?\n\nIf 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.\n\n### <a name=\"how-fix\"></a>How do I fix the issue?\n\n1. 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.\n2. If your application references the vulnerable package, update the package reference to the patched version.\n\n* You can list the versions you have installed by running the `dotnet --info` command. You will see output like the following;\n\n```\n.NET SDK:\n Version:           9.0.100\n Commit:            59db016f11\n Workload version:  9.0.100-manifests.3068a692\n MSBuild version:   17.12.7+5b8665660\n\nRuntime Environment:\n OS Name:     Mac OS X\n OS Version:  15.2\n OS Platform: Darwin\n RID:         osx-arm64\n Base Path:   /usr/local/share/dotnet/sdk/9.0.100/\n\n.NET workloads installed:\nThere are no installed workloads to display.\nConfigured to use loose manifests when installing new manifests.\n\nHost:\n  Version:      9.0.0\n  Architecture: arm64\n  Commit:       9d5a6a9aa4\n\n.NET SDKs installed:\n  9.0.100 [/usr/local/share/dotnet/sdk]\n\n.NET runtimes installed:\n  Microsoft.AspNetCore.App 9.0.0 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]\n  Microsoft.NETCore.App 9.0.0 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]\n\nOther architectures found:\n  x64   [/usr/local/share/dotnet]\n    registered at [/etc/dotnet/install_location_x64]\n\nEnvironment variables:\n  Not set\n\nglobal.json file:\n  Not found\n\nLearn more:\n  https://aka.ms/dotnet/info\n\nDownload .NET:\n  https://aka.ms/dotnet/download\n```\n\n* 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.\n\nOnce you have installed the updated runtime or SDK, restart your apps for the update to take effect.\n\nAdditionally, 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.\n\n## Other Information\n\n### Reporting Security Issues\n\nIf 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>.\n\n### Support\n\nYou 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.\n\n### Disclaimer\n\nThe 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.\n\n### External Links\n\n[CVE-2025-21171]( https://www.cve.org/CVERecord?id=CVE-2025-21171)\n\n### Revisions\n\nV1.0 (January 14, 2024): Advisory published.",
    "aliases": [
        {
            "alias": "CVE-2025-21171"
        },
        {
            "alias": "GHSA-p54p-p3qm-8vgj"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/386157?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/388024?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/388029?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/388030?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/478361?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/498090?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/498091?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/498095?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/386165?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/388028?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/478360?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/498094?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/386160?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/386163?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/388032?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/478358?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/478359?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/478364?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/498089?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/498092?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/498088?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/478357?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/478362?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/386164?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/386158?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/386159?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/386161?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/386162?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/388025?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/388027?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/478356?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/478363?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/388026?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/388031?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/498093?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/498096?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/69109?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/569985?format=api",
            "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@9.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-bnkq-wms1-f7dp"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@9.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/69113?format=api",
            "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"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/569938?format=api",
            "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64@9.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "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": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/146468?format=api",
            "purl": "pkg:nuget/Microsoft.NetCore.App.Runtime.linux-arm@9.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-37e9-vfx7-fufh"
                },
                {
                    "vulnerability": "VCID-bnkq-wms1-f7dp"
                },
                {
                    "vulnerability": "VCID-k3fx-jcj4-jfc6"
                },
                {
                    "vulnerability": "VCID-nzrf-zgck-8fer"
                },
                {
                    "vulnerability": "VCID-rffe-gbvm-nfdw"
                },
                {
                    "vulnerability": "VCID-u6eh-1bec-n7c2"
                },
                {
                    "vulnerability": "VCID-urqu-mdw7-ykd1"
                },
                {
                    "vulnerability": "VCID-vq9k-uhbs-wyem"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.linux-arm@9.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/64298?format=api",
            "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.linux-arm@9.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-37e9-vfx7-fufh"
                },
                {
                    "vulnerability": "VCID-bnkq-wms1-f7dp"
                },
                {
                    "vulnerability": "VCID-nzrf-zgck-8fer"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-arm@9.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/146563?format=api",
            "purl": "pkg:nuget/Microsoft.NetCore.App.Runtime.linux-arm64@9.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-37e9-vfx7-fufh"
                },
                {
                    "vulnerability": "VCID-bnkq-wms1-f7dp"
                },
                {
                    "vulnerability": "VCID-k3fx-jcj4-jfc6"
                },
                {
                    "vulnerability": "VCID-rffe-gbvm-nfdw"
                },
                {
                    "vulnerability": "VCID-u6eh-1bec-n7c2"
                },
                {
                    "vulnerability": "VCID-urqu-mdw7-ykd1"
                },
                {
                    "vulnerability": "VCID-vq9k-uhbs-wyem"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.linux-arm64@9.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/570000?format=api",
            "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.linux-arm64@9.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-37e9-vfx7-fufh"
                },
                {
                    "vulnerability": "VCID-bnkq-wms1-f7dp"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-arm64@9.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/146546?format=api",
            "purl": "pkg:nuget/Microsoft.NetCore.App.Runtime.linux-musl-arm@9.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-37e9-vfx7-fufh"
                },
                {
                    "vulnerability": "VCID-bnkq-wms1-f7dp"
                },
                {
                    "vulnerability": "VCID-k3fx-jcj4-jfc6"
                },
                {
                    "vulnerability": "VCID-rffe-gbvm-nfdw"
                },
                {
                    "vulnerability": "VCID-u6eh-1bec-n7c2"
                },
                {
                    "vulnerability": "VCID-urqu-mdw7-ykd1"
                },
                {
                    "vulnerability": "VCID-vq9k-uhbs-wyem"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.linux-musl-arm@9.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/569984?format=api",
            "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@9.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-37e9-vfx7-fufh"
                },
                {
                    "vulnerability": "VCID-bnkq-wms1-f7dp"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@9.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/146565?format=api",
            "purl": "pkg:nuget/Microsoft.NetCore.App.Runtime.linux-musl-arm64@9.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-37e9-vfx7-fufh"
                },
                {
                    "vulnerability": "VCID-bnkq-wms1-f7dp"
                },
                {
                    "vulnerability": "VCID-k3fx-jcj4-jfc6"
                },
                {
                    "vulnerability": "VCID-rffe-gbvm-nfdw"
                },
                {
                    "vulnerability": "VCID-u6eh-1bec-n7c2"
                },
                {
                    "vulnerability": "VCID-urqu-mdw7-ykd1"
                },
                {
                    "vulnerability": "VCID-vq9k-uhbs-wyem"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.linux-musl-arm64@9.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/569993?format=api",
            "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm64@9.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-37e9-vfx7-fufh"
                },
                {
                    "vulnerability": "VCID-bnkq-wms1-f7dp"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm64@9.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/146553?format=api",
            "purl": "pkg:nuget/Microsoft.NetCore.App.Runtime.linux-musl-x64@9.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-37e9-vfx7-fufh"
                },
                {
                    "vulnerability": "VCID-bnkq-wms1-f7dp"
                },
                {
                    "vulnerability": "VCID-k3fx-jcj4-jfc6"
                },
                {
                    "vulnerability": "VCID-rffe-gbvm-nfdw"
                },
                {
                    "vulnerability": "VCID-u6eh-1bec-n7c2"
                },
                {
                    "vulnerability": "VCID-urqu-mdw7-ykd1"
                },
                {
                    "vulnerability": "VCID-vq9k-uhbs-wyem"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.linux-musl-x64@9.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/569987?format=api",
            "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-x64@9.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-37e9-vfx7-fufh"
                },
                {
                    "vulnerability": "VCID-bnkq-wms1-f7dp"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-x64@9.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/146559?format=api",
            "purl": "pkg:nuget/Microsoft.NetCore.App.Runtime.linux-x64@9.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-37e9-vfx7-fufh"
                },
                {
                    "vulnerability": "VCID-bnkq-wms1-f7dp"
                },
                {
                    "vulnerability": "VCID-k3fx-jcj4-jfc6"
                },
                {
                    "vulnerability": "VCID-rffe-gbvm-nfdw"
                },
                {
                    "vulnerability": "VCID-u6eh-1bec-n7c2"
                },
                {
                    "vulnerability": "VCID-urqu-mdw7-ykd1"
                },
                {
                    "vulnerability": "VCID-vq9k-uhbs-wyem"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.linux-x64@9.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/569932?format=api",
            "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.linux-x64@9.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-37e9-vfx7-fufh"
                },
                {
                    "vulnerability": "VCID-bnkq-wms1-f7dp"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-x64@9.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/146561?format=api",
            "purl": "pkg:nuget/Microsoft.NetCore.App.Runtime.osx-arm64@9.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-37e9-vfx7-fufh"
                },
                {
                    "vulnerability": "VCID-bnkq-wms1-f7dp"
                },
                {
                    "vulnerability": "VCID-k3fx-jcj4-jfc6"
                },
                {
                    "vulnerability": "VCID-rffe-gbvm-nfdw"
                },
                {
                    "vulnerability": "VCID-u6eh-1bec-n7c2"
                },
                {
                    "vulnerability": "VCID-urqu-mdw7-ykd1"
                },
                {
                    "vulnerability": "VCID-vq9k-uhbs-wyem"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.osx-arm64@9.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/569954?format=api",
            "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64@9.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-37e9-vfx7-fufh"
                },
                {
                    "vulnerability": "VCID-bnkq-wms1-f7dp"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64@9.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/146569?format=api",
            "purl": "pkg:nuget/Microsoft.NetCore.App.Runtime.osx-x64@9.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-37e9-vfx7-fufh"
                },
                {
                    "vulnerability": "VCID-bnkq-wms1-f7dp"
                },
                {
                    "vulnerability": "VCID-k3fx-jcj4-jfc6"
                },
                {
                    "vulnerability": "VCID-rffe-gbvm-nfdw"
                },
                {
                    "vulnerability": "VCID-u6eh-1bec-n7c2"
                },
                {
                    "vulnerability": "VCID-urqu-mdw7-ykd1"
                },
                {
                    "vulnerability": "VCID-vq9k-uhbs-wyem"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.osx-x64@9.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/569994?format=api",
            "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.osx-x64@9.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-37e9-vfx7-fufh"
                },
                {
                    "vulnerability": "VCID-bnkq-wms1-f7dp"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.osx-x64@9.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/146557?format=api",
            "purl": "pkg:nuget/Microsoft.NetCore.App.Runtime.win-arm@9.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-37e9-vfx7-fufh"
                },
                {
                    "vulnerability": "VCID-bnkq-wms1-f7dp"
                },
                {
                    "vulnerability": "VCID-k3fx-jcj4-jfc6"
                },
                {
                    "vulnerability": "VCID-rffe-gbvm-nfdw"
                },
                {
                    "vulnerability": "VCID-u6eh-1bec-n7c2"
                },
                {
                    "vulnerability": "VCID-urqu-mdw7-ykd1"
                },
                {
                    "vulnerability": "VCID-vq9k-uhbs-wyem"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.win-arm@9.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/569945?format=api",
            "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.win-arm@9.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-37e9-vfx7-fufh"
                },
                {
                    "vulnerability": "VCID-bnkq-wms1-f7dp"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.win-arm@9.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/146539?format=api",
            "purl": "pkg:nuget/Microsoft.NetCore.App.Runtime.win-arm64@9.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-37e9-vfx7-fufh"
                },
                {
                    "vulnerability": "VCID-bnkq-wms1-f7dp"
                },
                {
                    "vulnerability": "VCID-k3fx-jcj4-jfc6"
                },
                {
                    "vulnerability": "VCID-rffe-gbvm-nfdw"
                },
                {
                    "vulnerability": "VCID-u6eh-1bec-n7c2"
                },
                {
                    "vulnerability": "VCID-urqu-mdw7-ykd1"
                },
                {
                    "vulnerability": "VCID-vq9k-uhbs-wyem"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.win-arm64@9.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/569943?format=api",
            "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.win-arm64@9.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-37e9-vfx7-fufh"
                },
                {
                    "vulnerability": "VCID-bnkq-wms1-f7dp"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.win-arm64@9.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/146541?format=api",
            "purl": "pkg:nuget/Microsoft.NetCore.App.Runtime.win-x64@9.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-37e9-vfx7-fufh"
                },
                {
                    "vulnerability": "VCID-bnkq-wms1-f7dp"
                },
                {
                    "vulnerability": "VCID-k3fx-jcj4-jfc6"
                },
                {
                    "vulnerability": "VCID-rffe-gbvm-nfdw"
                },
                {
                    "vulnerability": "VCID-u6eh-1bec-n7c2"
                },
                {
                    "vulnerability": "VCID-urqu-mdw7-ykd1"
                },
                {
                    "vulnerability": "VCID-vq9k-uhbs-wyem"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.win-x64@9.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/569995?format=api",
            "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.win-x64@9.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-37e9-vfx7-fufh"
                },
                {
                    "vulnerability": "VCID-bnkq-wms1-f7dp"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.win-x64@9.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/146549?format=api",
            "purl": "pkg:nuget/Microsoft.NetCore.App.Runtime.win-x86@9.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-37e9-vfx7-fufh"
                },
                {
                    "vulnerability": "VCID-bnkq-wms1-f7dp"
                },
                {
                    "vulnerability": "VCID-k3fx-jcj4-jfc6"
                },
                {
                    "vulnerability": "VCID-rffe-gbvm-nfdw"
                },
                {
                    "vulnerability": "VCID-u6eh-1bec-n7c2"
                },
                {
                    "vulnerability": "VCID-urqu-mdw7-ykd1"
                },
                {
                    "vulnerability": "VCID-vq9k-uhbs-wyem"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.win-x86@9.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/569970?format=api",
            "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.win-x86@9.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-37e9-vfx7-fufh"
                },
                {
                    "vulnerability": "VCID-bnkq-wms1-f7dp"
                },
                {
                    "vulnerability": "VCID-vq9k-uhbs-wyem"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.win-x86@9.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/91490?format=api",
            "purl": "pkg:rpm/redhat/dotnet9.0@9.0.102-1?arch=el8_10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-37e9-vfx7-fufh"
                },
                {
                    "vulnerability": "VCID-dk6k-cjce-m7hd"
                },
                {
                    "vulnerability": "VCID-urqu-mdw7-ykd1"
                },
                {
                    "vulnerability": "VCID-vq9k-uhbs-wyem"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/dotnet9.0@9.0.102-1%3Farch=el8_10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/91489?format=api",
            "purl": "pkg:rpm/redhat/dotnet9.0@9.0.102-1?arch=el9_5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-37e9-vfx7-fufh"
                },
                {
                    "vulnerability": "VCID-dk6k-cjce-m7hd"
                },
                {
                    "vulnerability": "VCID-urqu-mdw7-ykd1"
                },
                {
                    "vulnerability": "VCID-vq9k-uhbs-wyem"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/dotnet9.0@9.0.102-1%3Farch=el9_5"
        }
    ],
    "references": [
        {
            "reference_url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2025-21171.json",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "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"
        },
        {
            "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2025-21171",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "0.00593",
                    "scoring_system": "epss",
                    "scoring_elements": "0.69457",
                    "published_at": "2026-05-14T12:55:00Z"
                },
                {
                    "value": "0.00593",
                    "scoring_system": "epss",
                    "scoring_elements": "0.69297",
                    "published_at": "2026-04-21T12:55:00Z"
                },
                {
                    "value": "0.00593",
                    "scoring_system": "epss",
                    "scoring_elements": "0.69268",
                    "published_at": "2026-04-13T12:55:00Z"
                },
                {
                    "value": "0.00593",
                    "scoring_system": "epss",
                    "scoring_elements": "0.69307",
                    "published_at": "2026-04-16T12:55:00Z"
                },
                {
                    "value": "0.00593",
                    "scoring_system": "epss",
                    "scoring_elements": "0.69316",
                    "published_at": "2026-04-18T12:55:00Z"
                },
                {
                    "value": "0.00593",
                    "scoring_system": "epss",
                    "scoring_elements": "0.69348",
                    "published_at": "2026-04-24T12:55:00Z"
                },
                {
                    "value": "0.00593",
                    "scoring_system": "epss",
                    "scoring_elements": "0.69355",
                    "published_at": "2026-04-26T12:55:00Z"
                },
                {
                    "value": "0.00593",
                    "scoring_system": "epss",
                    "scoring_elements": "0.6936",
                    "published_at": "2026-04-29T12:55:00Z"
                },
                {
                    "value": "0.00593",
                    "scoring_system": "epss",
                    "scoring_elements": "0.69339",
                    "published_at": "2026-05-05T12:55:00Z"
                },
                {
                    "value": "0.00593",
                    "scoring_system": "epss",
                    "scoring_elements": "0.69382",
                    "published_at": "2026-05-07T12:55:00Z"
                },
                {
                    "value": "0.00593",
                    "scoring_system": "epss",
                    "scoring_elements": "0.69418",
                    "published_at": "2026-05-09T12:55:00Z"
                },
                {
                    "value": "0.00593",
                    "scoring_system": "epss",
                    "scoring_elements": "0.69386",
                    "published_at": "2026-05-11T12:55:00Z"
                },
                {
                    "value": "0.00593",
                    "scoring_system": "epss",
                    "scoring_elements": "0.69411",
                    "published_at": "2026-05-12T12:55:00Z"
                },
                {
                    "value": "0.00593",
                    "scoring_system": "epss",
                    "scoring_elements": "0.69221",
                    "published_at": "2026-04-02T12:55:00Z"
                },
                {
                    "value": "0.00593",
                    "scoring_system": "epss",
                    "scoring_elements": "0.69241",
                    "published_at": "2026-04-04T12:55:00Z"
                },
                {
                    "value": "0.00593",
                    "scoring_system": "epss",
                    "scoring_elements": "0.69223",
                    "published_at": "2026-04-07T12:55:00Z"
                },
                {
                    "value": "0.00593",
                    "scoring_system": "epss",
                    "scoring_elements": "0.69272",
                    "published_at": "2026-04-08T12:55:00Z"
                },
                {
                    "value": "0.00593",
                    "scoring_system": "epss",
                    "scoring_elements": "0.6929",
                    "published_at": "2026-04-09T12:55:00Z"
                },
                {
                    "value": "0.00593",
                    "scoring_system": "epss",
                    "scoring_elements": "0.69312",
                    "published_at": "2026-04-11T12:55:00Z"
                }
            ],
            "url": "https://api.first.org/data/v1/epss?cve=CVE-2025-21171"
        },
        {
            "reference_url": "https://github.com/dotnet/runtime",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "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"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/dotnet/runtime"
        },
        {
            "reference_url": "https://github.com/dotnet/runtime/security/advisories/GHSA-p54p-p3qm-8vgj",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "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"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/dotnet/runtime/security/advisories/GHSA-p54p-p3qm-8vgj"
        },
        {
            "reference_url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-21171",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "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"
                },
                {
                    "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"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "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"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21171",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "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"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21171"
        },
        {
            "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"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-p54p-p3qm-8vgj",
            "reference_id": "GHSA-p54p-p3qm-8vgj",
            "reference_type": "",
            "scores": [
                {
                    "value": "HIGH",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/advisories/GHSA-p54p-p3qm-8vgj"
        },
        {
            "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"
        },
        {
            "reference_url": "https://usn.ubuntu.com/7210-1/",
            "reference_id": "USN-7210-1",
            "reference_type": "",
            "scores": [],
            "url": "https://usn.ubuntu.com/7210-1/"
        }
    ],
    "weaknesses": [
        {
            "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()."
        },
        {
            "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."
        },
        {
            "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_score": "7.0 - 8.9",
    "exploitability": "0.5",
    "weighted_severity": "8.0",
    "risk_score": 4.0,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-37e9-vfx7-fufh"
}