Description
Unchecked input for loop condition in .NET allows an unauthorized attacker to deny service over a network.
Published: 2026-08-11
Score: 7.5 High
EPSS: 1.1% Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an unchecked input used for a loop condition in the .NET runtime and development environment. Because the loop control value is not validated, an attacker can supply crafted data that causes the loop to run indefinitely, exhausting system resources and resulting in a denial of service for the application or service that receives the malicious input. The weakness maps to CWE‑606 (Unchecked Input for Loop Condition).

Affected Systems

Affected are Microsoft products: .NET 10.0, .NET 9.0, .NET 8.0 and Microsoft Visual Studio 2022 version 17.14 as well as Visual Studio 2026 version 18.8. The problem exists in the core framework runtime and associated tooling that process external input used to control loop iterations.

Risk and Exploitability

The CVSS v3.1 score is 7.5, indicating high severity. The EPSS score of 1% suggests that exploitation is uncommon but possible; the vulnerability is not listed in CISA's KEV catalog. The likely attack vector is a remote network-based attacker sending malicious input to a component that uses loop conditions without validation, which can trigger the denial of service. Because the flaw requires only input manipulation, no additional privileges are needed on the target system.

Generated by OpenCVE AI on August 13, 2026 at 01:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install the security update for CVE‑2026‑62901 released by Microsoft as documented in the Microsoft Update Guide for the affected .NET and Visual Studio versions.
  • If an update is unavailable for a given release, upgrade to a newer, supported version of .NET or Visual Studio that contains the fix.
  • As a temporary mitigation, restrict inbound network traffic to services that may receive user-supplied data used in loop conditions, for example by applying firewall rules or limiting the exposure of the vulnerable component.

Generated by OpenCVE AI on August 13, 2026 at 01:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-m93f-wj8c-rp8p Microsoft Security Advisory CVE-2026-62901 – .NET Denial of Service Vulnerability
History

Mon, 17 Aug 2026 11:30: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

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

Type Values Removed Values Added
First Time appeared Apple
Apple macos
Linux
Linux linux Kernel
Microsoft windows
CPEs cpe:2.3:o:apple:macos:-:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:-:*:*:*:*:*:*:*
cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*
Vendors & Products Apple
Apple macos
Linux
Linux linux Kernel
Microsoft windows

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

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


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

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Important


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

Type Values Removed Values Added
Description Unchecked input for loop condition in .NET allows an unauthorized attacker to deny service over a network.
Title .NET Denial of Service Vulnerability
First Time appeared Microsoft
Microsoft .net
Microsoft visual Studio 2022
Microsoft visual Studio 2026
Weaknesses CWE-606
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.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:U/RL:O/RC:C'}


Subscriptions

Apple Macos
Linux Linux Kernel
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:05:26.222Z

Reserved: 2026-07-14T21:25:21.035Z

Link: CVE-2026-62901

cve-icon Vulnrichment

Updated: 2026-08-12T15:28:19.487Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-14T13:53:54.840

Link: CVE-2026-62901

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-11T00:00:00Z

Links: CVE-2026-62901 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T11:15:03Z

Weaknesses
  • CWE-606

    Unchecked Input for Loop Condition