cbcvebase.
CVE-2010-0232
published 2010-01-21

CVE-2010-0232: The kernel in Microsoft Windows NT 3.1 through Windows 7, including Windows 2000 SP4, Windows XP SP2 and SP3, Windows Server 2003 SP2, Windows Vista Gold, SP1…

PriorityP182high7.8CVSS 3.1
AVLACLPRLUINSUCHIHAH
KEVITWEXPLOIT
CISA Known Exploited Vulnerabilitydue 2022-03-24
Exploited in the wild
EPSS
29.25%
97.9th percentile
The kernel in Microsoft Windows NT 3.1 through Windows 7, including Windows 2000 SP4, Windows XP SP2 and SP3, Windows Server 2003 SP2, Windows Vista Gold, SP1, and SP2, and Windows Server 2008 Gold and SP2, when access to 16-bit applications is enabled on a 32-bit x86 platform, does not properly validate certain BIOS calls, which allows local users to gain privileges by crafting a VDM_TIB data structure in the Thread Environment Block (TEB), and then calling the NtVdmControl function to start the Windows Virtual DOS Machine (aka NTVDM) subsystem, leading to improperly handled exceptions involving the #GP trap handler (nt!KiTrap0D), aka "Windows Kernel Exception Handler Vulnerability."

Detection & IOCsextracted from sources · hover to see the quote

hasha86ac0ad1f8928e8d4e1b728448f54f9
hash99a047427e9085d52aaddfc9214fd1a621534072
urlhttps://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/11199.zip
urlhttp://lock.cmpxchg8b.com/c0af0967d904cef2ad4db766a00bc6af/KiTrap0D.zip
mutex{E9B1E207-B513-4cfc-86BE-6D6004E5CB9C}
mutexshell.{F21EDC09-85D3-4eb9-915F-1AFA2FF28153}
filenamefdisk.sys
filenamefdisk_mon.exe
filenamefixdata.dat
path%systemroot%\$NtUninstallQxxxxxx$
registryHKLM\Software\Microsoft\Windows Nt\CurrentVersion\Windows
registryHKCR\Ultra3
path\\.\Par1
path\\.\VBoxDrv
filenamekitrap0d.x86.dll
commandNtVdmControl(VdmStartExecution, NULL)
  • The exploit triggers the #GP trap handler (nt!KiTrap0D) by crafting a VDM_TIB data structure in the Thread Environment Block (TEB) and calling NtVdmControl(). Monitor for unprivileged processes invoking NtVdmControl() with VdmStartExecution, especially when not originating from a known 16-bit application host.
  • The exploit subverts VdmAllowed restrictions by using CreateRemoteThread() to execute within the NTVDM subsystem process (which already has VdmAllowed set), bypassing the SeTcbPrivilege requirement for NtVdmControl(). Monitor for unexpected CreateRemoteThread calls targeting the NTVDM process.
  • The Uroburos dropper uses the module ms10_015_Win32 (resource number 2000) to exploit CVE-2010-0232. Presence of this resource in a PE binary is a strong indicator of malicious use of this exploit.
  • The Uroburos dropper checks for privilege escalation success by attempting KEY_SET_VALUE access to HKLM\Software\Microsoft\Windows Nt\CurrentVersion\Windows. Monitor for low-privilege processes attempting to open this key with write access as a post-exploitation indicator.
  • The Uroburos dropper installs a service named 'ultra3'. Presence of this service name should be treated as a high-confidence indicator of Uroburos/Turla infection.
  • The exploit proof-of-concept requires running 'vdmallowed.exe' to set up the VDM context before triggering the vulnerability. Detection of this executable on disk or in process listings is a strong indicator of exploit staging.
  • The Metasploit module ms10_015_kitrap0d is explicitly not supported on x64 Windows. Detections should focus on 32-bit x86 Windows systems where 16-bit application support (NTVDM) is enabled.
  • ·The exploit only works when access to 16-bit applications (NTVDM subsystem) is enabled on a 32-bit x86 platform. Disabling MSDOS/WOWEXEC subsystems via Group Policy ('Windows Components\Application Compatibility\Prevent access to 16-bit applications') fully mitigates the attack vector.

CVSS provenance

nvdv3.17.8HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
nvdv2.07.2HIGHAV:L/AC:L/Au:N/C:C/I:C/A:C
vulncheck7.8HIGH
cisa7.8HIGH
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.