VYPR
Critical severityNVD Advisory· Published Nov 12, 2024· Updated Jul 8, 2025

.NET and Visual Studio Remote Code Execution Vulnerability

CVE-2024-43498

Description

.NET and Visual Studio Remote Code Execution Vulnerability

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

.NET 9.0 remote code execution vulnerability in the NrbfDecoder component allows unauthenticated attackers to execute arbitrary code via specially crafted requests.

Vulnerability

Overview CVE-2024-43498 is a remote code execution vulnerability in .NET 9.0, specifically affecting the System.Formats.Nrbf component, including versions prior to 9.0.0. The flaw resides in the NrbfDecoder, which is used for deserializing data in the NRBF format. By default, .NET console and web applications do not reference this component, limiting the attack surface to applications that explicitly use it [1].

Exploitation

Method An unauthenticated remote attacker can exploit this vulnerability by sending specially crafted requests to a .NET web application that uses the vulnerable component, or by loading a specially crafted file into a vulnerable application. No authentication is required to trigger the vulnerability, making it accessible from the network [1].

Impact

Successful exploitation allows the attacker to execute arbitrary code on the target system with the same privileges as the application process. This could lead to full compromise of the affected system, including data theft, installation of malware, or further lateral movement within the network [1].

Mitigation

Status Microsoft has released a patch in .NET 9.0.0 to address the vulnerability. Developers are advised to update their .NET SDK and runtime to version 9.0.0 or later, and to update the System.Formats.Nrbf package to version 9.0.0 if referenced in their projects. The advisory notes that upgrading to 9.0 GA alone may not be sufficient if the vulnerable package is still referenced [1].

AI Insight generated on May 20, 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.

PackageAffected versionsPatched versions
System.Formats.NrbfNuGet
< 9.0.09.0.0

Affected products

49

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

4

News mentions

0

No linked articles in our index yet.