7.3
CVE-2026-35433
- EPSS 0.11%
- Veröffentlicht 12.05.2026 16:58:34
- Zuletzt bearbeitet 13.05.2026 15:34:52
- Quelle secure@microsoft.com
- CVE-Watchlists
- Unerledigt
.NET Elevation of Privilege Vulnerability
Improper input validation in .NET allows an unauthorized attacker to elevate privileges locally.
Daten sind bereitgestellt durch das CVE Programm von einer CVE Numbering Authority (CNA) (Unstrukturiert).
HerstellerMicrosoft
≫
Produkt
.NET 10.0
Version
10.0.0
Version <
10.0.8
Status
affected
HerstellerMicrosoft
≫
Produkt
.NET 8.0
Version
8.0.0
Version <
8.0.27
Status
affected
HerstellerMicrosoft
≫
Produkt
.NET 9.0
Version
9.0.0
Version <
9.0.16
Status
affected
HerstellerMicrosoft
≫
Produkt
Microsoft .NET Framework 3.5
Version
3.5.0
Version <
4.8.9334.0 and 4.8.4802.0
Status
affected
HerstellerMicrosoft
≫
Produkt
Microsoft .NET Framework 3.5 AND 4.7.2
Version
4.7.0
Version <
4.8.9334.0 and 4.8.4802.0
Status
affected
HerstellerMicrosoft
≫
Produkt
Microsoft .NET Framework 3.5 AND 4.8
Version
4.8.0
Version <
4.8.9334.0 and 4.8.4802.0
Status
affected
HerstellerMicrosoft
≫
Produkt
Microsoft .NET Framework 3.5 AND 4.8.1
Version
4.8.1
Version <
4.8.9334.0 and 4.8.4802.0
Status
affected
HerstellerMicrosoft
≫
Produkt
Microsoft .NET Framework 4.8
Version
4.8.0
Version <
4.8.9334.0 and 4.8.4802.0
Status
affected
VulnDex Vulnerability Enrichment
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.11% | 0.297 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| secure@microsoft.com | 7.3 | 1.8 | 5.5 |
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:L
|
CWE-190 Integer Overflow or Wraparound
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.
CWE-20 Improper Input Validation
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.