{"url":"http://public2.vulnerablecode.io/api/vulnerabilities/52619?format=json","vulnerability_id":"VCID-sdqt-pe14-xba1","summary":"# Microsoft Security Advisory CVE-2022-41089: .NET Remote Code Execution Vulnerability\n\n## <a name=\"executive-summary\"></a>Executive summary\n\nMicrosoft is releasing this security advisory to provide information about a vulnerability in .NET Core 3.1, .NET 6.0., and .NET 7.0. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.\n\nA remote code execution vulnerability exists in .NET Core 3.1, .NET 6.0, and .NET 7.0, where a malicious actor could cause a user to run arbitrary code as a result of parsing maliciously crafted xps files.\n\n## Announcement\n\nAnnouncement for this issue can be found at https://github.com/dotnet/announcements/issues/242\n\n### <a name=\"mitigation-factors\"></a>Mitigation factors\n\nMicrosoft has not identified any mitigating factors for this vulnerability.\n\n## <a name=\"affected-software\"></a>Affected software\n\n* Any .NET 7.0 WinForms or WPF application running on .NET 7.0.0 or earlier.\n* Any .NET 6.0 WinForms or WPF application running on .NET 6.0.11 or earlier.\n* Any .NET Core 3.1 WinForms or WPF application running on .NET 3.1.31 or earlier.\n\nIf the application does not utilize WinForms or WPF, it is not affected by this vulnerability.\n\nApplications targeting Mac, Linux, Android, iOS, and other non-Windows platforms are not affected by this vulnerability.\n\nIf your application uses the following package versions, ensure you update to the latest version of .NET.\n\n### <a name=\".NET Core 3.1\"></a>.NET Core 3.1\n\nPackage name | Affected version | Patched version\n------------ | ---------------- | -------------------------\n[Microsoft.WindowsDesktop.App.Runtime.win-x64](https://www.nuget.org/packages/Microsoft.WindowsDesktop.App.Runtime.win-x64)|>= 3.1.0, <= 3.1.31|3.1.32\n[Microsoft.WindowsDesktop.App.Runtime.win-x86](https://www.nuget.org/packages/Microsoft.WindowsDesktop.App.Runtime.win-x86)|>= 3.1.0, <= 3.1.31|3.1.32\n\n### <a name=\".NET 6\"></a>.NET 6\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.0, <= 6.0.11|6.0.12\n[Microsoft.WindowsDesktop.App.Runtime.win-x64](https://www.nuget.org/packages/Microsoft.WindowsDesktop.App.Runtime.win-x64)|>= 6.0.0, <= 6.0.11|6.0.12\n[Microsoft.WindowsDesktop.App.Runtime.win-x86](https://www.nuget.org/packages/Microsoft.WindowsDesktop.App.Runtime.win-x86)|>= 6.0.0, <= 6.0.11|6.0.12\n\n### <a name=\".NET 7\"></a>.NET 7\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.0, <= 7.0.0|7.0.1\n[Microsoft.WindowsDesktop.App.Runtime.win-x64](https://www.nuget.org/packages/Microsoft.WindowsDesktop.App.Runtime.win-x64)|>= 7.0.0, <= 7.0.0|7.0.1\n[Microsoft.WindowsDesktop.App.Runtime.win-x86](https://www.nuget.org/packages/Microsoft.WindowsDesktop.App.Runtime.win-x86)|>= 7.0.0, <= 7.0.0|7.0.1\n\n## Advisory FAQ\n\n### <a name=\"how-affected\"></a>How do I know if I am affected?\n\nIf you have a runtime or SDK with a version listed, or an affected package listed in [affected software](#affected-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 7.0, .NET 6.0 or .NET Core 3.1. 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 Core 3.1 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* If you are using one of the affected packages, please update to the patched version listed above. \n\n```\n.NET Core SDK (reflecting any global.json):\n\n Version:   6.0.300\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: 6.0.5\n  Commit:  8473146e7d\n\n.NET Core SDKs installed:\n\n  6.0.300 [C:\\Program Files\\dotnet\\sdk]\n\n.NET Core runtimes installed:\n\n  Microsoft.AspNetCore.App 6.0.5 [C:\\Program Files\\dotnet\\shared\\Microsoft.AspNetCore.App]\n  Microsoft.NETCore.App 6.0.5 [C:\\Program Files\\dotnet\\shared\\Microsoft.NETCore.App]\n  Microsoft.WindowsDesktop.App 6.0.5 [C:\\Program Files\\dotnet\\shared\\Microsoft.WindowsDesktop.App]\n\nTo install additional .NET Core runtimes or SDKs:\n  https://aka.ms/dotnet-download\n```\n\n* If you're using .NET 7.0, you should download and install Runtime 7.0.1 or SDK 7.0.101 (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.12 or SDK 6.0.112 (for Visual Studio 2022 v17.1) from https://dotnet.microsoft.com/download/dotnet-core/6.0.\n* If you're using .NET Core 3.1, you should download and install Runtime 3.1.32 (for Visual Studio 2019 v16.9) from https://dotnet.microsoft.com/download/dotnet-core/3.1.\n\n.NET 7.0, .NET 6.0 and .NET Core 3.1 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### Acknowledgements\n\n[Eleftherios Panos](https://twitter.com/lefterispan) with [Nettitude](https://www.nettitude.com/)\n[Nick Landers](https://twitter.com/monoxgas) with NetSPI\n\n### Reporting Security Issues\n\nIf you have found a potential security issue in .NET 7.0, .NET 6.0 or .NET Core 3.1, 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/wpf/. 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-2022-41089]( https://www.cve.org/CVERecord?id=CVE-2022-41089)","aliases":[{"alias":"CVE-2022-41089"},{"alias":"GHSA-2c7v-qcjp-4mg2"}],"fixed_packages":[{"url":"http://public2.vulnerablecode.io/api/packages/523674?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-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.112-r0%3Farch=x86_64&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/541499?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-r0?arch=armv7&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.112-r0%3Farch=armv7&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/479086?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-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.112-r0%3Farch=x86_64&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/541498?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-r0?arch=armhf&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.112-r0%3Farch=armhf&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/541500?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-r0?arch=ppc64le&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.112-r0%3Farch=ppc64le&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/544832?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-r0?arch=armv7&distroversion=v3.16&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.112-r0%3Farch=armv7&distroversion=v3.16&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/544834?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-r0?arch=s390x&distroversion=v3.16&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.112-r0%3Farch=s390x&distroversion=v3.16&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/544836?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-r0?arch=x86_64&distroversion=v3.16&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.112-r0%3Farch=x86_64&distroversion=v3.16&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/972831?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-r0?arch=ppc64le&distroversion=v3.18&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.112-r0%3Farch=ppc64le&distroversion=v3.18&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/972834?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-r0?arch=x86_64&distroversion=v3.18&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.112-r0%3Farch=x86_64&distroversion=v3.18&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/523667?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-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.112-r0%3Farch=aarch64&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/541501?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-r0?arch=s390x&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.112-r0%3Farch=s390x&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/479080?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-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.112-r0%3Farch=aarch64&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/479081?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-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.112-r0%3Farch=armhf&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/479082?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-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.112-r0%3Farch=armv7&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/479084?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-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.112-r0%3Farch=s390x&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/523669?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-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.112-r0%3Farch=armv7&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/523670?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-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.112-r0%3Farch=ppc64le&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/523673?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-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.112-r0%3Farch=x86&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/541502?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-r0?arch=x86&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.112-r0%3Farch=x86&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/541503?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-r0?arch=x86_64&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.112-r0%3Farch=x86_64&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/544831?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-r0?arch=armhf&distroversion=v3.16&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.112-r0%3Farch=armhf&distroversion=v3.16&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/544835?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-r0?arch=x86&distroversion=v3.16&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.112-r0%3Farch=x86&distroversion=v3.16&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/972828?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-r0?arch=aarch64&distroversion=v3.18&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.112-r0%3Farch=aarch64&distroversion=v3.18&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/972829?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-r0?arch=armhf&distroversion=v3.18&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.112-r0%3Farch=armhf&distroversion=v3.18&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/972832?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-r0?arch=s390x&distroversion=v3.18&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.112-r0%3Farch=s390x&distroversion=v3.18&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/972833?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-r0?arch=x86&distroversion=v3.18&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.112-r0%3Farch=x86&distroversion=v3.18&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/523672?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-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.112-r0%3Farch=s390x&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/479083?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-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.112-r0%3Farch=ppc64le&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/544830?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-r0?arch=aarch64&distroversion=v3.16&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.112-r0%3Farch=aarch64&distroversion=v3.16&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/544833?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-r0?arch=ppc64le&distroversion=v3.16&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.112-r0%3Farch=ppc64le&distroversion=v3.16&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/479085?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-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.112-r0%3Farch=x86&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/523668?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-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.112-r0%3Farch=armhf&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/523671?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-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.112-r0%3Farch=riscv64&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/541497?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-r0?arch=aarch64&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.112-r0%3Farch=aarch64&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/972830?format=json","purl":"pkg:apk/alpine/dotnet6-build@6.0.112-r0?arch=armv7&distroversion=v3.18&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-build@6.0.112-r0%3Farch=armv7&distroversion=v3.18&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/992234?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-r0?arch=armhf&distroversion=v3.16&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.12-r0%3Farch=armhf&distroversion=v3.16&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/992238?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-r0?arch=x86&distroversion=v3.16&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.12-r0%3Farch=x86&distroversion=v3.16&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1005228?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-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.12-r0%3Farch=aarch64&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1019549?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-r0?arch=aarch64&distroversion=v3.18&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.12-r0%3Farch=aarch64&distroversion=v3.18&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1019551?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-r0?arch=armv7&distroversion=v3.18&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.12-r0%3Farch=armv7&distroversion=v3.18&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/548133?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-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.12-r0%3Farch=x86_64&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1015755?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-r0?arch=armhf&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.12-r0%3Farch=armhf&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1015760?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-r0?arch=x86_64&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.12-r0%3Farch=x86_64&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1019552?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-r0?arch=ppc64le&distroversion=v3.18&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.12-r0%3Farch=ppc64le&distroversion=v3.18&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1005233?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-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.12-r0%3Farch=s390x&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1015754?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-r0?arch=aarch64&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.12-r0%3Farch=aarch64&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1015757?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-r0?arch=ppc64le&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.12-r0%3Farch=ppc64le&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1005231?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-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.12-r0%3Farch=ppc64le&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1015758?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-r0?arch=s390x&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.12-r0%3Farch=s390x&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/992236?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-r0?arch=ppc64le&distroversion=v3.16&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.12-r0%3Farch=ppc64le&distroversion=v3.16&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/548127?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-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.12-r0%3Farch=aarch64&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/548128?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-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.12-r0%3Farch=armhf&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/548129?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-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.12-r0%3Farch=armv7&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/548131?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-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.12-r0%3Farch=s390x&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/992239?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-r0?arch=x86_64&distroversion=v3.16&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.12-r0%3Farch=x86_64&distroversion=v3.16&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1005230?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-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.12-r0%3Farch=armv7&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1015756?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-r0?arch=armv7&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.12-r0%3Farch=armv7&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1019550?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-r0?arch=armhf&distroversion=v3.18&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.12-r0%3Farch=armhf&distroversion=v3.18&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1019553?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-r0?arch=s390x&distroversion=v3.18&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.12-r0%3Farch=s390x&distroversion=v3.18&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/992233?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-r0?arch=aarch64&distroversion=v3.16&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.12-r0%3Farch=aarch64&distroversion=v3.16&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/992237?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-r0?arch=s390x&distroversion=v3.16&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.12-r0%3Farch=s390x&distroversion=v3.16&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1005235?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-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.12-r0%3Farch=x86_64&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/548130?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-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.12-r0%3Farch=ppc64le&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/992235?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-r0?arch=armv7&distroversion=v3.16&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.12-r0%3Farch=armv7&distroversion=v3.16&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1005234?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-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.12-r0%3Farch=x86&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1015759?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-r0?arch=x86&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.12-r0%3Farch=x86&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/548132?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-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.12-r0%3Farch=x86&distroversion=v3.19&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1005229?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-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.12-r0%3Farch=armhf&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1005232?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-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.12-r0%3Farch=riscv64&distroversion=v3.20&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1019555?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-r0?arch=x86_64&distroversion=v3.18&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.12-r0%3Farch=x86_64&distroversion=v3.18&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1019554?format=json","purl":"pkg:apk/alpine/dotnet6-runtime@6.0.12-r0?arch=x86&distroversion=v3.18&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet6-runtime@6.0.12-r0%3Farch=x86&distroversion=v3.18&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/980904?format=json","purl":"pkg:apk/alpine/dotnet7-build@7.0.101-r0?arch=armv7&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-build@7.0.101-r0%3Farch=armv7&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/980906?format=json","purl":"pkg:apk/alpine/dotnet7-build@7.0.101-r0?arch=s390x&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-build@7.0.101-r0%3Farch=s390x&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/980907?format=json","purl":"pkg:apk/alpine/dotnet7-build@7.0.101-r0?arch=x86&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-build@7.0.101-r0%3Farch=x86&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/980903?format=json","purl":"pkg:apk/alpine/dotnet7-build@7.0.101-r0?arch=armhf&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-build@7.0.101-r0%3Farch=armhf&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/980905?format=json","purl":"pkg:apk/alpine/dotnet7-build@7.0.101-r0?arch=ppc64le&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-build@7.0.101-r0%3Farch=ppc64le&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/980902?format=json","purl":"pkg:apk/alpine/dotnet7-build@7.0.101-r0?arch=aarch64&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-build@7.0.101-r0%3Farch=aarch64&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/980908?format=json","purl":"pkg:apk/alpine/dotnet7-build@7.0.101-r0?arch=x86_64&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-build@7.0.101-r0%3Farch=x86_64&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1028135?format=json","purl":"pkg:apk/alpine/dotnet7-runtime@7.0.1-r0?arch=ppc64le&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-runtime@7.0.1-r0%3Farch=ppc64le&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1028136?format=json","purl":"pkg:apk/alpine/dotnet7-runtime@7.0.1-r0?arch=s390x&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-runtime@7.0.1-r0%3Farch=s390x&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1028138?format=json","purl":"pkg:apk/alpine/dotnet7-runtime@7.0.1-r0?arch=x86_64&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-runtime@7.0.1-r0%3Farch=x86_64&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1028132?format=json","purl":"pkg:apk/alpine/dotnet7-runtime@7.0.1-r0?arch=aarch64&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-runtime@7.0.1-r0%3Farch=aarch64&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1028133?format=json","purl":"pkg:apk/alpine/dotnet7-runtime@7.0.1-r0?arch=armhf&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-runtime@7.0.1-r0%3Farch=armhf&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1028134?format=json","purl":"pkg:apk/alpine/dotnet7-runtime@7.0.1-r0?arch=armv7&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-runtime@7.0.1-r0%3Farch=armv7&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/1028137?format=json","purl":"pkg:apk/alpine/dotnet7-runtime@7.0.1-r0?arch=x86&distroversion=v3.17&reponame=community","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:apk/alpine/dotnet7-runtime@7.0.1-r0%3Farch=x86&distroversion=v3.17&reponame=community"},{"url":"http://public2.vulnerablecode.io/api/packages/80322?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-arm64@6.0.12","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-s2b7-3ffu-zyfp"},{"vulnerability":"VCID-uwah-y7w1-tfap"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-arm64@6.0.12"},{"url":"http://public2.vulnerablecode.io/api/packages/80325?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-arm64@7.0.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-s2b7-3ffu-zyfp"},{"vulnerability":"VCID-uwah-y7w1-tfap"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-arm64@7.0.1"}],"affected_packages":[{"url":"http://public2.vulnerablecode.io/api/packages/58121?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-arm64@6.0.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"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@6.0.0"},{"url":"http://public2.vulnerablecode.io/api/packages/581167?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-arm64@6.0.11","is_vulnerable":true,"affected_by_vulnerabilities":[{"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@6.0.11"},{"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/581150?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x64@3.1.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-j92b-c8se-73f9"},{"vulnerability":"VCID-sdqt-pe14-xba1"},{"vulnerability":"VCID-v4w8-5wkz-ykgt"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x64@3.1.0"},{"url":"http://public2.vulnerablecode.io/api/packages/581151?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x64@3.1.31","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-sdqt-pe14-xba1"},{"vulnerability":"VCID-v4w8-5wkz-ykgt"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x64@3.1.31"},{"url":"http://public2.vulnerablecode.io/api/packages/58002?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x64@6.0.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"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@6.0.0"},{"url":"http://public2.vulnerablecode.io/api/packages/581164?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x64@6.0.11","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-sdqt-pe14-xba1"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x64@6.0.11"},{"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/581165?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x86@3.1.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-j92b-c8se-73f9"},{"vulnerability":"VCID-sdqt-pe14-xba1"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x86@3.1.0"},{"url":"http://public2.vulnerablecode.io/api/packages/581166?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x86@3.1.31","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-sdqt-pe14-xba1"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x86@3.1.31"},{"url":"http://public2.vulnerablecode.io/api/packages/57996?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x86@6.0.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"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@6.0.0"},{"url":"http://public2.vulnerablecode.io/api/packages/581168?format=json","purl":"pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x86@6.0.11","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-sdqt-pe14-xba1"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.WindowsDesktop.App.Runtime.win-x86@6.0.11"},{"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"}],"references":[{"reference_url":"https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-41089.json","reference_id":"","reference_type":"","scores":[{"value":"8.8","scoring_system":"cvssv3","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"}],"url":"https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-41089.json"},{"reference_url":"https://api.first.org/data/v1/epss?cve=CVE-2022-41089","reference_id":"","reference_type":"","scores":[{"value":"0.04521","scoring_system":"epss","scoring_elements":"0.89265","published_at":"2026-05-16T12:55:00Z"},{"value":"0.04521","scoring_system":"epss","scoring_elements":"0.8915","published_at":"2026-04-08T12:55:00Z"},{"value":"0.04521","scoring_system":"epss","scoring_elements":"0.89155","published_at":"2026-04-09T12:55:00Z"},{"value":"0.04521","scoring_system":"epss","scoring_elements":"0.89165","published_at":"2026-04-11T12:55:00Z"},{"value":"0.04521","scoring_system":"epss","scoring_elements":"0.89161","published_at":"2026-04-12T12:55:00Z"},{"value":"0.04521","scoring_system":"epss","scoring_elements":"0.89159","published_at":"2026-04-13T12:55:00Z"},{"value":"0.04521","scoring_system":"epss","scoring_elements":"0.89171","published_at":"2026-04-18T12:55:00Z"},{"value":"0.04521","scoring_system":"epss","scoring_elements":"0.89168","published_at":"2026-04-21T12:55:00Z"},{"value":"0.04521","scoring_system":"epss","scoring_elements":"0.89185","published_at":"2026-04-24T12:55:00Z"},{"value":"0.04521","scoring_system":"epss","scoring_elements":"0.8919","published_at":"2026-04-26T12:55:00Z"},{"value":"0.04521","scoring_system":"epss","scoring_elements":"0.89194","published_at":"2026-04-29T12:55:00Z"},{"value":"0.04521","scoring_system":"epss","scoring_elements":"0.89202","published_at":"2026-05-05T12:55:00Z"},{"value":"0.04521","scoring_system":"epss","scoring_elements":"0.89218","published_at":"2026-05-07T12:55:00Z"},{"value":"0.04521","scoring_system":"epss","scoring_elements":"0.8923","published_at":"2026-05-09T12:55:00Z"},{"value":"0.04521","scoring_system":"epss","scoring_elements":"0.89226","published_at":"2026-05-11T12:55:00Z"},{"value":"0.04521","scoring_system":"epss","scoring_elements":"0.89236","published_at":"2026-05-12T12:55:00Z"},{"value":"0.04521","scoring_system":"epss","scoring_elements":"0.89255","published_at":"2026-05-14T12:55:00Z"},{"value":"0.04521","scoring_system":"epss","scoring_elements":"0.89115","published_at":"2026-04-02T12:55:00Z"},{"value":"0.04521","scoring_system":"epss","scoring_elements":"0.89129","published_at":"2026-04-04T12:55:00Z"},{"value":"0.04521","scoring_system":"epss","scoring_elements":"0.89132","published_at":"2026-04-07T12:55:00Z"}],"url":"https://api.first.org/data/v1/epss?cve=CVE-2022-41089"},{"reference_url":"https://github.com/dotnet/announcements/issues/242","reference_id":"","reference_type":"","scores":[{"value":"8.8","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/dotnet/announcements/issues/242"},{"reference_url":"https://github.com/dotnet/wpf","reference_id":"","reference_type":"","scores":[{"value":"8.8","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/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/commit/5f4c0f7763a06b024c8a517616e0fc0194e997a4","reference_id":"","reference_type":"","scores":[{"value":"8.8","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/dotnet/wpf/commit/5f4c0f7763a06b024c8a517616e0fc0194e997a4"},{"reference_url":"https://github.com/dotnet/wpf/commit/7b0be4d41c33ce8525d8160bf8869cac10f8a8cd","reference_id":"","reference_type":"","scores":[{"value":"8.8","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/dotnet/wpf/commit/7b0be4d41c33ce8525d8160bf8869cac10f8a8cd"},{"reference_url":"https://github.com/dotnet/wpf/commit/c08825a9889e6c798fe95ed5ec1f6a9f517ab5a0","reference_id":"","reference_type":"","scores":[{"value":"8.8","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/dotnet/wpf/commit/c08825a9889e6c798fe95ed5ec1f6a9f517ab5a0"},{"reference_url":"https://github.com/dotnet/wpf/security/advisories/GHSA-2c7v-qcjp-4mg2","reference_id":"","reference_type":"","scores":[{"value":"8.8","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/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-2c7v-qcjp-4mg2"},{"reference_url":"https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-41089","reference_id":"","reference_type":"","scores":[{"value":"8.8","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-41089"},{"reference_url":"https://bugzilla.redhat.com/show_bug.cgi?id=2153250","reference_id":"2153250","reference_type":"","scores":[],"url":"https://bugzilla.redhat.com/show_bug.cgi?id=2153250"},{"reference_url":"https://github.com/advisories/GHSA-2c7v-qcjp-4mg2","reference_id":"GHSA-2c7v-qcjp-4mg2","reference_type":"","scores":[{"value":"HIGH","scoring_system":"cvssv3.1_qr","scoring_elements":""}],"url":"https://github.com/advisories/GHSA-2c7v-qcjp-4mg2"}],"weaknesses":[{"cwe_id":94,"name":"Improper Control of Generation of Code ('Code Injection')","description":"The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment."},{"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-sdqt-pe14-xba1"}