Cyber Threat Brief — June 9 2026

⚠️ This report is AI-generated. Always validate findings.

1. Chrome V8 OOB Read/Write Zero-Day — CVE-2026-11645

TL;DR: Google patched the 5th Chrome zero-day of 2026 today — a high-severity V8 OOB read/write (CVSS 8.8) exploited in the wild. Update to Chrome 149.0.7827.102+ immediately.

What’s New:

  • OOB read/write in V8 JavaScript engine enables sandbox code execution via crafted HTML page
  • Heap corruption can bypass ASLR, lowering the bar for chained RCE
  • Reported April 27 by researcher ‘303f06e3’; $55,000 bounty awarded
  • Fixed in Chrome 149.0.7827.102 (Linux) / .103 (Windows/macOS), rolling out now
  • Google withholding exploitation details per standard zero-day policy

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
Chrome < 149.0.7827.102Vulnerable VersionT1189Endpoint inventory / SCCMForce-update or block
Suspicious browser child processesBehaviorT1189 / T1059EDR (Sysmon EID 1, CrowdStrike)Hunt for chrome.exe spawning cmd/powershell/wscript
Crafted HTML pages via email/adsDeliveryT1566.002Proxy logs, email gatewayMonitor for unusual redirects to exploit kit domains

Detection

SourceRuleGap
Splunk ESCUNoneNo Chrome-specific exploitation rule; need browser child process hunt
ElasticSuspicious Browser Child Process (macOS)Windows/Linux coverage gap
Sigmaproc_creation_win_browsers_suspicious_child_process.ymlPartial — triggers on known child process patterns only

Sources: Help Net Security, BleepingComputer, SecurityWeek

2. NGINX Heap Buffer Overflow — CVE-2026-42945

TL;DR: An 18-year-old heap buffer overflow in NGINX’s rewrite module (CVSS 9.2) has public RCE PoCs and confirmed active exploitation since May 16. Affects every NGINX build from 0.6.27 to 1.30.0. Patch to 1.30.1+.

What’s New:

  • State mismatch in script engine: is_args flag from length-calculation phase leaks into copy phase, causing ngx_escape_uri to write past allocated buffer
  • PoC delivers 349 safe padding bytes + 2,000 URI-escapable chars (+) for deterministic 4,000-byte heap overflow
  • With ASLR disabled: full RCE. With ASLR enabled: worker crash (DoS), plus cross-request heap-shaping technique documented to defeat ASLR
  • VulnCheck canary systems flagged exploitation May 16, three days after May 13 disclosure
  • GitHub PoCs: cipherspy/CVE-2026-42945-POC, p3Nt3st3r-sTAr/CVE-2026-42945-POC
  • Also impacts NGINX Plus R32–R36 and Ingress-NGINX in Kubernetes environments

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
NGINX < 1.30.1 / Plus < R37Vulnerable VersionT1190Asset inventoryPatch immediately
Rewrite rules with unnamed PCRE captures + ? in replacementConfig PrerequisiteT1190nginx.conf auditIdentify exposed configs
HTTP requests with 2000+ + chars in URIExploit PayloadT1190WAF / access.logBlock or alert on anomalous URI length
NGINX worker crash/restart loopsExploitation IndicatorT1499.004error.log, systemd journalAlert on rapid worker respawns
Heap spray via crafted POST bodiesExploit TechniqueT1190PCAP / WAFInspect large POST followed by rewrite-triggering GET

Detection

SourceRuleGap
Splunk ESCUNoneNo NGINX-specific exploitation rule
ElasticNoneNo coverage for NGINX heap overflow patterns
SigmaNoneNo rule for NGINX worker crash patterns or URI anomaly

Sources: SecurityWeek (exploitation begins), Help Net Security, Akamai analysis, SecurityOnline PoC disclosure

3. Microsoft Exchange OWA Zero-Day (XSS to Session Hijack) — CVE-2026-42897

TL;DR: Unpatched Exchange OWA XSS (CVSS 8.1) exploited ITW since May 14 via crafted email — JavaScript executes in authenticated OWA session, enabling mailbox takeover. No permanent patch; Patch Tuesday is tomorrow June 10.

What’s New:

  • Crafted email opened in OWA triggers XSS — arbitrary JS in victim’s authenticated session
  • Enables: session token theft, mailbox impersonation, email rule manipulation, settings modification
  • Affects Exchange Server 2016, 2019, and Subscription Edition (on-prem only; Exchange Online not affected)
  • Microsoft disclosed May 14, deployed EEMS emergency mitigation same day
  • CISA KEV added May 15, federal deadline was May 29
  • No permanent patch after 26 days; next Patch Tuesday is tomorrow June 10
  • EEMS mitigation reported to cause side-effects for some orgs (OWA rendering issues)

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
Emails with embedded JS/XSS payloads to OWADeliveryT1566.001Exchange message tracking, email gatewayScan inbound HTML email for script injection
OWA session token exfiltrationExploitationT1539IIS W3SVC logs, proxy logsHunt for unusual OWA session reuse from different IPs
New inbox rules created post-exploitationPersistenceT1137.005Exchange audit log (Set-InboxRule)Alert on rule creation with external forwarding
EEMS mitigation enabledMitigationExchange Health CheckerVerify EEMS active on all OWA servers

Detection

SourceRuleGap
Splunk ESCUExchange Audit Log Monitoring (generic)No specific CVE-2026-42897 XSS payload detection
ElasticNone specificNo OWA XSS exploitation rule
SigmaNone specificGap: need rule for suspicious Set-InboxRule after OWA XSS indicators

Sources: Dark Reading, SecurityWeek, TechTimes (mitigation gaps), Microsoft Tech Community


Status Updates

  • CVE-2026-20245 (Cisco SD-WAN Manager): Still no patch; 7th SD-WAN zero-day of 2026; Mandiant-reported ITW exploitation continues; monitor /var/log/scripts.log for anomalies. Original brief.
  • CVE-2026-41089 (Windows Netlogon): Active exploitation ongoing per Belgium CCB; ensure May 2026 Patch Tuesday applied to all domain controllers; hunt for anomalous Netlogon service crashes (EID 7034/1000). Original brief.
  • CVE-2026-42897 (Exchange OWA): Patch Tuesday tomorrow June 10 — monitor for permanent fix release. [See threat #3 above].