CVE-2010-0249 CrowdStrike LogScale · LogScale

Detect Microsoft Internet Explorer Use-After-Free Vulnerability (CVE-2010-0249) in CrowdStrike LogScale

CVE-2010-0249 is a use-after-free vulnerability (CWE-416) in Microsoft Internet Explorer that allows remote attackers to execute arbitrary code via a specially crafted web page. This vulnerability was actively exploited in the wild (Operation Aurora) and is listed in CISA's Known Exploited Vulnerabilities catalog. Exploitation typically involves a malicious HTML/JavaScript page that triggers memory corruption through manipulated DOM objects, enabling arbitrary code execution in the context of the logged-on user.

MITRE ATT&CK

Tactic
Initial Access Execution Defense Evasion

LogScale Detection Query

CrowdStrike LogScale (LogScale)
cql
event_simpleName=ProcessRollup2
| where ParentBaseFileName = "iexplore.exe"
  and FileName in ("cmd.exe", "powershell.exe", "wscript.exe", "cscript.exe", "mshta.exe", "regsvr32.exe", "rundll32.exe")
| table _time, ComputerName, UserName, ParentBaseFileName, FileName, CommandLine, ParentCommandLine
| sort -_time
critical severity high confidence

CrowdStrike Falcon query detecting Internet Explorer as a parent process for high-risk executables, consistent with drive-by exploitation of CVE-2010-0249.

Data Sources

CrowdStrike Falcon Endpoint ProtectionCrowdStrike Process Telemetry

Required Tables

ProcessRollup2

False Positives & Tuning

  • Browser-based automation tools that invoke shell commands through ie process hierarchy
  • Endpoint management agents using COM automation of IE that spawn helper processes
  • Test environments running CVE reproduction scripts for detection validation
  • Legacy packaged applications embedding IE as a rendering component with shell integration

Other platforms for CVE-2010-0249


Testing Methodology

Validate this detection against 3 adversary techniques from Atomic Red Team. Each test below lists the behaviour to exercise and the telemetry you should expect to see. Executable commands and cleanup steps are available with Pro.

  1. Test 1Simulate IE Use-After-Free Child Process Spawn

    Expected signal: Sysmon Event ID 1 showing cmd.exe with ParentImage pointing to iexplore.exe; file creation event for cve_2010_0249_test.txt in %TEMP%

  2. Test 2IE Spawning PowerShell Downloader (Post-Exploit Simulation)

    Expected signal: Sysmon Event ID 1 with ParentImage iexplore.exe and Image powershell.exe; command line containing -NonInteractive visible in process telemetry

  3. Test 3Anomalous IE Network Beacon on Non-Standard Port

    Expected signal: Sysmon Event ID 3 network connection event with InitiatingProcessFileName iexplore.exe and DestinationPort 4444; connection attempt logged even on failure

Unlock Pro Content

Get the full detection package for CVE-2010-0249 including response playbook, investigation guide, and atomic red team tests.

Response PlaybookInvestigation GuideHunting QueriesAtomic Red Team TestsTuning Guidance

Related Detections