{"url":"http://public2.vulnerablecode.io/api/vulnerabilities/12695?format=json","vulnerability_id":"VCID-e9c3-3kxm-kyf4","summary":"# Microsoft Security Advisory CVE-2024-21409 | .NET Elevation of Privilege 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 6.0, .NET 7.0 ,and .NET 8.0. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.\n\nA use-after-free vulnerability exists in WPF which may result in Elevation of Privilege when viewing untrusted documents. This is a Windows only vulnerability.\n\n## Announcement\n\nAnnouncement for this issue can be found at https://github.com/dotnet/announcements/issues/303\n\n## <a name=\"mitigation-factors\"></a>Mitigation factors\n\nThis vulnerability affects only WPF-based applications.\n\n## <a name=\"affected-software\"></a>Affected software\n\n* Any .NET 6.0 application running on .NET 6.0.28 or earlier.\n* Any .NET 7.0 application running on .NET 7.0.17 or earlier.\n* Any .NET 8.0 application running on .NET 8.0.3 or earlier.\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### <a name=\".NET 7\"></a>.NET 6.0\n\nPackage name | Affected version | Patched version\n------------ | ---------------- | -------------------------\n[Microsoft.WindowsDesktop.App.Runtime.win-arm64](https://www.nuget.org/packages/Microsoft.WindowsDesktop.App.Runtime.win-arm64)               |  < = 6.0.28 | 6.0.29\n[Microsoft.WindowsDesktop.App.Runtime.win-x64](https://www.nuget.org/packages/Microsoft.WindowsDesktop.App.Runtime.win-x64)                   |  < = 6.0.28 | 6.0.29\n[Microsoft.WindowsDesktop.App.Runtime.win-x86](https://www.nuget.org/packages/Microsoft.WindowsDesktop.App.Runtime.win-x86)                   |  < = 6.0.28 | 6.0.29\n\n### <a name=\".NET 7\"></a>.NET 7.0\n\nPackage name | Affected version | Patched version\n------------ | ---------------- | -------------------------\n[Microsoft.WindowsDesktop.App.Runtime.win-arm64](https://www.nuget.org/packages/Microsoft.WindowsDesktop.App.Runtime.win-arm64)               |  <= 7.0.17 | 7.0.18\n[Microsoft.WindowsDesktop.App.Runtime.win-x64](https://www.nuget.org/packages/Microsoft.WindowsDesktop.App.Runtime.win-x64)                   |  <= 7.0.17 | 7.0.18\n[Microsoft.WindowsDesktop.App.Runtime.win-x86](https://www.nuget.org/packages/Microsoft.WindowsDesktop.App.Runtime.win-x86)                   |  <= 7.0.17 | 7.0.18\n\n### <a name=\".NET 7\"></a>.NET 8.0\nPackage name | Affected version | Patched version\n------------ | ---------------- | -------------------------\n[Microsoft.WindowsDesktop.App.Runtime.win-arm64](https://www.nuget.org/packages/Microsoft.WindowsDesktop.App.Runtime.win-arm64)               |  <= 8.0.3 | 8.0.4\n[Microsoft.WindowsDesktop.App.Runtime.win-x64](https://www.nuget.org/packages/Microsoft.WindowsDesktop.App.Runtime.win-x64)                   |  <= 8.0.3 | 8.0.4\n[Microsoft.WindowsDesktop.App.Runtime.win-x86](https://www.nuget.org/packages/Microsoft.WindowsDesktop.App.Runtime.win-x86)                   |  <= 8.0.3 | 8.0.4\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-software) or [affected packages](#affected-packages), 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 7.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* 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.204\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.4\n  Commit:  8473146e7d\n\n.NET Core SDKs installed:\n\n  8.0.204 [C:\\Program Files\\dotnet\\sdk]\n\n.NET Core runtimes installed:\n\n  Microsoft.AspWindowsDesktop.App 8.0.4 [C:\\Program Files\\dotnet\\shared\\Microsoft.AspWindowsDesktop.App]\n  Microsoft.WindowsDesktop.App 8.0.4 [C:\\Program Files\\dotnet\\shared\\Microsoft.WindowsDesktop.App]\n  Microsoft.WindowsDesktop.App 8.0.4 [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 8.0, you should download and install .NET 8.0.4  Runtime or .NET 8.0.204 SDK (for Visual Studio 2022 v17.8) from https://dotnet.microsoft.com/download/dotnet-core/8.0.\n* If you're using .NET 7.0, you should download and install Runtime 7.0.18 or SDK 7.0.118 (for Visual Studio 2022 v17.4) from https://dotnet.microsoft.com/download/dotnet-core/7.0.\n* If you're using .NET 6.0, you should download and install Runtime 6.0.29 or SDK 6.0.129 from https://dotnet.microsoft.com/download/dotnet-core/6.0.\n\n.NET 6.0, .NET 7.0 and, .NET 8.0 updates are also available from Microsoft Update. To access this either type \"Check for updates\" in your Windows search, or open Settings, choose Update & Security and then click Check for Updates.\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 7.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-21409]( https://www.cve.org/CVERecord?id=CVE-2024-21409)\n\n### Revisions\n\nV1.0 (April 09, 2024): Advisory published.\n\n_Version 1.0_\n\n_Last Updated 2024-04-09_","aliases":[{"alias":"CVE-2024-21409"},{"alias":"GHSA-6qmx-42h2-j8h6"}],"fixed_packages":[{"url":"http://public2.vulnerablecode.io/api/packages/469731?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.129-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.129-r0%3Farch=armhf&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/469732?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.129-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.129-r0%3Farch=armv7&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/469733?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.129-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.129-r0%3Farch=ppc64le&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/962232?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.129-r0?arch=ppc64le&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.129-r0%3Farch=ppc64le&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/962235?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.129-r0?arch=x86_64&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.129-r0%3Farch=x86_64&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/469735?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.129-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.129-r0%3Farch=s390x&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/469736?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.129-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.129-r0%3Farch=x86&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/962229?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.129-r0?arch=aarch64&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.129-r0%3Farch=aarch64&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/962234?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.129-r0?arch=x86&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.129-r0%3Farch=x86&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/962230?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.129-r0?arch=armhf&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.129-r0%3Farch=armhf&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/469730?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.129-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.129-r0%3Farch=aarch64&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/469734?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.129-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.129-r0%3Farch=riscv64&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/469737?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.129-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.129-r0%3Farch=x86_64&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/962231?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.129-r0?arch=armv7&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.129-r0%3Farch=armv7&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/962233?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.129-r0?arch=s390x&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.129-r0%3Farch=s390x&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/966496?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.29-r0?arch=ppc64le&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.29-r0%3Farch=ppc64le&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1046883?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.29-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.29-r0%3Farch=armhf&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1046884?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.29-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.29-r0%3Farch=armv7&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/966497?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.29-r0?arch=s390x&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.29-r0%3Farch=s390x&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/966493?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.29-r0?arch=aarch64&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.29-r0%3Farch=aarch64&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/966494?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.29-r0?arch=armhf&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.29-r0%3Farch=armhf&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1046882?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.29-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.29-r0%3Farch=aarch64&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1046885?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.29-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.29-r0%3Farch=ppc64le&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1046886?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.29-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.29-r0%3Farch=riscv64&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1046887?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.29-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.29-r0%3Farch=s390x&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/966499?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.29-r0?arch=x86_64&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.29-r0%3Farch=x86_64&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1046888?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.29-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.29-r0%3Farch=x86&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1046889?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.29-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.29-r0%3Farch=x86_64&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/966495?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.29-r0?arch=armv7&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.29-r0%3Farch=armv7&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/966498?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.29-r0?arch=x86&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.29-r0%3Farch=x86&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/962969?format=json","purl":"pkg:apk/alpine/dotnet7-build@7.0.118-r0?arch=ppc64le&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-build@7.0.118-r0%3Farch=ppc64le&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/962971?format=json","purl":"pkg:apk/alpine/dotnet7-build@7.0.118-r0?arch=x86&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-build@7.0.118-r0%3Farch=x86&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/962970?format=json","purl":"pkg:apk/alpine/dotnet7-build@7.0.118-r0?arch=s390x&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-build@7.0.118-r0%3Farch=s390x&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/962972?format=json","purl":"pkg:apk/alpine/dotnet7-build@7.0.118-r0?arch=x86_64&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-build@7.0.118-r0%3Farch=x86_64&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/962966?format=json","purl":"pkg:apk/alpine/dotnet7-build@7.0.118-r0?arch=aarch64&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-build@7.0.118-r0%3Farch=aarch64&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/962967?format=json","purl":"pkg:apk/alpine/dotnet7-build@7.0.118-r0?arch=armhf&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-build@7.0.118-r0%3Farch=armhf&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/962968?format=json","purl":"pkg:apk/alpine/dotnet7-build@7.0.118-r0?arch=armv7&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-build@7.0.118-r0%3Farch=armv7&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/991534?format=json","purl":"pkg:apk/alpine/dotnet7-runtime@7.0.18-r0?arch=armhf&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-runtime@7.0.18-r0%3Farch=armhf&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/991535?format=json","purl":"pkg:apk/alpine/dotnet7-runtime@7.0.18-r0?arch=armv7&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-runtime@7.0.18-r0%3Farch=armv7&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/991539?format=json","purl":"pkg:apk/alpine/dotnet7-runtime@7.0.18-r0?arch=x86_64&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-runtime@7.0.18-r0%3Farch=x86_64&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/991533?format=json","purl":"pkg:apk/alpine/dotnet7-runtime@7.0.18-r0?arch=aarch64&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-runtime@7.0.18-r0%3Farch=aarch64&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/991538?format=json","purl":"pkg:apk/alpine/dotnet7-runtime@7.0.18-r0?arch=x86&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-runtime@7.0.18-r0%3Farch=x86&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/991537?format=json","purl":"pkg:apk/alpine/dotnet7-runtime@7.0.18-r0?arch=s390x&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-runtime@7.0.18-r0%3Farch=s390x&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/991536?format=json","purl":"pkg:apk/alpine/dotnet7-runtime@7.0.18-r0?arch=ppc64le&distroversion=v3.19&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-runtime@7.0.18-r0%3Farch=ppc64le&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/422711?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=aarch64&distroversion=edge&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/422712?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=armhf&distroversion=edge&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/422713?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=armv7&distroversion=edge&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/422714?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=loongarch64&distroversion=edge&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/422718?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=x86&distroversion=edge&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/962952?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=ppc64le&distroversion=v3.23&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/962954?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=s390x&distroversion=v3.23&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/988032?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=s390x&distroversion=v3.21&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1031391?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=armv7&distroversion=v3.22&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1031392?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=loongarch64&distroversion=v3.22&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1031396?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=x86&distroversion=v3.22&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/422716?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=riscv64&distroversion=edge&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/547036?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=x86_64&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/547030?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=armhf&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/547033?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=riscv64&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/962950?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=armv7&distroversion=v3.23&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/988028?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=armv7&distroversion=v3.21&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/988030?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=ppc64le&distroversion=v3.21&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/988033?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=x86&distroversion=v3.21&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/422719?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=x86_64&distroversion=edge&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/962948?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=aarch64&distroversion=v3.23&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/422715?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=ppc64le&distroversion=edge&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/547029?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=aarch64&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/988026?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=aarch64&distroversion=v3.21&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/988034?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=x86_64&distroversion=v3.21&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/547031?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=armv7&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/547032?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=ppc64le&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/962949?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=armhf&distroversion=v3.23&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/962951?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=loongarch64&distroversion=v3.23&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/962956?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=x86_64&distroversion=v3.23&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/988027?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=armhf&distroversion=v3.21&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/988029?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=loongarch64&distroversion=v3.21&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1031389?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=aarch64&distroversion=v3.22&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1031390?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=armhf&distroversion=v3.22&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1031393?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=ppc64le&distroversion=v3.22&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/547035?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=x86&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/962953?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=riscv64&distroversion=v3.23&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/962955?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=x86&distroversion=v3.23&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1031394?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=riscv64&distroversion=v3.22&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1031395?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=s390x&distroversion=v3.22&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/422717?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=s390x&distroversion=edge&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/547034?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=s390x&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/988031?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=riscv64&distroversion=v3.21&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1031397?format=json","purl":"pkg:apk/alpine/dotnet8-runtime@8.0.4-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.4-r0%3Farch=x86_64&distroversion=v3.22&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/45700?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-arm64@6.0.29","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-arm64@6.0.29"},{"url":"http://public2.vulnerablecode.io/api/packages/45702?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-arm64@7.0.18","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-arm64@7.0.18"},{"url":"http://public2.vulnerablecode.io/api/packages/45701?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-arm64@8.0.4","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-arm64@8.0.4"}],"affected_packages":[{"url":"http://public2.vulnerablecode.io/api/packages/145273?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-arm64@6.0.28","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-e9c3-3kxm-kyf4"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-arm64@6.0.28"},{"url":"http://public2.vulnerablecode.io/api/packages/58123?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-arm64@7.0.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-e9c3-3kxm-kyf4"},{"vulnerability":"VCID-s2b7-3ffu-zyfp"},{"vulnerability":"VCID-sdqt-pe14-xba1"},{"vulnerability":"VCID-uwah-y7w1-tfap"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-arm64@7.0.0"},{"url":"http://public2.vulnerablecode.io/api/packages/145278?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-arm64@7.0.17","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-e9c3-3kxm-kyf4"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-arm64@7.0.17"},{"url":"http://public2.vulnerablecode.io/api/packages/145280?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-arm64@8.0.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-e9c3-3kxm-kyf4"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-arm64@8.0.0"},{"url":"http://public2.vulnerablecode.io/api/packages/145281?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-arm64@8.0.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-e9c3-3kxm-kyf4"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-arm64@8.0.3"},{"url":"http://public2.vulnerablecode.io/api/packages/145282?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x64@6.0.28","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-e9c3-3kxm-kyf4"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x64@6.0.28"},{"url":"http://public2.vulnerablecode.io/api/packages/58004?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x64@7.0.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-e9c3-3kxm-kyf4"},{"vulnerability":"VCID-s2b7-3ffu-zyfp"},{"vulnerability":"VCID-sdqt-pe14-xba1"},{"vulnerability":"VCID-uwah-y7w1-tfap"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x64@7.0.0"},{"url":"http://public2.vulnerablecode.io/api/packages/145276?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x64@7.0.17","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-e9c3-3kxm-kyf4"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x64@7.0.17"},{"url":"http://public2.vulnerablecode.io/api/packages/145271?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x64@8.0.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-e9c3-3kxm-kyf4"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x64@8.0.0"},{"url":"http://public2.vulnerablecode.io/api/packages/145272?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x64@8.0.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-e9c3-3kxm-kyf4"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x64@8.0.3"},{"url":"http://public2.vulnerablecode.io/api/packages/145277?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x86@6.0.28","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-e9c3-3kxm-kyf4"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x86@6.0.28"},{"url":"http://public2.vulnerablecode.io/api/packages/57998?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x86@7.0.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-e9c3-3kxm-kyf4"},{"vulnerability":"VCID-s2b7-3ffu-zyfp"},{"vulnerability":"VCID-sdqt-pe14-xba1"},{"vulnerability":"VCID-uwah-y7w1-tfap"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x86@7.0.0"},{"url":"http://public2.vulnerablecode.io/api/packages/145279?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x86@7.0.17","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-e9c3-3kxm-kyf4"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x86@7.0.17"},{"url":"http://public2.vulnerablecode.io/api/packages/145274?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x86@8.0.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-e9c3-3kxm-kyf4"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x86@8.0.0"},{"url":"http://public2.vulnerablecode.io/api/packages/145275?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x86@8.0.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-e9c3-3kxm-kyf4"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x86@8.0.3"}],"references":[{"reference_url":"https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-21409.json","reference_id":"","reference_type":"","scores":[{"value":"7.3","scoring_system":"cvssv3","scoring_elements":"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H"}],"url":"https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-21409.json"},{"reference_url":"https://api.first.org/data/v1/epss?cve=CVE-2024-21409","reference_id":"","reference_type":"","scores":[{"value":"0.51345","scoring_system":"epss","scoring_elements":"0.97901","published_at":"2026-05-05T12:55:00Z"},{"value":"0.51345","scoring_system":"epss","scoring_elements":"0.97896","published_at":"2026-04-29T12:55:00Z"},{"value":"0.54695","scoring_system":"epss","scoring_elements":"0.98026","published_at":"2026-04-04T12:55:00Z"},{"value":"0.54695","scoring_system":"epss","scoring_elements":"0.9804","published_at":"2026-04-24T12:55:00Z"},{"value":"0.54695","scoring_system":"epss","scoring_elements":"0.98032","published_at":"2026-04-09T12:55:00Z"},{"value":"0.54695","scoring_system":"epss","scoring_elements":"0.98027","published_at":"2026-04-07T12:55:00Z"},{"value":"0.54695","scoring_system":"epss","scoring_elements":"0.98024","published_at":"2026-04-02T12:55:00Z"},{"value":"0.54695","scoring_system":"epss","scoring_elements":"0.98041","published_at":"2026-04-26T12:55:00Z"},{"value":"0.54695","scoring_system":"epss","scoring_elements":"0.98044","published_at":"2026-04-18T12:55:00Z"},{"value":"0.54695","scoring_system":"epss","scoring_elements":"0.98038","published_at":"2026-04-13T12:55:00Z"},{"value":"0.54695","scoring_system":"epss","scoring_elements":"0.98037","published_at":"2026-04-12T12:55:00Z"}],"url":"https://api.first.org/data/v1/epss?cve=CVE-2024-21409"},{"reference_url":"https://github.com/dotnet/wpf","reference_id":"","reference_type":"","scores":[{"value":"7.3","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/dotnet/wpf"},{"reference_url":"https://github.com/dotnet/wpf/security/advisories/GHSA-6qmx-42h2-j8h6","reference_id":"","reference_type":"","scores":[{"value":"7.3","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/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/wpf/security/advisories/GHSA-6qmx-42h2-j8h6"},{"reference_url":"https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-21409","reference_id":"","reference_type":"","scores":[{"value":"7.3","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H"},{"value":"7.3","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C"},{"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/2024-04-25T00:14:54Z/"}],"url":"https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-21409"},{"reference_url":"https://nvd.nist.gov/vuln/detail/CVE-2024-21409","reference_id":"","reference_type":"","scores":[{"value":"7.3","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://nvd.nist.gov/vuln/detail/CVE-2024-21409"},{"reference_url":"https://security.netapp.com/advisory/ntap-20250117-0002","reference_id":"","reference_type":"","scores":[{"value":"7.3","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://security.netapp.com/advisory/ntap-20250117-0002"},{"reference_url":"https://bugzilla.redhat.com/show_bug.cgi?id=2273484","reference_id":"2273484","reference_type":"","scores":[],"url":"https://bugzilla.redhat.com/show_bug.cgi?id=2273484"},{"reference_url":"https://github.com/advisories/GHSA-6qmx-42h2-j8h6","reference_id":"GHSA-6qmx-42h2-j8h6","reference_type":"","scores":[{"value":"HIGH","scoring_system":"cvssv3.1_qr","scoring_elements":""}],"url":"https://github.com/advisories/GHSA-6qmx-42h2-j8h6"}],"weaknesses":[{"cwe_id":416,"name":"Use After Free","description":"Referencing memory after it has been freed can cause a program to crash, use unexpected values, or execute code."},{"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-e9c3-3kxm-kyf4"}