Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/12036?format=api",
    "vulnerability_id": "VCID-pun7-c6ab-d7dn",
    "summary": "# Microsoft Security Advisory CVE-2024-43485 | .NET Denial of Service Vulnerability\n\n## <a name=\"executive-summary\"></a>Executive summary\n\nMicrosoft is releasing this security advisory to provide information about a vulnerability in System.Text.Json 6.0.x and 8.0.x. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.\n\nIn System.Text.Json 6.0.x and 8.0.x, applications which deserialize input to a model with an `[JsonExtensionData]` property can be vulnerable to an algorithmic complexity attack resulting in Denial of Service.\n\n## Announcement\n\nAnnouncement for this issue can be found at https://github.com/dotnet/announcements/issues/329\n\n## <a name=\"mitigation-factors\"></a>Mitigation factors\n\nJSON models which do not utilize the `[JsonExtensionData]` feature are not impacted by this vulnerability.\n\n## <a name=\"affected-software\"></a>Affected software\n\n* Any .NET 8.0 application running on .NET 8.0.8 or earlier.\n* Any .NET 6.0 aplication running on .NET 6.0.33 or earlier.\n* Any application consuming one of the [vulnerable packages](affected-packages).\n\n## <a name=\"affected-packages\"></a>Affected Packages\nThe vulnerability affects any Microsoft .NET Core project if it uses any of affected packages versions listed below\n\n\n### <a name=\".NET 8\"></a>.NET 8\nPackage name | Affected version | Patched version\n------------ | ---------------- | -------------------------\n[System.Text.Json](https://www.nuget.org/packages/System.Text.Json)                   | >= 8.0.0, <= 8.0.4 | 8.0.5\n\n### <a name=\".NET 6\"></a>.NET 6\nPackage name | Affected version | Patched version\n------------ | ---------------- | -------------------------\n[System.Text.Json](https://www.nuget.org/packages/System.Text.Json)                   | >= 6.0.0, <= 6.0.9 | 6.0.10\n\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\n* To fix the issue please install the latest version of .NET 8.0 or .NET 6.0. If you have installed one or more .NET SDKs through Visual Studio, Visual Studio will prompt you to update Visual Studio, which will also update your .NET  SDKs.\n* .NET Framework-based applications and other application types need to perform a package update.\n* If you have .NET 6.0 or greater installed, you can list the versions you have installed by running the `dotnet --info` command. You will see output like the following;\n\n```\n.NET Core SDK (reflecting any global.json):\n\n\n Version:   8.0.200\n Commit:    8473146e7d\n\nRuntime Environment:\n\n OS Name:     Windows\n OS Version:  10.0.18363\n OS Platform: Windows\n RID:         win10-x64\n Base Path:   C:\\Program Files\\dotnet\\sdk\\6.0.300\\\n\nHost (useful for support):\n\n  Version: 8.0.3\n  Commit:  8473146e7d\n\n.NET Core SDKs installed:\n\n  8.0.200 [C:\\Program Files\\dotnet\\sdk]\n\n.NET Core runtimes installed:\n\n  Microsoft.AspAspNetCore.App 8.0.3 [C:\\Program Files\\dotnet\\shared\\Microsoft.AspAspNetCore.App]\n  Microsoft.AspNetCore.App 8.0.3 [C:\\Program Files\\dotnet\\shared\\Microsoft.AspNetCore.App]\n  Microsoft.WindowsDesktop.App 8.0.3 [C:\\Program Files\\dotnet\\shared\\Microsoft.WindowsDesktop.App]\n\n\nTo install additional .NET Core runtimes or SDKs:\n  https://aka.ms/dotnet-download\n```\n\n* If you're using .NET 6.0, you should download and install .NET 6.0.35  Runtime or .NET 6.0.135 SDK (for Visual Studio 2022 v17.6) from https://dotnet.microsoft.com/download/dotnet-core/6.0.\n* If you're using .NET 8.0, you should download and install .NET 8.0.10  Runtime or .NET 8.0.110 SDK (for Visual Studio 2022 v17.8) from https://dotnet.microsoft.com/download/dotnet-core/8.0.\n\n.NET 8.0 and .NET 6.0 updates are also available from Microsoft Update. To access this either type \"Check for updates\" in your Windows search, or open Settings, choose Update & Security and then click Check for Updates.\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 8.0 or .NET 6.0, please email details to secure@microsoft.com. Reports may qualify for the Microsoft .NET Core & .NET 5 Bounty. Details of the Microsoft .NET Bounty Program including terms and conditions are at <https://aka.ms/corebounty>.\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 and https://github.com/dotnet/aspnet/. The Announcements repo (https://github.com/dotnet/Announcements) will contain this bulletin as an issue and will include a link to a discussion issue. You can ask questions in the linked discussion issue.\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-2024-43485]( https://www.cve.org/CVERecord?id=CVE-2024-43485)\n\n### Revisions\n\nV1.0 (October 08, 2024): Advisory published.\n\n_Version 1.0_\n\n_Last Updated 2024-10-08_",
    "aliases": [
        {
            "alias": "CVE-2024-43485"
        },
        {
            "alias": "GHSA-8g4q-xg66-9fp4"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/528150?format=api",
            "purl": "pkg:apk/alpine/dotnet6-build@6.0.135-r0?arch=aarch64&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.135-r0%3Farch=aarch64&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/528151?format=api",
            "purl": "pkg:apk/alpine/dotnet6-build@6.0.135-r0?arch=armhf&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.135-r0%3Farch=armhf&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/528156?format=api",
            "purl": "pkg:apk/alpine/dotnet6-build@6.0.135-r0?arch=x86&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.135-r0%3Farch=x86&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/528153?format=api",
            "purl": "pkg:apk/alpine/dotnet6-build@6.0.135-r0?arch=ppc64le&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.135-r0%3Farch=ppc64le&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/528154?format=api",
            "purl": "pkg:apk/alpine/dotnet6-build@6.0.135-r0?arch=riscv64&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.135-r0%3Farch=riscv64&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/528157?format=api",
            "purl": "pkg:apk/alpine/dotnet6-build@6.0.135-r0?arch=x86_64&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.135-r0%3Farch=x86_64&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/528155?format=api",
            "purl": "pkg:apk/alpine/dotnet6-build@6.0.135-r0?arch=s390x&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.135-r0%3Farch=s390x&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/528152?format=api",
            "purl": "pkg:apk/alpine/dotnet6-build@6.0.135-r0?arch=armv7&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.135-r0%3Farch=armv7&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/485457?format=api",
            "purl": "pkg:apk/alpine/dotnet6-runtime@6.0.35-r0?arch=armhf&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.35-r0%3Farch=armhf&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/485461?format=api",
            "purl": "pkg:apk/alpine/dotnet6-runtime@6.0.35-r0?arch=s390x&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.35-r0%3Farch=s390x&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/485459?format=api",
            "purl": "pkg:apk/alpine/dotnet6-runtime@6.0.35-r0?arch=ppc64le&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.35-r0%3Farch=ppc64le&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/485460?format=api",
            "purl": "pkg:apk/alpine/dotnet6-runtime@6.0.35-r0?arch=riscv64&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.35-r0%3Farch=riscv64&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/485456?format=api",
            "purl": "pkg:apk/alpine/dotnet6-runtime@6.0.35-r0?arch=aarch64&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.35-r0%3Farch=aarch64&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/485458?format=api",
            "purl": "pkg:apk/alpine/dotnet6-runtime@6.0.35-r0?arch=armv7&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.35-r0%3Farch=armv7&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/485462?format=api",
            "purl": "pkg:apk/alpine/dotnet6-runtime@6.0.35-r0?arch=x86&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.35-r0%3Farch=x86&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/485463?format=api",
            "purl": "pkg:apk/alpine/dotnet6-runtime@6.0.35-r0?arch=x86_64&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.35-r0%3Farch=x86_64&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/375993?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=armhf&distroversion=v3.23&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=armhf&distroversion=v3.23&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/375994?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=armv7&distroversion=v3.23&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=armv7&distroversion=v3.23&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/375999?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=x86&distroversion=v3.23&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=x86&distroversion=v3.23&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/406541?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=armhf&distroversion=v3.22&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=armhf&distroversion=v3.22&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/406545?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=riscv64&distroversion=v3.22&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=riscv64&distroversion=v3.22&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/414550?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=aarch64&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=aarch64&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/454363?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=aarch64&distroversion=edge&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=aarch64&distroversion=edge&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/454369?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=s390x&distroversion=edge&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=s390x&distroversion=edge&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/476757?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=armhf&distroversion=v3.21&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=armhf&distroversion=v3.21&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/375995?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=loongarch64&distroversion=v3.23&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=loongarch64&distroversion=v3.23&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/375996?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=ppc64le&distroversion=v3.23&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=ppc64le&distroversion=v3.23&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/375998?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=s390x&distroversion=v3.23&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=s390x&distroversion=v3.23&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/376000?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-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/dotnet8-runtime@8.0.10-r0%3Farch=x86_64&distroversion=v3.23&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/406544?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=ppc64le&distroversion=v3.22&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=ppc64le&distroversion=v3.22&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/454370?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=x86&distroversion=edge&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=x86&distroversion=edge&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/454371?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=x86_64&distroversion=edge&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=x86_64&distroversion=edge&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/476756?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=aarch64&distroversion=v3.21&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=aarch64&distroversion=v3.21&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/476761?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=riscv64&distroversion=v3.21&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=riscv64&distroversion=v3.21&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/476762?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=s390x&distroversion=v3.21&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=s390x&distroversion=v3.21&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/375992?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=aarch64&distroversion=v3.23&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=aarch64&distroversion=v3.23&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/406546?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=s390x&distroversion=v3.22&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=s390x&distroversion=v3.22&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/414551?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=armhf&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=armhf&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/414552?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=armv7&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=armv7&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/414553?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=ppc64le&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=ppc64le&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/414557?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=x86_64&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=x86_64&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/454364?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=armhf&distroversion=edge&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=armhf&distroversion=edge&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/454365?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=armv7&distroversion=edge&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=armv7&distroversion=edge&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/454366?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=loongarch64&distroversion=edge&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=loongarch64&distroversion=edge&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/454367?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=ppc64le&distroversion=edge&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=ppc64le&distroversion=edge&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/414556?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=x86&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=x86&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/476760?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=ppc64le&distroversion=v3.21&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=ppc64le&distroversion=v3.21&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/476763?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=x86&distroversion=v3.21&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=x86&distroversion=v3.21&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/476764?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-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/dotnet8-runtime@8.0.10-r0%3Farch=x86_64&distroversion=v3.21&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/406540?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=aarch64&distroversion=v3.22&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=aarch64&distroversion=v3.22&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/406543?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=loongarch64&distroversion=v3.22&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=loongarch64&distroversion=v3.22&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/476758?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=armv7&distroversion=v3.21&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=armv7&distroversion=v3.21&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/476759?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=loongarch64&distroversion=v3.21&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=loongarch64&distroversion=v3.21&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/375997?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=riscv64&distroversion=v3.23&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=riscv64&distroversion=v3.23&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/406542?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=armv7&distroversion=v3.22&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=armv7&distroversion=v3.22&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/406547?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=x86&distroversion=v3.22&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=x86&distroversion=v3.22&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/406548?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-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/dotnet8-runtime@8.0.10-r0%3Farch=x86_64&distroversion=v3.22&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/414554?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=riscv64&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=riscv64&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/414555?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=s390x&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=s390x&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/454368?format=api",
            "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.10-r0?arch=riscv64&distroversion=edge&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet8-runtime@8.0.10-r0%3Farch=riscv64&distroversion=edge&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/43197?format=api",
            "purl": "pkg:nuget/System.Text.Json@6.0.10",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/System.Text.Json@6.0.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/43195?format=api",
            "purl": "pkg:nuget/System.Text.Json@8.0.5",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/System.Text.Json@8.0.5"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/146350?format=api",
            "purl": "pkg:nuget/System.Text.Json@6.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-pun7-c6ab-d7dn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/System.Text.Json@6.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/146351?format=api",
            "purl": "pkg:nuget/System.Text.Json@6.0.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-pun7-c6ab-d7dn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/System.Text.Json@6.0.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/146349?format=api",
            "purl": "pkg:nuget/System.Text.Json@8.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4twk-qzkf-4ffq"
                },
                {
                    "vulnerability": "VCID-pun7-c6ab-d7dn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/System.Text.Json@8.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/58180?format=api",
            "purl": "pkg:nuget/System.Text.Json@8.0.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-pun7-c6ab-d7dn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/System.Text.Json@8.0.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/92281?format=api",
            "purl": "pkg:rpm/redhat/dotnet6.0@6.0.135-1?arch=el8_10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-fmn9-f48h-q7b9"
                },
                {
                    "vulnerability": "VCID-myyb-zm57-e3cb"
                },
                {
                    "vulnerability": "VCID-pun7-c6ab-d7dn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/dotnet6.0@6.0.135-1%3Farch=el8_10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/92286?format=api",
            "purl": "pkg:rpm/redhat/dotnet6.0@6.0.135-1?arch=el9_4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-fmn9-f48h-q7b9"
                },
                {
                    "vulnerability": "VCID-myyb-zm57-e3cb"
                },
                {
                    "vulnerability": "VCID-pun7-c6ab-d7dn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/dotnet6.0@6.0.135-1%3Farch=el9_4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/92287?format=api",
            "purl": "pkg:rpm/redhat/dotnet6.0@6.0.135-1?arch=el9_2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-fmn9-f48h-q7b9"
                },
                {
                    "vulnerability": "VCID-myyb-zm57-e3cb"
                },
                {
                    "vulnerability": "VCID-pun7-c6ab-d7dn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/dotnet6.0@6.0.135-1%3Farch=el9_2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/92280?format=api",
            "purl": "pkg:rpm/redhat/dotnet6.0@6.0.135-1?arch=el8_8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-fmn9-f48h-q7b9"
                },
                {
                    "vulnerability": "VCID-myyb-zm57-e3cb"
                },
                {
                    "vulnerability": "VCID-pun7-c6ab-d7dn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/dotnet6.0@6.0.135-1%3Farch=el8_8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/92283?format=api",
            "purl": "pkg:rpm/redhat/dotnet6.0@6.0.135-1?arch=el8_6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-fmn9-f48h-q7b9"
                },
                {
                    "vulnerability": "VCID-myyb-zm57-e3cb"
                },
                {
                    "vulnerability": "VCID-pun7-c6ab-d7dn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/dotnet6.0@6.0.135-1%3Farch=el8_6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/92282?format=api",
            "purl": "pkg:rpm/redhat/dotnet6.0@6.0.135-1?arch=el9_0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-fmn9-f48h-q7b9"
                },
                {
                    "vulnerability": "VCID-myyb-zm57-e3cb"
                },
                {
                    "vulnerability": "VCID-pun7-c6ab-d7dn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/dotnet6.0@6.0.135-1%3Farch=el9_0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/92284?format=api",
            "purl": "pkg:rpm/redhat/dotnet8.0@8.0.110-1?arch=el9_4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-fmn9-f48h-q7b9"
                },
                {
                    "vulnerability": "VCID-jxbe-jq7y-3qer"
                },
                {
                    "vulnerability": "VCID-myyb-zm57-e3cb"
                },
                {
                    "vulnerability": "VCID-pun7-c6ab-d7dn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/dotnet8.0@8.0.110-1%3Farch=el9_4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/92285?format=api",
            "purl": "pkg:rpm/redhat/dotnet8.0@8.0.110-1?arch=el8_10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-fmn9-f48h-q7b9"
                },
                {
                    "vulnerability": "VCID-jxbe-jq7y-3qer"
                },
                {
                    "vulnerability": "VCID-myyb-zm57-e3cb"
                },
                {
                    "vulnerability": "VCID-pun7-c6ab-d7dn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/dotnet8.0@8.0.110-1%3Farch=el8_10"
        }
    ],
    "references": [
        {
            "reference_url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-43485.json",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.5",
                    "scoring_system": "cvssv3",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
                }
            ],
            "url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-43485.json"
        },
        {
            "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2024-43485",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "0.00738",
                    "scoring_system": "epss",
                    "scoring_elements": "0.72936",
                    "published_at": "2026-04-29T12:55:00Z"
                },
                {
                    "value": "0.00738",
                    "scoring_system": "epss",
                    "scoring_elements": "0.72793",
                    "published_at": "2026-04-02T12:55:00Z"
                },
                {
                    "value": "0.00738",
                    "scoring_system": "epss",
                    "scoring_elements": "0.72814",
                    "published_at": "2026-04-04T12:55:00Z"
                },
                {
                    "value": "0.00738",
                    "scoring_system": "epss",
                    "scoring_elements": "0.7279",
                    "published_at": "2026-04-07T12:55:00Z"
                },
                {
                    "value": "0.00738",
                    "scoring_system": "epss",
                    "scoring_elements": "0.72828",
                    "published_at": "2026-04-08T12:55:00Z"
                },
                {
                    "value": "0.00738",
                    "scoring_system": "epss",
                    "scoring_elements": "0.72842",
                    "published_at": "2026-04-09T12:55:00Z"
                },
                {
                    "value": "0.00738",
                    "scoring_system": "epss",
                    "scoring_elements": "0.72867",
                    "published_at": "2026-04-11T12:55:00Z"
                },
                {
                    "value": "0.00738",
                    "scoring_system": "epss",
                    "scoring_elements": "0.7285",
                    "published_at": "2026-04-12T12:55:00Z"
                },
                {
                    "value": "0.00738",
                    "scoring_system": "epss",
                    "scoring_elements": "0.72843",
                    "published_at": "2026-04-13T12:55:00Z"
                },
                {
                    "value": "0.00738",
                    "scoring_system": "epss",
                    "scoring_elements": "0.72885",
                    "published_at": "2026-04-16T12:55:00Z"
                },
                {
                    "value": "0.00738",
                    "scoring_system": "epss",
                    "scoring_elements": "0.72894",
                    "published_at": "2026-04-18T12:55:00Z"
                },
                {
                    "value": "0.00738",
                    "scoring_system": "epss",
                    "scoring_elements": "0.72887",
                    "published_at": "2026-04-21T12:55:00Z"
                },
                {
                    "value": "0.00738",
                    "scoring_system": "epss",
                    "scoring_elements": "0.72929",
                    "published_at": "2026-04-24T12:55:00Z"
                },
                {
                    "value": "0.00738",
                    "scoring_system": "epss",
                    "scoring_elements": "0.72938",
                    "published_at": "2026-04-26T12:55:00Z"
                }
            ],
            "url": "https://api.first.org/data/v1/epss?cve=CVE-2024-43485"
        },
        {
            "reference_url": "https://github.com/dotnet/announcements/issues/329",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
                },
                {
                    "value": "8.8",
                    "scoring_system": "cvssv4",
                    "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/dotnet/announcements/issues/329"
        },
        {
            "reference_url": "https://github.com/dotnet/runtime",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
                },
                {
                    "value": "8.8",
                    "scoring_system": "cvssv4",
                    "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/dotnet/runtime"
        },
        {
            "reference_url": "https://github.com/dotnet/runtime/issues/108678",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
                },
                {
                    "value": "8.8",
                    "scoring_system": "cvssv4",
                    "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/dotnet/runtime/issues/108678"
        },
        {
            "reference_url": "https://github.com/dotnet/runtime/security/advisories/GHSA-8g4q-xg66-9fp4",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                },
                {
                    "value": "8.8",
                    "scoring_system": "cvssv4",
                    "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/dotnet/runtime/security/advisories/GHSA-8g4q-xg66-9fp4"
        },
        {
            "reference_url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:U/RL:O/RC:C"
                },
                {
                    "value": "7.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
                },
                {
                    "value": "8.8",
                    "scoring_system": "cvssv4",
                    "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2024-10-08T18:54:45Z/"
                }
            ],
            "url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-43485",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
                },
                {
                    "value": "8.8",
                    "scoring_system": "cvssv4",
                    "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-43485"
        },
        {
            "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=2315731",
            "reference_id": "2315731",
            "reference_type": "",
            "scores": [],
            "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2315731"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-8g4q-xg66-9fp4",
            "reference_id": "GHSA-8g4q-xg66-9fp4",
            "reference_type": "",
            "scores": [
                {
                    "value": "HIGH",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/advisories/GHSA-8g4q-xg66-9fp4"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2024:7851",
            "reference_id": "RHSA-2024:7851",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2024:7851"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2024:7867",
            "reference_id": "RHSA-2024:7867",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2024:7867"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2024:7868",
            "reference_id": "RHSA-2024:7868",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2024:7868"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2024:7869",
            "reference_id": "RHSA-2024:7869",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2024:7869"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2024:8036",
            "reference_id": "RHSA-2024:8036",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2024:8036"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2024:8047",
            "reference_id": "RHSA-2024:8047",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2024:8047"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2024:8048",
            "reference_id": "RHSA-2024:8048",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2024:8048"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2024:8082",
            "reference_id": "RHSA-2024:8082",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2024:8082"
        },
        {
            "reference_url": "https://usn.ubuntu.com/7058-1/",
            "reference_id": "USN-7058-1",
            "reference_type": "",
            "scores": [],
            "url": "https://usn.ubuntu.com/7058-1/"
        }
    ],
    "weaknesses": [
        {
            "cwe_id": 407,
            "name": "Inefficient Algorithmic Complexity",
            "description": "An algorithm in a product has an inefficient worst-case computational complexity that may be detrimental to system performance and can be triggered by an attacker, typically using crafted manipulations that ensure that the worst case is being reached."
        },
        {
            "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-pun7-c6ab-d7dn"
}