CVE-2010-0806 CrowdStrike LogScale · LogScale

Detect CVE-2010-0806 Microsoft Internet Explorer Use-After-Free Exploitation in CrowdStrike LogScale

Detects exploitation of CVE-2010-0806, a use-after-free vulnerability in Microsoft Internet Explorer. This vulnerability allows remote attackers to execute arbitrary code via a crafted web page. It is listed in CISA's Known Exploited Vulnerabilities catalog and has been actively exploited in the wild.

MITRE ATT&CK

Tactic
Initial Access Execution

LogScale Detection Query

CrowdStrike LogScale (LogScale)
cql
event_platform=Win event_simpleName=ProcessRollup2
| search ParentBaseFileName="iexplore.exe"
| search FileName IN ("cmd.exe", "powershell.exe", "wscript.exe", "cscript.exe", "mshta.exe", "regsvr32.exe", "rundll32.exe")
| eval risk=case(
    FileName=="powershell.exe", "HIGH",
    FileName=="mshta.exe", "HIGH",
    FileName=="cmd.exe", "MEDIUM",
    true(), "MEDIUM")
| stats count by ComputerName, UserName, ParentBaseFileName, FileName, CommandLine, risk
| sort - count
critical severity medium confidence

CrowdStrike Falcon query detecting Internet Explorer spawning suspicious child processes, consistent with CVE-2010-0806 use-after-free exploitation leading to arbitrary code execution.

Data Sources

CrowdStrike Falcon EDRProcessRollup2 event stream

Required Tables

ProcessRollup2

False Positives & Tuning

  • Legitimate business applications using IE as an embedded browser with script integration
  • Enterprise software deployment using IE COM scripting
  • Authorized security research or testing environments
  • Legacy intranet applications invoking local executables via IE ActiveX components

Other platforms for CVE-2010-0806


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 Spawning CMD via Scripted Process Launch

    Expected signal: ProcessCreate event with ParentImage=iexplore.exe and Image=cmd.exe visible in Sysmon Event ID 1 and Windows Security Event ID 4688

  2. Test 2Internet Explorer Spawning PowerShell for Encoded Command Execution

    Expected signal: Sysmon Event ID 1: powershell.exe with encoded command and parent iexplore.exe; Network telemetry showing iexplore.exe with an active TCP session at time of child spawn

  3. Test 3Heap Spray Pattern Simulation via IE Memory Allocation Script

    Expected signal: High memory allocation events in iexplore.exe process; potential script engine events logged if Script Block Logging is enabled; browser process memory consumption spike visible in performance telemetry

Unlock Pro Content

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

Response PlaybookInvestigation GuideHunting QueriesAtomic Red Team TestsTuning Guidance

Related Detections