CVE-2010-3338
EXPLOITEDWindows Task Scheduler - Privilege Escalation via Security Context Mismanagement
Title source: llmExploitation Summary
CVE-2010-3338 has been observed exploited in the wild (reported by VulnCheck KEV).
EIP tracks 4 public exploits from researchers including jduck, Ascotbe, including a Metasploit module exploits/windows/local/ms10_092_schelevator.
AI-analyzed exploit summary This exploit leverages a privilege escalation vulnerability in Windows Task Scheduler by manipulating the CRC-32 checksum of a scheduled task file to execute arbitrary commands with elevated privileges. It creates a malicious task that adds a new administrator user.
Description
The Windows Task Scheduler in Microsoft Windows Vista SP1 and SP2, Windows Server 2008 Gold, SP2, and R2, and Windows 7 does not properly determine the security context of scheduled tasks, which allows local users to gain privileges via a crafted application, aka "Task Scheduler Vulnerability." NOTE: this might overlap CVE-2010-3888.
Exploits (4)
This exploit leverages a privilege escalation vulnerability in Windows Task Scheduler by manipulating the CRC-32 checksum of a scheduled task file to execute arbitrary commands with elevated privileges. It creates a malicious task that adds a new administrator user.
This Metasploit module exploits CVE-2010-3338, a privilege escalation vulnerability in Windows Task Scheduler 2.0. It manipulates task files by creating a CRC32 collision to execute arbitrary commands with SYSTEM privileges.
This Metasploit module exploits CVE-2010-3338 by manipulating Windows Task Scheduler XML files to achieve privilege escalation. It leverages CRC32 collisions to bypass integrity checks and execute arbitrary commands with SYSTEM privileges.