.NET and Visual Studio Remote Code Execution Vulnerability
Description
.NET and Visual Studio Remote Code Execution Vulnerability
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
A stack buffer overrun in .NET's Double.Parse routine allows remote code execution in affected .NET versions before the March 2022 patches.
Vulnerability
A remote code execution vulnerability exists in the .NET Double.Parse routine, where a stack buffer overrun occurs when processing specially crafted input [1][3]. The flaw affects .NET 6.0 versions 6.0.2 and lower, .NET 5.0 versions 5.0.14 and lower, and .NET Core 3.1 versions 3.1.22 and lower [1]. Applications using these .NET runtimes that parse double-precision floating-point numbers from untrusted sources are exposed.
Exploitation
An attacker must supply a malicious double-precision string to an application that uses the Double.Parse routine [1]. No authentication or user interaction beyond parsing the crafted input is required. The stack buffer overrun occurs during parsing, corrupting adjacent memory and potentially hijacking execution flow.
Impact
Successful exploitation allows an attacker to achieve remote code execution with the privilege level of the .NET process [1][3]. This can lead to full compromise of the affected application and the underlying system, including data disclosure, modification, or denial of service.
Mitigation
Microsoft released fixed versions on March 8, 2022: .NET Runtime 6.0.3 / SDK 6.0.103 or 6.0.201; .NET Runtime 5.0.15 / SDK 5.0.406 or 5.0.212; and .NET Core Runtime 3.1.23 / SDK 3.1.417 [3]. Updates are available via the .NET download page, Microsoft Update, or Visual Studio prompts. Fedora also published a fix for .NET Core 3.1 on Fedora 34 and 35 [4]. No workarounds exist; applying the patch is the only mitigation.
AI Insight generated on May 21, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
Microsoft.NETCore.App.Runtime.linux-armNuGet | >= 3.0.0, < 3.1.23 | 3.1.23 |
Microsoft.NETCore.App.Runtime.linux-arm64NuGet | >= 3.0.0, < 3.1.23 | 3.1.23 |
Microsoft.NETCore.App.Runtime.linux-musl-arm64NuGet | >= 3.0.0, < 3.1.23 | 3.1.23 |
Microsoft.NETCore.App.Runtime.linux-musl-x64NuGet | >= 3.0.0, < 3.1.23 | 3.1.23 |
Microsoft.NETCore.App.Runtime.linux-x64NuGet | >= 3.0.0, < 3.1.23 | 3.1.23 |
Microsoft.NETCore.App.Runtime.osx-x64NuGet | >= 3.0.0, < 3.1.23 | 3.1.23 |
Microsoft.NETCore.App.Runtime.win-armNuGet | >= 3.0.0, < 3.1.23 | 3.1.23 |
Microsoft.NETCore.App.Runtime.win-arm64NuGet | >= 3.0.0, < 3.1.23 | 3.1.23 |
Microsoft.NETCore.App.Runtime.win-x64NuGet | >= 3.0.0, < 3.1.23 | 3.1.23 |
Microsoft.NETCore.App.Runtime.win-x86NuGet | >= 3.0.0, < 3.1.23 | 3.1.23 |
Microsoft.NETCore.App.Runtime.linux-armNuGet | >= 5.0.0, < 5.0.15 | 5.0.15 |
Microsoft.NETCore.App.Runtime.linux-arm64NuGet | >= 5.0.0, < 5.0.15 | 5.0.15 |
Microsoft.NETCore.App.Runtime.linux-musl-armNuGet | >= 5.0.0, < 5.0.15 | 5.0.15 |
Microsoft.NETCore.App.Runtime.linux-musl-arm64NuGet | >= 5.0.0, < 5.0.15 | 5.0.15 |
Microsoft.NETCore.App.Runtime.linux-musl-x64NuGet | >= 5.0.0, < 5.0.15 | 5.0.15 |
Microsoft.NETCore.App.Runtime.linux-x64NuGet | >= 5.0.0, < 5.0.15 | 5.0.15 |
Microsoft.NETCore.App.Runtime.Mono.linux-armNuGet | >= 5.0.0, < 5.0.15 | 5.0.15 |
Microsoft.NETCore.App.Runtime.Mono.linux-arm64NuGet | >= 5.0.0, < 5.0.15 | 5.0.15 |
Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64NuGet | >= 5.0.0, < 5.0.15 | 5.0.15 |
Microsoft.NETCore.App.Runtime.Mono.linux-x64NuGet | >= 5.0.0, < 5.0.15 | 5.0.15 |
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-arm64NuGet | >= 5.0.0, < 5.0.15 | 5.0.15 |
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-x64NuGet | >= 5.0.0, < 5.0.15 | 5.0.15 |
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.osx-x64NuGet | >= 5.0.0, < 5.0.15 | 5.0.15 |
Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-arm64NuGet | >= 5.0.0, < 5.0.15 | 5.0.15 |
Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-x64NuGet | >= 5.0.0, < 5.0.15 | 5.0.15 |
Microsoft.NETCore.App.Runtime.Mono.LLVM.osx-x64NuGet | >= 5.0.0, < 5.0.15 | 5.0.15 |
Microsoft.NETCore.App.Runtime.Mono.osx-x64NuGet | >= 5.0.0, < 5.0.15 | 5.0.15 |
Microsoft.NETCore.App.Runtime.osx-x64NuGet | >= 5.0.0, < 5.0.15 | 5.0.15 |
Microsoft.NETCore.App.Runtime.win-armNuGet | >= 5.0.0, < 5.0.15 | 5.0.15 |
Microsoft.NETCore.App.Runtime.win-arm64NuGet | >= 5.0.0, < 5.0.15 | 5.0.15 |
Microsoft.NETCore.App.Runtime.win-x64NuGet | >= 5.0.0, < 5.0.15 | 5.0.15 |
Microsoft.NETCore.App.Runtime.win-x86NuGet | >= 5.0.0, < 5.0.15 | 5.0.15 |
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-armNuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x86NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.browser-wasmNuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-armNuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasmNuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-armNuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x86NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-armNuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm.Msi.x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64.Msi.x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64.Msi.x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86.Msi.x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasmNuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm.Msi.x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.linux-armNuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.linux-arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.linux-musl-armNuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.linux-musl-arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.linux-musl-x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.linux-x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.android-armNuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.android-arm.Msi.arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.android-arm.Msi.x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.android-arm.Msi.x86NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.android-arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.android-arm64.Msi.arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.android-arm64.Msi.x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.android-arm64.Msi.x86NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.android-x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.android-x64.Msi.arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.android-x64.Msi.x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.android-x64.Msi.x86NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.android-x86NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.android-x86.Msi.arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.android-x86.Msi.x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.android-x86.Msi.x86NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.browser-wasmNuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.browser-wasm.Msi.arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.browser-wasm.Msi.x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.browser-wasm.Msi.x86NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.ios-armNuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.ios-arm.Msi.arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.ios-arm.Msi.x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.ios-arm.Msi.x86NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.ios-arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.ios-arm64.Msi.arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.ios-arm64.Msi.x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.ios-arm64.Msi.x86NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64.Msi.arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64.Msi.x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64.Msi.x86NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64.Msi.arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64.Msi.x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86.Msi.arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86.Msi.x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86.Msi.x86NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.linux-armNuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.linux-arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.linux-x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.osx-x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.LLVM.linux-x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.LLVM.osx-x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64.Msi.arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64.Msi.x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64.Msi.x86NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64.Msi.arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64.Msi.x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64.Msi.x86NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.osx-arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.osx-x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.tvos-arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.tvos-arm64.Msi.arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.tvos-arm64.Msi.x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.tvos-arm64.Msi.x86NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64.Msi.arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64.Msi.x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64.Msi.x86NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64.Msi.arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64.Msi.x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64.Msi.x86NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.win-x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.Mono.win-x86NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.osx-arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.osx-x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.win-armNuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.win-arm64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.win-x64NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Microsoft.NETCore.App.Runtime.win-x86NuGet | >= 6.0.0, < 6.0.3 | 6.0.3 |
Affected products
157- osv-coords147 versionspkg:bitnami/dotnetpkg:bitnami/dotnet-sdkpkg:bitnami/powershellpkg:nuget/microsoft.netcore.app.runtime.aot.linux-x64.cross.android-armpkg:nuget/microsoft.netcore.app.runtime.aot.linux-x64.cross.android-arm64pkg:nuget/microsoft.netcore.app.runtime.aot.linux-x64.cross.android-x64pkg:nuget/microsoft.netcore.app.runtime.aot.linux-x64.cross.android-x86pkg:nuget/microsoft.netcore.app.runtime.aot.linux-x64.cross.browser-wasmpkg:nuget/microsoft.netcore.app.runtime.aot.osx-x64.cross.android-armpkg:nuget/microsoft.netcore.app.runtime.aot.osx-x64.cross.android-arm64pkg:nuget/microsoft.netcore.app.runtime.aot.osx-x64.cross.android-x64pkg:nuget/microsoft.netcore.app.runtime.aot.osx-x64.cross.android-x86pkg:nuget/microsoft.netcore.app.runtime.aot.osx-x64.cross.browser-wasmpkg:nuget/microsoft.netcore.app.runtime.aot.osx-x64.cross.ios-armpkg:nuget/microsoft.netcore.app.runtime.aot.osx-x64.cross.ios-arm64pkg:nuget/microsoft.netcore.app.runtime.aot.osx-x64.cross.iossimulator-arm64pkg:nuget/microsoft.netcore.app.runtime.aot.osx-x64.cross.iossimulator-x64pkg:nuget/microsoft.netcore.app.runtime.aot.osx-x64.cross.iossimulator-x86pkg:nuget/microsoft.netcore.app.runtime.aot.osx-x64.cross.maccatalyst-arm64pkg:nuget/microsoft.netcore.app.runtime.aot.osx-x64.cross.maccatalyst-x64pkg:nuget/microsoft.netcore.app.runtime.aot.osx-x64.cross.tvos-arm64pkg:nuget/microsoft.netcore.app.runtime.aot.osx-x64.cross.tvossimulator-arm64pkg:nuget/microsoft.netcore.app.runtime.aot.osx-x64.cross.tvossimulator-x64pkg:nuget/microsoft.netcore.app.runtime.aot.win-x64.cross.android-armpkg:nuget/microsoft.netcore.app.runtime.aot.win-x64.cross.android-arm64pkg:nuget/microsoft.netcore.app.runtime.aot.win-x64.cross.android-arm64.msi.x64pkg:nuget/microsoft.netcore.app.runtime.aot.win-x64.cross.android-arm.msi.x64pkg:nuget/microsoft.netcore.app.runtime.aot.win-x64.cross.android-x64pkg:nuget/microsoft.netcore.app.runtime.aot.win-x64.cross.android-x64.msi.x64pkg:nuget/microsoft.netcore.app.runtime.aot.win-x64.cross.android-x86pkg:nuget/microsoft.netcore.app.runtime.aot.win-x64.cross.android-x86.msi.x64pkg:nuget/microsoft.netcore.app.runtime.aot.win-x64.cross.browser-wasmpkg:nuget/microsoft.netcore.app.runtime.aot.win-x64.cross.browser-wasm.msi.x64pkg:nuget/microsoft.netcore.app.runtime.linux-armpkg:nuget/microsoft.netcore.app.runtime.linux-arm64pkg:nuget/microsoft.netcore.app.runtime.linux-musl-armpkg:nuget/microsoft.netcore.app.runtime.linux-musl-arm64pkg:nuget/microsoft.netcore.app.runtime.linux-musl-x64pkg:nuget/microsoft.netcore.app.runtime.linux-x64pkg:nuget/microsoft.netcore.app.runtime.mono.android-armpkg:nuget/microsoft.netcore.app.runtime.mono.android-arm64pkg:nuget/microsoft.netcore.app.runtime.mono.android-arm64.msi.arm64pkg:nuget/microsoft.netcore.app.runtime.mono.android-arm64.msi.x64pkg:nuget/microsoft.netcore.app.runtime.mono.android-arm64.msi.x86pkg:nuget/microsoft.netcore.app.runtime.mono.android-arm.msi.arm64pkg:nuget/microsoft.netcore.app.runtime.mono.android-arm.msi.x64pkg:nuget/microsoft.netcore.app.runtime.mono.android-arm.msi.x86pkg:nuget/microsoft.netcore.app.runtime.mono.android-x64pkg:nuget/microsoft.netcore.app.runtime.mono.android-x64.msi.arm64pkg:nuget/microsoft.netcore.app.runtime.mono.android-x64.msi.x64pkg:nuget/microsoft.netcore.app.runtime.mono.android-x64.msi.x86pkg:nuget/microsoft.netcore.app.runtime.mono.android-x86pkg:nuget/microsoft.netcore.app.runtime.mono.android-x86.msi.arm64pkg:nuget/microsoft.netcore.app.runtime.mono.android-x86.msi.x64pkg:nuget/microsoft.netcore.app.runtime.mono.android-x86.msi.x86pkg:nuget/microsoft.netcore.app.runtime.mono.browser-wasmpkg:nuget/microsoft.netcore.app.runtime.mono.browser-wasm.msi.arm64pkg:nuget/microsoft.netcore.app.runtime.mono.browser-wasm.msi.x64pkg:nuget/microsoft.netcore.app.runtime.mono.browser-wasm.msi.x86pkg:nuget/microsoft.netcore.app.runtime.mono.ios-armpkg:nuget/microsoft.netcore.app.runtime.mono.ios-arm64pkg:nuget/microsoft.netcore.app.runtime.mono.ios-arm64.msi.arm64pkg:nuget/microsoft.netcore.app.runtime.mono.ios-arm64.msi.x64pkg:nuget/microsoft.netcore.app.runtime.mono.ios-arm64.msi.x86pkg:nuget/microsoft.netcore.app.runtime.mono.ios-arm.msi.arm64pkg:nuget/microsoft.netcore.app.runtime.mono.ios-arm.msi.x64pkg:nuget/microsoft.netcore.app.runtime.mono.ios-arm.msi.x86pkg:nuget/microsoft.netcore.app.runtime.mono.iossimulator-arm64pkg:nuget/microsoft.netcore.app.runtime.mono.iossimulator-arm64.msi.arm64pkg:nuget/microsoft.netcore.app.runtime.mono.iossimulator-arm64.msi.x64pkg:nuget/microsoft.netcore.app.runtime.mono.iossimulator-arm64.msi.x86pkg:nuget/microsoft.netcore.app.runtime.mono.iossimulator-x64pkg:nuget/microsoft.netcore.app.runtime.mono.iossimulator-x64.msi.arm64pkg:nuget/microsoft.netcore.app.runtime.mono.iossimulator-x64.msi.x64pkg:nuget/microsoft.netcore.app.runtime.mono.iossimulator-x86pkg:nuget/microsoft.netcore.app.runtime.mono.iossimulator-x86.msi.arm64pkg:nuget/microsoft.netcore.app.runtime.mono.iossimulator-x86.msi.x64pkg:nuget/microsoft.netcore.app.runtime.mono.iossimulator-x86.msi.x86pkg:nuget/microsoft.netcore.app.runtime.mono.linux-armpkg:nuget/microsoft.netcore.app.runtime.mono.linux-arm64pkg:nuget/microsoft.netcore.app.runtime.mono.linux-musl-x64pkg:nuget/microsoft.netcore.app.runtime.mono.linux-x64pkg:nuget/microsoft.netcore.app.runtime.mono.llvm.aot.linux-arm64pkg:nuget/microsoft.netcore.app.runtime.mono.llvm.aot.linux-x64pkg:nuget/microsoft.netcore.app.runtime.mono.llvm.aot.osx-x64pkg:nuget/microsoft.netcore.app.runtime.mono.llvm.linux-arm64pkg:nuget/microsoft.netcore.app.runtime.mono.llvm.linux-x64pkg:nuget/microsoft.netcore.app.runtime.mono.llvm.osx-x64pkg:nuget/microsoft.netcore.app.runtime.mono.maccatalyst-arm64pkg:nuget/microsoft.netcore.app.runtime.mono.maccatalyst-arm64.msi.arm64pkg:nuget/microsoft.netcore.app.runtime.mono.maccatalyst-arm64.msi.x64pkg:nuget/microsoft.netcore.app.runtime.mono.maccatalyst-arm64.msi.x86pkg:nuget/microsoft.netcore.app.runtime.mono.maccatalyst-x64pkg:nuget/microsoft.netcore.app.runtime.mono.maccatalyst-x64.msi.arm64pkg:nuget/microsoft.netcore.app.runtime.mono.maccatalyst-x64.msi.x64pkg:nuget/microsoft.netcore.app.runtime.mono.maccatalyst-x64.msi.x86pkg:nuget/microsoft.netcore.app.runtime.mono.osx-arm64pkg:nuget/microsoft.netcore.app.runtime.mono.osx-x64pkg:nuget/microsoft.netcore.app.runtime.mono.tvos-arm64pkg:nuget/microsoft.netcore.app.runtime.mono.tvos-arm64.msi.arm64pkg:nuget/microsoft.netcore.app.runtime.mono.tvos-arm64.msi.x64pkg:nuget/microsoft.netcore.app.runtime.mono.tvos-arm64.msi.x86pkg:nuget/microsoft.netcore.app.runtime.mono.tvossimulator-arm64pkg:nuget/microsoft.netcore.app.runtime.mono.tvossimulator-arm64.msi.arm64pkg:nuget/microsoft.netcore.app.runtime.mono.tvossimulator-arm64.msi.x64pkg:nuget/microsoft.netcore.app.runtime.mono.tvossimulator-arm64.msi.x86pkg:nuget/microsoft.netcore.app.runtime.mono.tvossimulator-x64pkg:nuget/microsoft.netcore.app.runtime.mono.tvossimulator-x64.msi.arm64pkg:nuget/microsoft.netcore.app.runtime.mono.tvossimulator-x64.msi.x64pkg:nuget/microsoft.netcore.app.runtime.mono.tvossimulator-x64.msi.x86pkg:nuget/microsoft.netcore.app.runtime.mono.win-x64pkg:nuget/microsoft.netcore.app.runtime.mono.win-x86pkg:nuget/microsoft.netcore.app.runtime.osx-arm64pkg:nuget/microsoft.netcore.app.runtime.osx-x64pkg:nuget/microsoft.netcore.app.runtime.win-armpkg:nuget/microsoft.netcore.app.runtime.win-arm64pkg:nuget/microsoft.netcore.app.runtime.win-x64pkg:nuget/microsoft.netcore.app.runtime.win-x86pkg:rpm/almalinux/aspnetcore-runtime-3.1pkg:rpm/almalinux/aspnetcore-runtime-5.0pkg:rpm/almalinux/aspnetcore-runtime-6.0pkg:rpm/almalinux/aspnetcore-targeting-pack-3.1pkg:rpm/almalinux/aspnetcore-targeting-pack-5.0pkg:rpm/almalinux/aspnetcore-targeting-pack-6.0pkg:rpm/almalinux/dotnetpkg:rpm/almalinux/dotnet-apphost-pack-3.1pkg:rpm/almalinux/dotnet-apphost-pack-5.0pkg:rpm/almalinux/dotnet-apphost-pack-6.0pkg:rpm/almalinux/dotnet-hostpkg:rpm/almalinux/dotnet-hostfxr-3.1pkg:rpm/almalinux/dotnet-hostfxr-5.0pkg:rpm/almalinux/dotnet-hostfxr-6.0pkg:rpm/almalinux/dotnet-runtime-3.1pkg:rpm/almalinux/dotnet-runtime-5.0pkg:rpm/almalinux/dotnet-runtime-6.0pkg:rpm/almalinux/dotnet-sdk-3.1pkg:rpm/almalinux/dotnet-sdk-3.1-source-built-artifactspkg:rpm/almalinux/dotnet-sdk-5.0pkg:rpm/almalinux/dotnet-sdk-5.0-source-built-artifactspkg:rpm/almalinux/dotnet-sdk-6.0pkg:rpm/almalinux/dotnet-targeting-pack-3.1pkg:rpm/almalinux/dotnet-targeting-pack-5.0pkg:rpm/almalinux/dotnet-targeting-pack-6.0pkg:rpm/almalinux/dotnet-templates-3.1pkg:rpm/almalinux/dotnet-templates-5.0pkg:rpm/almalinux/dotnet-templates-6.0pkg:rpm/almalinux/netstandard-targeting-pack-2.1
>= 5.0.0, < 5.0.1+ 146 more
- (no CPE)range: >= 5.0.0, < 5.0.1
- (no CPE)range: >= 5.0.0, < 5.0.1
- (no CPE)range: >= 7.0.0, < 7.0.9
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 3.0.0, < 3.1.23
- (no CPE)range: >= 3.0.0, < 3.1.23
- (no CPE)range: >= 5.0.0, < 5.0.15
- (no CPE)range: >= 3.0.0, < 3.1.23
- (no CPE)range: >= 3.0.0, < 3.1.23
- (no CPE)range: >= 3.0.0, < 3.1.23
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 5.0.0, < 5.0.15
- (no CPE)range: >= 5.0.0, < 5.0.15
- (no CPE)range: >= 5.0.0, < 5.0.15
- (no CPE)range: >= 5.0.0, < 5.0.15
- (no CPE)range: >= 5.0.0, < 5.0.15
- (no CPE)range: >= 5.0.0, < 5.0.15
- (no CPE)range: >= 5.0.0, < 5.0.15
- (no CPE)range: >= 5.0.0, < 5.0.15
- (no CPE)range: >= 5.0.0, < 5.0.15
- (no CPE)range: >= 5.0.0, < 5.0.15
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 5.0.0, < 5.0.15
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 6.0.0, < 6.0.3
- (no CPE)range: >= 3.0.0, < 3.1.23
- (no CPE)range: >= 3.0.0, < 3.1.23
- (no CPE)range: >= 3.0.0, < 3.1.23
- (no CPE)range: >= 3.0.0, < 3.1.23
- (no CPE)range: >= 3.0.0, < 3.1.23
- (no CPE)range: < 3.1.23-1.el8_5
- (no CPE)range: < 5.0.15-1.el8_5
- (no CPE)range: < 6.0.3-4.el8_5
- (no CPE)range: < 3.1.23-1.el8_5
- (no CPE)range: < 5.0.15-1.el8_5
- (no CPE)range: < 6.0.3-4.el8_5
- (no CPE)range: < 6.0.103-4.el8_5
- (no CPE)range: < 3.1.23-1.el8_5
- (no CPE)range: < 5.0.15-1.el8_5
- (no CPE)range: < 6.0.3-4.el8_5
- (no CPE)range: < 6.0.3-4.el8_5
- (no CPE)range: < 3.1.23-1.el8_5
- (no CPE)range: < 5.0.15-1.el8_5
- (no CPE)range: < 6.0.3-4.el8_5
- (no CPE)range: < 3.1.23-1.el8_5
- (no CPE)range: < 5.0.15-1.el8_5
- (no CPE)range: < 6.0.3-4.el8_5
- (no CPE)range: < 3.1.417-1.el8_5
- (no CPE)range: < 3.1.417-1.el8_5
- (no CPE)range: < 5.0.212-1.el8_5
- (no CPE)range: < 5.0.212-1.el8_5
- (no CPE)range: < 6.0.103-4.el8_5
- (no CPE)range: < 3.1.23-1.el8_5
- (no CPE)range: < 5.0.15-1.el8_5
- (no CPE)range: < 6.0.3-4.el8_5
- (no CPE)range: < 3.1.417-1.el8_5
- (no CPE)range: < 5.0.212-1.el8_5
- (no CPE)range: < 6.0.103-4.el8_5
- (no CPE)range: < 6.0.103-4.el8_5
- Microsoft/Microsoft Visual Studio 2019 version 16.11 (includes 16.0 - 16.10)v5Range: 16.11.0
- Microsoft/Microsoft Visual Studio 2019 version 16.7 (includes 16.0 – 16.6)v5Range: 16.0.0
- Microsoft/Microsoft Visual Studio 2019 version 16.9 (includes 16.0 - 16.8)v5Range: 15.0.0
- Microsoft/Microsoft Visual Studio 2022 version 17.0v5Range: 17.0.0
- Microsoft/.NET 5.0v5Range: 5.0.0
- Microsoft/.NET 6.0v5Range: 6.0.0
- Microsoft/.NET Core 3.1v5Range: 3.1
- Microsoft/PowerShell 7.0v5Range: 7.0.0
- Microsoft/PowerShell 7.1v5Range: 7.1.0
- Microsoft/PowerShell 7.2v5Range: 7.2.0
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
12- github.com/advisories/GHSA-c6w8-7mp3-34j9ghsaADVISORY
- msrc.microsoft.com/update-guide/vulnerability/CVE-2022-24512ghsavendor-advisoryWEB
- nvd.nist.gov/vuln/detail/CVE-2022-24512ghsaADVISORY
- github.com/dotnet/announcements/issues/213ghsaWEB
- github.com/dotnet/runtime/security/advisories/GHSA-c6w8-7mp3-34j9ghsaWEB
- lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4TOGTZ2ZWDH662ZNFFSZVL3M5AJXV6JFghsaWEB
- lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/CIJGCVKLHVNLFBTEYJGWS43QG5DYJFBLghsaWEB
- lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MQLM7ABVCYJLF6JRPF3M3EBXW63GNC27ghsaWEB
- lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MRGSPXMZY4RM2L35FYHCXBFROLC23B2VghsaWEB
- lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OS2Q4NPRSARP7GHLKFLIYHFOPSYDO6MKghsaWEB
- lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZXEQ3GQVELA2T4HNZG7VPMS2HDVXMJRGghsaWEB
- portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2022-24512ghsaWEB
News mentions
0No linked articles in our index yet.