7.8
CVE-2023-36802
- EPSS 73.96%
- Published 12.09.2023 17:15:15
- Last modified 23.01.2025 18:12:28
- Source secure@microsoft.com
- Teams watchlist Login
- Open Login
Microsoft Streaming Service Proxy Elevation of Privilege Vulnerability
Data is provided by the National Vulnerability Database (NVD)
Microsoft ≫ Windows 10 1809 HwPlatformarm64 Version < 10.0.17763.4851
Microsoft ≫ Windows 10 1809 HwPlatformx64 Version < 10.0.17763.4851
Microsoft ≫ Windows 10 1809 HwPlatformx86 Version < 10.0.17763.4851
Microsoft ≫ Windows 10 21h2 Version < 10.0.19044.3448
Microsoft ≫ Windows 10 22h2 Version < 10.0.19045.3448
Microsoft ≫ Windows 11 21h2 Version < 10.0.22000.2416
Microsoft ≫ Windows 11 22h2 Version < 10.0.22621.2275
Microsoft ≫ Windows Server 2019 Version < 10.0.17763.4851
Microsoft ≫ Windows Server 2022 Version < 10.0.20348.1970
12.09.2023: CISA Known Exploited Vulnerabilities (KEV) Catalog
Microsoft Streaming Service Proxy Privilege Escalation Vulnerability
VulnerabilityMicrosoft Streaming Service Proxy contains an unspecified vulnerability that allows for privilege escalation.
DescriptionApply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable.
Required actionsType | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 73.96% | 0.988 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
secure@microsoft.com | 7.8 | 1.8 | 5.9 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
CWE-416 Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.