8.1
CVE-2024-38229
- EPSS 0.73%
- Published 08.10.2024 18:15:08
- Last modified 06.05.2025 15:16:00
- Source secure@microsoft.com
- Teams watchlist Login
- Open Login
.NET and Visual Studio Remote Code Execution Vulnerability
Data is provided by the National Vulnerability Database (NVD)
Microsoft ≫ Visual Studio 2022 Version >= 17.6.0 < 17.6.20
Microsoft ≫ Visual Studio 2022 Version >= 17.8.0 < 17.8.15
Microsoft ≫ Visual Studio 2022 Version >= 17.10.0 < 17.10.8
Microsoft ≫ Visual Studio 2022 Version >= 17.11.0 < 17.11.5
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.73% | 0.719 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
secure@microsoft.com | 8.1 | 2.2 | 5.9 |
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
|
CWE-416 Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.