vendor:
Windows 8.1 Update
by:
Google Security Research
6,5
CVSS
MEDIUM
Security Bypass/EoP
264
CWE
Product Name: Windows 8.1 Update
Affected Version From: Windows 8.1 Update
Affected Version To: Windows 10 Build 10130
Patch Exists: YES
Related CWE: CVE-2015-0078
CPE: o:microsoft:windows_8.1_update
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows
2015
Windows: NtUserGetClipboardAccessToken Token Leak Redux
The NtUserGetClipboardAccessToken win32k system call exposes the access token of the last user to lower-privileged users. It can also be used to open an anonymous impersonation thread token which normally OpenThreadToken shouldn't be able to do. This is a bypass of the fix for CVE-2015-0078. It is possible to bypass the check by creating a process using one of the pre signed executables, such as explorer.exe, RuntimeBroker.exe or LicensingUI.exe then inject a DLL into the process.
Mitigation:
Restrict the IL level of processes allowed to get this flag set.