Vulnerability Instance
Lookup for vulnerabilities affecting packages.
GET /api/vulnerabilities/15773?format=api
{ "url": "http://public2.vulnerablecode.io/api/vulnerabilities/15773?format=api", "vulnerability_id": "VCID-r86f-g4es-jkcr", "summary": "# Microsoft Security Advisory CVE-2024-38167 | .NET Information Disclosure 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 8.0. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.\n\nA vulnerability exists in .NET runtime TlsStream which may result in Information Disclosure.\n\n## Discussion\n\nDiscussion for this issue can be found at https://github.com/dotnet/runtime/issues/106359\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 8.0 application running on .NET 8.0.7 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 8\"></a>.NET 8\nPackage name | Affected version | Patched version\n------------ | ---------------- | -------------------------\n[Microsoft.NetCore.App.Runtime.linux-arm](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.linux-arm) | >= 8.0.0, < 8.0.8 | 8.0.8\n[Microsoft.NetCore.App.Runtime.linux-arm64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.linux-arm64) | >= 8.0.0, < 8.0.8 | 8.0.8\n[Microsoft.NetCore.App.Runtime.linux-musl-arm](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.linux-musl-arm) | >= 8.0.0, < 8.0.8 | 8.0.8\n[Microsoft.NetCore.App.Runtime.linux-musl-arm64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.linux-musl-arm64) | >= 8.0.0, < 8.0.8 | 8.0.8\n[Microsoft.NetCore.App.Runtime.linux-musl-x64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.linux-musl-x64) | >= 8.0.0, < 8.0.8 | 8.0.8\n[Microsoft.NetCore.App.Runtime.linux-x64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.linux-x64) | >= 8.0.0, < 8.0.8 | 8.0.8\n[Microsoft.NetCore.App.Runtime.osx-arm64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.osx-arm64) | >= 8.0.0, < 8.0.8 | 8.0.8\n[Microsoft.NetCore.App.Runtime.osx-x64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.osx-x64) | >= 8.0.0, < 8.0.8 | 8.0.8\n[Microsoft.NetCore.App.Runtime.win-arm](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.win-arm) | >= 8.0.0, < 8.0.8 | 8.0.8\n[Microsoft.NetCore.App.Runtime.win-arm64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.win-arm64) | >= 8.0.0, < 8.0.8 | 8.0.8\n[Microsoft.NetCore.App.Runtime.win-x64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.win-x64) | >= 8.0.0, < 8.0.8 | 8.0.8\n[Microsoft.NetCore.App.Runtime.win-x86](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.win-x86) | >= 8.0.0, < 8.0.8 | 8.0.8\n\n\n\n## Advisory FAQ\n\n### <a name=\"how-affected\"></a>How do I know if I am affected?\n\nIf you have a runtime or SDK with a version listed, or an affected package listed in [affected software](#affected-packages) or [affected packages](#affected-software), you're exposed to the vulnerability.\n\n### <a name=\"how-fix\"></a>How do I fix the issue?\n\n* To fix the issue please install the latest version of .NET 8.0 or .NET 6.0. If you have installed one or more .NET SDKs through Visual Studio, Visual Studio will prompt you to update Visual Studio, which will also update your .NET SDKs.\n* If you have .NET 6.0 or greater installed, you can list the versions you have installed by running the `dotnet --info` command. You will see output like the following;\n\n```\n.NET Core SDK (reflecting any global.json):\n\n\n Version: 8.0.200\n Commit: 8473146e7d\n\nRuntime Environment:\n\n OS Name: Windows\n OS Version: 10.0.18363\n OS Platform: Windows\n RID: win10-x64\n Base Path: C:\\Program Files\\dotnet\\sdk\\6.0.300\\\n\nHost (useful for support):\n\n Version: 8.0.3\n Commit: 8473146e7d\n\n.NET Core SDKs installed:\n\n 8.0.200 [C:\\Program Files\\dotnet\\sdk]\n\n.NET Core runtimes installed:\n\n Microsoft.AspAspNetCore.App 8.0.3 [C:\\Program Files\\dotnet\\shared\\Microsoft.AspAspNetCore.App]\n Microsoft.AspNetCore.App 8.0.3 [C:\\Program Files\\dotnet\\shared\\Microsoft.AspNetCore.App]\n Microsoft.WindowsDesktop.App 8.0.3 [C:\\Program Files\\dotnet\\shared\\Microsoft.WindowsDesktop.App]\n\n\nTo install additional .NET Core runtimes or SDKs:\n https://aka.ms/dotnet-download\n```\n\n* If you're using .NET 8.0, you should download and install .NET 8.0.8 Runtime or .NET 8.0.108 SDK (for Visual Studio 2022 v17.8) from https://dotnet.microsoft.com/download/dotnet-core/8.0.\n\n.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 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-38167]( https://www.cve.org/CVERecord?id=CVE-2024-38167)\n\n### Revisions\n\nV1.0 (August 13, 2024): Advisory published.\n\n_Version 1.0_\n\n_Last Updated 2024-08-13_", "aliases": [ { "alias": "CVE-2024-38167" }, { "alias": "GHSA-3r34-r6w3-fqp6" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/507187?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=aarch64&distroversion=v3.22&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/507194?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=x86&distroversion=v3.22&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/510456?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=armv7&distroversion=edge&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/510457?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=loongarch64&distroversion=edge&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/510458?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=ppc64le&distroversion=edge&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/510462?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=x86_64&distroversion=edge&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/516483?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=s390x&distroversion=v3.23&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/954069?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=x86_64&distroversion=v3.21&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/507191?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=ppc64le&distroversion=v3.22&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/507193?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=s390x&distroversion=v3.22&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/510455?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=armhf&distroversion=edge&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/516477?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=aarch64&distroversion=v3.23&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/954068?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=x86&distroversion=v3.21&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/1003909?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=aarch64&distroversion=v3.20&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/1003913?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=riscv64&distroversion=v3.20&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/1003916?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=x86_64&distroversion=v3.20&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/516479?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=armv7&distroversion=v3.23&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/507190?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=loongarch64&distroversion=v3.22&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/510454?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=aarch64&distroversion=edge&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/954062?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=armhf&distroversion=v3.21&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/510461?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=x86&distroversion=edge&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/516478?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=armhf&distroversion=v3.23&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/516481?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=ppc64le&distroversion=v3.23&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/954063?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=armv7&distroversion=v3.21&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/954065?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=ppc64le&distroversion=v3.21&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/1003912?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=ppc64le&distroversion=v3.20&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/1003914?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=s390x&distroversion=v3.20&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/510459?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=riscv64&distroversion=edge&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/516482?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=riscv64&distroversion=v3.23&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/954061?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=aarch64&distroversion=v3.21&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/954067?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=s390x&distroversion=v3.21&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/507188?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=armhf&distroversion=v3.22&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/507189?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=armv7&distroversion=v3.22&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/510460?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=s390x&distroversion=edge&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/954064?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=loongarch64&distroversion=v3.21&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/954066?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=riscv64&distroversion=v3.21&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/507195?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=x86_64&distroversion=v3.22&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/507192?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=riscv64&distroversion=v3.22&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/516480?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=loongarch64&distroversion=v3.23&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/516484?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=x86&distroversion=v3.23&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/1003910?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=armhf&distroversion=v3.20&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/1003911?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=armv7&distroversion=v3.20&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/1003915?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=x86&distroversion=v3.20&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/516485?format=api", "purl": "pkg:apk/alpine/dotnet8-runtime@8.0.8-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.8-r0%3Farch=x86_64&distroversion=v3.23&reponame=community" }, { "url": "http://public2.vulnerablecode.io/api/packages/55004?format=api", "purl": "pkg:nuget/Microsoft.NetCore.App.Runtime.linux-musl-arm@8.0.8", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.linux-musl-arm@8.0.8" }, { "url": "http://public2.vulnerablecode.io/api/packages/569720?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@8.0.8", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@8.0.8" }, { "url": "http://public2.vulnerablecode.io/api/packages/55009?format=api", "purl": "pkg:nuget/Microsoft.NetCore.App.Runtime.osx-arm64@8.0.8", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.osx-arm64@8.0.8" }, { "url": "http://public2.vulnerablecode.io/api/packages/569721?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64@8.0.8", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64@8.0.8" } ], "affected_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/145432?format=api", "purl": "pkg:nuget/Microsoft.NetCore.App.Runtime.linux-arm@8.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-43h5-59r3-4bhz" }, { "vulnerability": "VCID-k3fx-jcj4-jfc6" }, { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-rffe-gbvm-nfdw" }, { "vulnerability": "VCID-u6eh-1bec-n7c2" }, { "vulnerability": "VCID-urqu-mdw7-ykd1" }, { "vulnerability": "VCID-vq9k-uhbs-wyem" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.linux-arm@8.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/62808?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.linux-arm@8.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-37fx-3tfg-8yev" }, { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-arm@8.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/145402?format=api", "purl": "pkg:nuget/Microsoft.NetCore.App.Runtime.linux-arm64@8.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-43h5-59r3-4bhz" }, { "vulnerability": "VCID-k3fx-jcj4-jfc6" }, { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-rffe-gbvm-nfdw" }, { "vulnerability": "VCID-u6eh-1bec-n7c2" }, { "vulnerability": "VCID-urqu-mdw7-ykd1" }, { "vulnerability": "VCID-vq9k-uhbs-wyem" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.linux-arm64@8.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/62811?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.linux-arm64@8.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-37fx-3tfg-8yev" }, { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-arm64@8.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/145444?format=api", "purl": "pkg:nuget/Microsoft.NetCore.App.Runtime.linux-musl-arm@8.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-43h5-59r3-4bhz" }, { "vulnerability": "VCID-k3fx-jcj4-jfc6" }, { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-rffe-gbvm-nfdw" }, { "vulnerability": "VCID-u6eh-1bec-n7c2" }, { "vulnerability": "VCID-urqu-mdw7-ykd1" }, { "vulnerability": "VCID-vq9k-uhbs-wyem" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.linux-musl-arm@8.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/62850?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@8.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-37fx-3tfg-8yev" }, { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@8.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/671362?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@8.0.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-37fx-3tfg-8yev" }, { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@8.0.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/145126?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@8.0.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-37fx-3tfg-8yev" }, { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@8.0.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/55748?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@8.0.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@8.0.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/684565?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@8.0.4", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@8.0.4" }, { "url": "http://public2.vulnerablecode.io/api/packages/59930?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@8.0.5", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-r86f-g4es-jkcr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@8.0.5" }, { "url": "http://public2.vulnerablecode.io/api/packages/701708?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@8.0.6", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-r86f-g4es-jkcr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@8.0.6" }, { "url": "http://public2.vulnerablecode.io/api/packages/569701?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@8.0.7", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-r86f-g4es-jkcr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm@8.0.7" }, { "url": "http://public2.vulnerablecode.io/api/packages/145408?format=api", "purl": "pkg:nuget/Microsoft.NetCore.App.Runtime.linux-musl-arm64@8.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-43h5-59r3-4bhz" }, { "vulnerability": "VCID-k3fx-jcj4-jfc6" }, { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-rffe-gbvm-nfdw" }, { "vulnerability": "VCID-u6eh-1bec-n7c2" }, { "vulnerability": "VCID-urqu-mdw7-ykd1" }, { "vulnerability": "VCID-vq9k-uhbs-wyem" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.linux-musl-arm64@8.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/62816?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm64@8.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-37fx-3tfg-8yev" }, { "vulnerability": "VCID-r86f-g4es-jkcr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-arm64@8.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/145438?format=api", "purl": "pkg:nuget/Microsoft.NetCore.App.Runtime.linux-musl-x64@8.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-43h5-59r3-4bhz" }, { "vulnerability": "VCID-k3fx-jcj4-jfc6" }, { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-rffe-gbvm-nfdw" }, { "vulnerability": "VCID-u6eh-1bec-n7c2" }, { "vulnerability": "VCID-urqu-mdw7-ykd1" }, { "vulnerability": "VCID-vq9k-uhbs-wyem" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.linux-musl-x64@8.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/62848?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-x64@8.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-37fx-3tfg-8yev" }, { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-musl-x64@8.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/145441?format=api", "purl": "pkg:nuget/Microsoft.NetCore.App.Runtime.linux-x64@8.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-43h5-59r3-4bhz" }, { "vulnerability": "VCID-k3fx-jcj4-jfc6" }, { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-rffe-gbvm-nfdw" }, { "vulnerability": "VCID-u6eh-1bec-n7c2" }, { "vulnerability": "VCID-urqu-mdw7-ykd1" }, { "vulnerability": "VCID-vq9k-uhbs-wyem" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.linux-x64@8.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/145134?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.linux-x64@8.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-37fx-3tfg-8yev" }, { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.linux-x64@8.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/145405?format=api", "purl": "pkg:nuget/Microsoft.NetCore.App.Runtime.osx-arm64@8.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-43h5-59r3-4bhz" }, { "vulnerability": "VCID-k3fx-jcj4-jfc6" }, { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-rffe-gbvm-nfdw" }, { "vulnerability": "VCID-u6eh-1bec-n7c2" }, { "vulnerability": "VCID-urqu-mdw7-ykd1" }, { "vulnerability": "VCID-vq9k-uhbs-wyem" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.osx-arm64@8.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/62813?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64@8.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-37fx-3tfg-8yev" }, { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64@8.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/671119?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64@8.0.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-37fx-3tfg-8yev" }, { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64@8.0.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/145133?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64@8.0.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-37fx-3tfg-8yev" }, { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64@8.0.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/55767?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64@8.0.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64@8.0.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/683932?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64@8.0.4", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64@8.0.4" }, { "url": "http://public2.vulnerablecode.io/api/packages/59900?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64@8.0.5", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-r86f-g4es-jkcr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64@8.0.5" }, { "url": "http://public2.vulnerablecode.io/api/packages/701709?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64@8.0.6", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-r86f-g4es-jkcr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64@8.0.6" }, { "url": "http://public2.vulnerablecode.io/api/packages/569697?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64@8.0.7", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-r86f-g4es-jkcr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.osx-arm64@8.0.7" }, { "url": "http://public2.vulnerablecode.io/api/packages/145426?format=api", "purl": "pkg:nuget/Microsoft.NetCore.App.Runtime.osx-x64@8.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-43h5-59r3-4bhz" }, { "vulnerability": "VCID-k3fx-jcj4-jfc6" }, { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-rffe-gbvm-nfdw" }, { "vulnerability": "VCID-u6eh-1bec-n7c2" }, { "vulnerability": "VCID-urqu-mdw7-ykd1" }, { "vulnerability": "VCID-vq9k-uhbs-wyem" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.osx-x64@8.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/145129?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.osx-x64@8.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-37fx-3tfg-8yev" }, { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.osx-x64@8.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/145387?format=api", "purl": "pkg:nuget/Microsoft.NetCore.App.Runtime.win-arm@8.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-43h5-59r3-4bhz" }, { "vulnerability": "VCID-k3fx-jcj4-jfc6" }, { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-rffe-gbvm-nfdw" }, { "vulnerability": "VCID-u6eh-1bec-n7c2" }, { "vulnerability": "VCID-urqu-mdw7-ykd1" }, { "vulnerability": "VCID-vq9k-uhbs-wyem" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.win-arm@8.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/62814?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.win-arm@8.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-37fx-3tfg-8yev" }, { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.win-arm@8.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/145435?format=api", "purl": "pkg:nuget/Microsoft.NetCore.App.Runtime.win-arm64@8.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-43h5-59r3-4bhz" }, { "vulnerability": "VCID-k3fx-jcj4-jfc6" }, { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-rffe-gbvm-nfdw" }, { "vulnerability": "VCID-u6eh-1bec-n7c2" }, { "vulnerability": "VCID-urqu-mdw7-ykd1" }, { "vulnerability": "VCID-vq9k-uhbs-wyem" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.win-arm64@8.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/62812?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.win-arm64@8.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-37fx-3tfg-8yev" }, { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.win-arm64@8.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/145399?format=api", "purl": "pkg:nuget/Microsoft.NetCore.App.Runtime.win-x64@8.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-43h5-59r3-4bhz" }, { "vulnerability": "VCID-k3fx-jcj4-jfc6" }, { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-rffe-gbvm-nfdw" }, { "vulnerability": "VCID-u6eh-1bec-n7c2" }, { "vulnerability": "VCID-urqu-mdw7-ykd1" }, { "vulnerability": "VCID-vq9k-uhbs-wyem" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.win-x64@8.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/145138?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.win-x64@8.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-37fx-3tfg-8yev" }, { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.win-x64@8.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/145450?format=api", "purl": "pkg:nuget/Microsoft.NetCore.App.Runtime.win-x86@8.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-43h5-59r3-4bhz" }, { "vulnerability": "VCID-k3fx-jcj4-jfc6" }, { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-rffe-gbvm-nfdw" }, { "vulnerability": "VCID-u6eh-1bec-n7c2" }, { "vulnerability": "VCID-urqu-mdw7-ykd1" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NetCore.App.Runtime.win-x86@8.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/145112?format=api", "purl": "pkg:nuget/Microsoft.NETCore.App.Runtime.win-x86@8.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-37fx-3tfg-8yev" }, { "vulnerability": "VCID-43h5-59r3-4bhz" }, { "vulnerability": "VCID-r86f-g4es-jkcr" }, { "vulnerability": "VCID-ydm3-mrnn-dygy" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Microsoft.NETCore.App.Runtime.win-x86@8.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/92685?format=api", "purl": "pkg:rpm/redhat/dotnet8.0@8.0.108-1?arch=el9_4", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-r86f-g4es-jkcr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/dotnet8.0@8.0.108-1%3Farch=el9_4" }, { "url": "http://public2.vulnerablecode.io/api/packages/92686?format=api", "purl": "pkg:rpm/redhat/dotnet8.0@8.0.108-1?arch=el8_10", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-r86f-g4es-jkcr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/dotnet8.0@8.0.108-1%3Farch=el8_10" } ], "references": [ { "reference_url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-38167.json", "reference_id": "", "reference_type": "", "scores": [ { "value": "6.5", "scoring_system": "cvssv3", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], "url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-38167.json" }, { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2024-38167", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.01803", "scoring_system": "epss", "scoring_elements": "0.82759", "published_at": "2026-04-02T12:55:00Z" }, { "value": "0.01987", "scoring_system": "epss", "scoring_elements": "0.83742", "published_at": "2026-05-12T12:55:00Z" }, { "value": "0.01987", "scoring_system": "epss", "scoring_elements": "0.83727", "published_at": "2026-05-11T12:55:00Z" }, { "value": "0.01987", "scoring_system": "epss", "scoring_elements": "0.83726", "published_at": "2026-05-09T12:55:00Z" }, { "value": "0.01987", "scoring_system": "epss", "scoring_elements": "0.83709", "published_at": "2026-05-07T12:55:00Z" }, { "value": "0.01987", "scoring_system": "epss", "scoring_elements": "0.83601", "published_at": "2026-04-12T12:55:00Z" }, { "value": "0.01987", "scoring_system": "epss", "scoring_elements": "0.83777", "published_at": "2026-05-14T12:55:00Z" }, { "value": "0.01987", "scoring_system": "epss", "scoring_elements": "0.83631", "published_at": "2026-04-16T12:55:00Z" }, { "value": "0.01987", "scoring_system": "epss", "scoring_elements": "0.83558", "published_at": "2026-04-04T12:55:00Z" }, { "value": "0.01987", "scoring_system": "epss", "scoring_elements": "0.83559", "published_at": "2026-04-07T12:55:00Z" }, { "value": "0.01987", "scoring_system": "epss", "scoring_elements": "0.83584", "published_at": "2026-04-08T12:55:00Z" }, { "value": "0.01987", "scoring_system": "epss", "scoring_elements": "0.83592", "published_at": "2026-04-09T12:55:00Z" }, { "value": "0.01987", "scoring_system": "epss", "scoring_elements": "0.83608", "published_at": "2026-04-11T12:55:00Z" }, { "value": "0.01987", "scoring_system": "epss", "scoring_elements": "0.83597", "published_at": "2026-04-13T12:55:00Z" }, { "value": "0.01987", "scoring_system": "epss", "scoring_elements": "0.83689", "published_at": "2026-05-05T12:55:00Z" }, { "value": "0.01987", "scoring_system": "epss", "scoring_elements": "0.83667", "published_at": "2026-04-29T12:55:00Z" }, { "value": "0.01987", "scoring_system": "epss", "scoring_elements": "0.83664", "published_at": "2026-04-26T12:55:00Z" }, { "value": "0.01987", "scoring_system": "epss", "scoring_elements": "0.83657", "published_at": "2026-04-24T12:55:00Z" }, { "value": "0.01987", "scoring_system": "epss", "scoring_elements": "0.83632", "published_at": "2026-04-21T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2024-38167" }, { "reference_url": "https://github.com/dotnet/runtime", "reference_id": "", "reference_type": "", "scores": [ { "value": "6.5", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" }, { "value": "6.9", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N" }, { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/dotnet/runtime" }, { "reference_url": "https://github.com/dotnet/runtime/issues/106359", "reference_id": "", "reference_type": "", "scores": [ { "value": "6.5", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" }, { "value": "6.9", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N" }, { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/dotnet/runtime/issues/106359" }, { "reference_url": "https://github.com/dotnet/runtime/security/advisories/GHSA-3r34-r6w3-fqp6", "reference_id": "", "reference_type": "", "scores": [ { "value": "6.5", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" }, { "value": "MODERATE", "scoring_system": "cvssv3.1_qr", "scoring_elements": "" }, { "value": "6.9", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N" }, { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/dotnet/runtime/security/advisories/GHSA-3r34-r6w3-fqp6" }, { "reference_url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-38167", "reference_id": "", "reference_type": "", "scores": [ { "value": "6.5", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" }, { "value": "6.5", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N/E:U/RL:O/RC:C" }, { "value": "6.9", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N" }, { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-08-14T14:59:50Z/" } ], "url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-38167" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-38167", "reference_id": "", "reference_type": "", "scores": [ { "value": "6.5", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" }, { "value": "6.9", "scoring_system": "cvssv4", "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N" }, { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-38167" }, { "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302428", "reference_id": "2302428", "reference_type": "", "scores": [], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302428" }, { "reference_url": "https://github.com/advisories/GHSA-3r34-r6w3-fqp6", "reference_id": "GHSA-3r34-r6w3-fqp6", "reference_type": "", "scores": [ { "value": "MODERATE", "scoring_system": "cvssv3.1_qr", "scoring_elements": "" } ], "url": "https://github.com/advisories/GHSA-3r34-r6w3-fqp6" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2024:5334", "reference_id": "RHSA-2024:5334", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2024:5334" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2024:5337", "reference_id": "RHSA-2024:5337", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2024:5337" }, { "reference_url": "https://usn.ubuntu.com/6959-1/", "reference_id": "USN-6959-1", "reference_type": "", "scores": [], "url": "https://usn.ubuntu.com/6959-1/" } ], "weaknesses": [ { "cwe_id": 319, "name": "Cleartext Transmission of Sensitive Information", "description": "The product transmits sensitive or security-critical data in cleartext in a communication channel that can be sniffed by unauthorized actors." }, { "cwe_id": 200, "name": "Exposure of Sensitive Information to an Unauthorized Actor", "description": "The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information." }, { "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": "4.0 - 6.9", "exploitability": "0.5", "weighted_severity": "6.2", "risk_score": 3.1, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-r86f-g4es-jkcr" }