CVE-2026-3909 Sumo Logic CSE · Sumo

Detect Google Skia Out-of-Bounds Write (CVE-2026-3909) in Sumo Logic CSE

Detects exploitation attempts targeting CVE-2026-3909, an out-of-bounds write vulnerability in Google Skia graphics library. Skia is embedded in Chrome and other Google products. Exploitation can lead to arbitrary code execution via crafted web content or malicious files. This vulnerability is confirmed exploited in the wild (CISA KEV).

MITRE ATT&CK

Tactic
Initial Access Execution

Sumo Detection Query

Sumo Logic CSE (Sumo)
sql
_sourceCategory=endpoint/windows OR _sourceCategory=endpoint/crowdstrike
| where (toLowerCase(%"ParentImage") matches "*chrome.exe" OR toLowerCase(%"ParentImage") matches "*msedge.exe")
  AND (toLowerCase(%"Image") matches "*cmd.exe" OR toLowerCase(%"Image") matches "*powershell.exe" OR toLowerCase(%"Image") matches "*wscript.exe" OR toLowerCase(%"Image") matches "*mshta.exe")
| OR (_sourceCategory=network/firewall
  AND (toLowerCase(app) matches "*chrome*" OR toLowerCase(app) matches "*msedge*")
  AND dest_port IN ("4444", "1337", "8080", "9001"))
| fields _messageTime, host, user, %"ParentImage", %"Image", %"CommandLine", dest_ip, dest_port
| sort by _messageTime desc
critical severity medium confidence

Sumo Logic query for detecting post-exploitation activity following a Skia OOB write exploit via browser process anomalies.

Data Sources

Sumo Logic Windows SourceSumo Logic CrowdStrike SourceSumo Logic Network Firewall Source

Required Tables

endpoint/windowsendpoint/crowdstrikenetwork/firewall

False Positives & Tuning

  • Automated browser testing frameworks (Selenium, Playwright) spawning shell commands
  • Enterprise software deployed via browser-initiated MSIX/MSI processes
  • Security tools using non-standard outbound ports

Other platforms for CVE-2026-3909


Testing Methodology

Validate this detection against 4 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 Browser Spawning Shell (Windows)

    Expected signal: Sysmon Event ID 1 showing cmd.exe with ParentImage containing chrome.exe; Windows Security 4688 process creation log

  2. Test 2Simulate Suspicious Outbound Network Connection from Browser Process (Linux)

    Expected signal: Auditd or Sysmon-for-Linux network connection event showing process named 'chrome' connecting to port 4444

  3. Test 3Simulate Renderer Sandbox Escape via LOLBin Execution (Windows)

    Expected signal: Sysmon Event ID 1 with regsvr32.exe CommandLine containing /i:http and scrobj.dll; Sysmon Event ID 3 network connection from regsvr32.exe

  4. Test 4Skia OOB Write Crash Reproduction (macOS — Lab Only)

    Expected signal: Chrome crash report generated in crash-dumps-dir; macOS Console logs show SIGSEGV or SIGABRT from renderer process

Unlock Pro Content

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

Response PlaybookInvestigation GuideHunting QueriesAtomic Red Team TestsTuning Guidance

Related Detections