Description
Integer overflow or wraparound in .NET allows an unauthorized attacker to elevate privileges locally.
Published: 2026-08-11
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An integer overflow or wraparound flaw in the .NET framework enables a local, unauthorized attacker to elevate privileges on the affected system. Because the vulnerability involves arithmetic processing that can be manipulated without proper bounds checking, an attacker can craft data that causes the runtime to grant higher privileges than the original user context. The flaw is classified as CWE-122 and CWE-190, indicating that unchecked memory or arithmetic operations can lead to privilege escalation rather than direct denial-of-service.

Affected Systems

Microsoft’s .NET 10.0, .NET 8.0, and .NET 9.0 are affected, as well as Microsoft Visual Studio 2022 version 17.14 and Microsoft Visual Studio 2026 version 18.8. The vulnerability is present in the core runtime components used by applications compiled against these versions.

Risk and Exploitability

The CVSS score of 7.8 places the vulnerability in the high‑severity range, while the EPSS score is not available, meaning there is no current evidence of widespread exploitation. The vulnerability is not listed in the CISA KEV catalog. The attack vector is clearly local; an attacker with access to the host system can trigger the overflow by supplying crafted input to the .NET runtime or applications built on it. Given the high severity and local nature, administrators should assume that an elevated user could compromise the entire system if the flaw is exploited.

Generated by OpenCVE AI on August 12, 2026 at 14:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install the most recent security update for .NET 10.0, .NET 8.0 and .NET 9.0 provided by Microsoft
  • Upgrade to Visual Studio 2022 version 17.14 or later and Visual Studio 2026 version 18.8 or later to include the fix
  • Apply the Microsoft security update that addresses CVE-2026-62886 and verify that the vulnerable runtime components have been replaced

Generated by OpenCVE AI on August 12, 2026 at 14:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-jqhp-238x-qhgf Microsoft Security Advisory CVE-2026-62886 – .NET Elevation of Privilege Vulnerability
History

Fri, 14 Aug 2026 14:15:00 +0000

Type Values Removed Values Added
First Time appeared Microsoft windows
CPEs cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*
Vendors & Products Microsoft windows

Fri, 14 Aug 2026 13:00:00 +0000

Type Values Removed Values Added
First Time appeared Microsoft microsoft Visual Studio 2022
Microsoft microsoft Visual Studio 2026
Vendors & Products Microsoft microsoft Visual Studio 2022
Microsoft microsoft Visual Studio 2026

Wed, 12 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
Description Integer overflow or wraparound in .NET allows an unauthorized attacker to elevate privileges locally.
Title .NET Elevation of Privilege Vulnerability
First Time appeared Microsoft
Microsoft .net
Microsoft visual Studio 2022
Microsoft visual Studio 2026
Weaknesses CWE-122
CWE-190
CPEs cpe:2.3:a:microsoft:.net:*:*:*:*:*:*:*:*
cpe:2.3:a:microsoft:visual_studio_2022:*:*:*:*:*:*:*:*
cpe:2.3:a:microsoft:visual_studio_2026:*:*:*:*:*:*:*:*
Vendors & Products Microsoft
Microsoft .net
Microsoft visual Studio 2022
Microsoft visual Studio 2026
References
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C'}


Subscriptions

Microsoft .net Microsoft Visual Studio 2022 Microsoft Visual Studio 2026 Visual Studio 2022 Visual Studio 2026 Windows
cve-icon MITRE

Status: PUBLISHED

Assigner: microsoft

Published:

Updated: 2026-08-31T20:07:11.726Z

Reserved: 2026-07-14T21:13:55.100Z

Link: CVE-2026-62886

cve-icon Vulnrichment

Updated: 2026-08-12T13:46:17.597Z

cve-icon NVD

Status : Analyzed

Published: 2026-08-11T17:18:39.717

Modified: 2026-08-14T14:01:47.990

Link: CVE-2026-62886

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T12:31:28Z

Weaknesses
  • CWE-122

    Heap-based Buffer Overflow

  • CWE-190

    Integer Overflow or Wraparound