CVE-2026-62871
Analyzed
Analyzed - Analysis Complete
Out-of-bounds Write in .NET Framework
Vulnerability report for CVE-2026-62871, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-08-11
Last updated on: 2026-08-13
Assigner: Microsoft Corporation
Description
Description
Out-of-bounds write in .NET allows an unauthorized attacker to execute code locally.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| microsoft | .net | From 8.0.0 (inc) to 8.0.30 (exc) |
| microsoft | .net | From 9.0.0 (inc) to 9.0.19 (exc) |
| microsoft | .net | From 10.0.0 (inc) to 10.0.11 (exc) |
| microsoft | visual_studio_2022 | From 17.14.0 (inc) to 17.14.38 (exc) |
| microsoft | visual_studio_2026 | From 18.8.0 (inc) to 18.8.3 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-122 | A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc(). |
| CWE-787 | The product writes data past the end, or before the beginning, of the intended buffer. |