Microsoft Security Advisory CVE-2024-30045 | .NET Remote code Execution Vulnerability
# Microsoft Security Advisory CVE-2024-30045 | .NET Remote code Execution Vulnerability
Microsoft is releasing this security advisory to provide information about a vulnerability in .NET. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.
A Remote Code Execution vulnerability exists in .NET 7.0 and .NET 8.0 where a stack buffer overrun occurs in .NET Double Parse routine.
Discussion for this issue can be found at https://github.com/dotnet/runtime/issues/102206
Microsoft has not identified any mitigating factors for this vulnerability.
The vulnerability affects any Microsoft .NET Core project if it uses any of affected packages versions listed below
Package name | Affected version | Patched version
------------ | ---------------- | -------------------------
[Microsoft.NetCore.App.Runtime.linux-arm](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.linux-arm) | <= 7.0.18 | 7.0.19
[Microsoft.NetCore.App.Runtime.linux-arm64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.linux-arm64) | <= 7.0.18 | 7.0.19
[Microsoft.NetCore.App.Runtime.linux-musl-arm](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.linux-musl-arm) | <= 7.0.18 | 7.0.19
[Microsoft.NetCore.App.Runtime.linux-musl-arm64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.linux-musl-arm64) | <= 7.0.18 | 7.0.19
[Microsoft.NetCore.App.Runtime.linux-musl-x64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.linux-musl-x64) | <= 7.0.18 | 7.0.19
[Microsoft.NetCore.App.Runtime.linux-x64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.linux-x64) | <= 7.0.18 | 7.0.19
[Microsoft.NetCore.App.Runtime.osx-arm64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.osx-arm64) | <= 7.0.18 | 7.0.19
[Microsoft.NetCore.App.Runtime.osx-x64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.osx-x64) | <= 7.0.18 | 7.0.19
[Microsoft.NetCore.App.Runtime.win-arm](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.win-arm) | <= 7.0.18 | 7.0.19
[Microsoft.NetCore.App.Runtime.win-arm64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.win-arm64) | <= 7.0.18 | 7.0.19
[Microsoft.NetCore.App.Runtime.win-x64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.win-x64) | <= 7.0.18 | 7.0.19
[Microsoft.NetCore.App.Runtime.win-x86](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.win-x86) | <= 7.0.18 | 7.0.19
Package name | Affected version | Patched version
------------ | ---------------- | -------------------------
[Microsoft.NetCore.App.Runtime.linux-arm](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.linux-arm) | <= 8.0.4 | 8.0.5
[Microsoft.NetCore.App.Runtime.linux-arm64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.linux-arm64) | <= 8.0.4 | 8.0.5
[Microsoft.NetCore.App.Runtime.linux-musl-arm](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.linux-musl-arm) | <= 8.0.4 | 8.0.5
[Microsoft.NetCore.App.Runtime.linux-musl-arm64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.linux-musl-arm64) | <= 8.0.4 | 8.0.5
[Microsoft.NetCore.App.Runtime.linux-musl-x64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.linux-musl-x64) | <= 8.0.4 | 8.0.5
[Microsoft.NetCore.App.Runtime.linux-x64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.linux-x64) | <= 8.0.4 | 8.0.5
[Microsoft.NetCore.App.Runtime.osx-arm64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.osx-arm64) | <= 8.0.4 | 8.0.5
[Microsoft.NetCore.App.Runtime.osx-x64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.osx-x64) | <= 8.0.4 | 8.0.5
[Microsoft.NetCore.App.Runtime.win-arm](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.win-arm) | <= 8.0.4 | 8.0.5
[Microsoft.NetCore.App.Runtime.win-arm64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.win-arm64) | <= 8.0.4 | 8.0.5
[Microsoft.NetCore.App.Runtime.win-x64](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.win-x64) | <= 8.0.4 | 8.0.5
[Microsoft.NetCore.App.Runtime.win-x86](https://www.nuget.org/packages/Microsoft.NetCore.App.Runtime.win-x8
This issue can be reached over the network, attack complexity is low, an attacker needs no privileges on the target. A user must be tricked into taking some action. The scope is unchanged, so the impact stays within the vulnerable component. Rated impact: confidentiality low, integrity low, availability low.
The score comes from this vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L
CVE-2024-30045 is classified as CWE-122: Heap-based Buffer Overflow. A write past the end of a heap allocation corrupts allocator metadata or neighbouring objects.
CVE-2024-30045 is recorded against 17 packages.
Published on 14 May 2024 and last revised on 17 June 2026. No public exploit is currently recorded for this entry. Record sourced from NVD.
msrc.microsoft.com
msrc.microsoft.com
security.netapp.com
.net has other advisories on record. If you are patching this one, these are worth checking on the same host:
These advisories are the same class of weakness (CWE-122: Heap-based Buffer Overflow) in other software:
Each distribution ships its own build and its own fixed version. Pick the one you run:
Details
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L
Affected Packages
| Software | From version | Fixed in |
|---|---|---|
| .net | 8.0.0 | 8.0.5 |
| dotnet | — | — |
| dotnet-sdk | — | — |
| microsoft.netcore.app.runtime.linux-arm | 8.0.0 | 8.0.5 |
| microsoft.netcore.app.runtime.linux-arm64 | 8.0.0 | 8.0.5 |
| microsoft.netcore.app.runtime.linux-musl-arm | 8.0.0 | 8.0.5 |
| microsoft.netcore.app.runtime.linux-musl-arm64 | 7.0.0 | 7.0.19 |
| microsoft.netcore.app.runtime.linux-musl-x64 | 8.0.0 | 8.0.5 |
| microsoft.netcore.app.runtime.linux-x64 | 8.0.0 | 8.0.5 |
| microsoft.netcore.app.runtime.osx-arm64 | 8.0.0 | 8.0.5 |
| microsoft.netcore.app.runtime.osx-x64 | 8.0.0 | 8.0.5 |
| microsoft.netcore.app.runtime.win-arm | 8.0.0 | 8.0.5 |
| microsoft.netcore.app.runtime.win-arm64 | 8.0.0 | 8.0.5 |
| microsoft.netcore.app.runtime.win-x64 | 8.0.0 | 8.0.5 |
| microsoft.netcore.app.runtime.win-x86 | 8.0.0 | 8.0.5 |
| powershell | — | — |
| visual-studio-2022 | 17.9.0 | 17.9.7 |
References
Similar Threats
Vulnerability Monitoring
CVE-2024-30045 is rated CVSS 6.3 Medium. BotEraser monitors your WordPress installation and notifies you when software you use appears in our vulnerability database.
Set Up Free Alerts →No credit card required · Results in minutes
ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.
Stay up to date with the latest from Boteraser.
We use cookies to improve your experience on our site. By using our site, you consent to cookies.
Manage your cookie preferences below:
Essential cookies enable basic functions and are necessary for the proper function of the website.
CloudFlare provides web performance and security solutions, enhancing site speed and protecting against threats.
Service URL: developers.cloudflare.com (opens in a new window)
These cookies are needed for adding comments on this website.
These cookies are used for managing login functionality on this website.
Statistics cookies collect information anonymously. This information helps us understand how visitors use our website.
Google Analytics is a powerful tool that tracks and analyzes website traffic for informed marketing decisions.
Service URL: policies.google.com (opens in a new window)
You can find more information in our Cookie Policy and Privacy Policy.