Cyber Threat Brief — June 6 2026

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

1. Windows Netlogon 0-Click RCE — CVE-2026-41089

TL;DR: CVE-2026-41089 (CVSS 9.8) is a pre-auth stack buffer overflow in Windows Netlogon giving unauthenticated attackers SYSTEM-level RCE on domain controllers via a single malformed packet. Belgium’s CCB confirmed active exploitation June 1; PoC is public.

What’s New:

  • Stack-based buffer overflow in BuildSamLogonResponse — single crafted network packet, no credentials or user interaction required
  • Affects all Windows Server 2012 R2 through 2025 acting as domain controllers
  • PoC exploit code shared publicly by security researchers; Belgium CCB confirmed ITW exploitation June 1
  • Post-exploitation path: DC compromise → forest-wide takeover (“half-patched forests are not a defensible state”)
  • Patched in May 2026 Patch Tuesday — all DCs in forest must be patched in the same maintenance window

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
Netlogon service crash/restartEventT1210Windows EID 7031 (Service Control Manager)Alert on unexpected Netlogon service recovery
Anomalous Netlogon traffic from non-DC IPsNetworkT1210Zeek/Suricata on port 135Hunt for Netlogon protocol from non-DC sources
Abnormally long ComputerName strings in NetlogonNetworkT1210Suricata (community sig)Deploy Suricata signature for oversized ComputerName
Auth failures + domain trust errors post-suspicious trafficEventT1210Windows Security logCorrelate auth failures with preceding anomalous Netlogon

Detection

SourceRuleGap
Splunk ESCUNoneNeed Netlogon service crash correlation + non-DC source traffic rule
ElasticNoneNeed anomalous Netlogon traffic detection
SigmaCommunity rule for CVE-2026-41089 Netlogon event anomaliesConvert and deploy; gaps in network-level detection

Sources: Help Net Security, BleepingComputer, CybersecurityNews

2. Magento Mirasvit Cache Warmer RCE — CVE-2026-45247

TL;DR: CVE-2026-45247 (CVSS 9.8) is an unauthenticated PHP Object Injection in Mirasvit Full Page Cache Warmer for Magento 2, exploitable via a crafted CacheWarmer cookie. CISA added to KEV; Imperva confirms active exploitation attempts.

What’s New:

  • Unsafe unserialize() on attacker-controlled data from CacheWarmer cookie — no auth, no admin session required
  • Existing Magento gadget chains escalate PHP Object Injection to full RCE
  • CISA added to KEV catalog based on confirmed active exploitation
  • Imperva observed serialized PHP object payloads in the wild targeting Magento storefronts
  • Fixed in Mirasvit Full Page Cache Warmer version 1.11.12

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
CacheWarmer cookie matching (Tz|Qz|YT) (base64 serialized PHP)HTTPT1190WAF / web proxy logsBlock/alert on CacheWarmer cookie with serialized PHP patterns
POST requests to Magento storefront with crafted cookiesHTTPT1190Web server access logsHunt for oversized or encoded CacheWarmer cookie values
PHP gadget chain execution (file writes, shell spawns)EndpointT1059.004Sysmon / auditdAlert on php-fpm spawning shell or writing to webroot

Detection

SourceRuleGap
Splunk ESCUWeb Shell Indicator (generic)Need Magento-specific CacheWarmer cookie deserialization rule
ElasticNoneNeed PHP deserialization via cookie detection
SigmaNoneNeed WAF/proxy rule for serialized PHP in cookie headers

Sources: The Hacker News, Sansec, Imperva

3. Miasma Worm Hits Microsoft GitHub — Supply Chain Expansion

TL;DR: The Miasma npm supply chain worm expanded to Microsoft’s GitHub organizations on June 5, disabling 73 repositories across four Azure orgs after a compromised contributor account pushed malicious commits.

What’s New:

  • Malicious commit pushed to Azure/durabletask via previously compromised contributor account, then self-propagated
  • GitHub disabled 73 repositories across 4 Microsoft GitHub organizations
  • Same “Phantom Gyp” technique: binding.gyp triggers code execution during npm install, bypassing install-script security checks
  • Credential exfil to GitHub account liuende501 (236 repos as dead-drops) — stolen creds uploaded as encrypted JSON to results/ directories
  • Repositories created by malware carry description “Miasma: The Spreading Blight” — use as fingerprint

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
GitHub user liuende501 reposExfil endpointT1567.001GitHub audit logsBlock/alert on any interaction with liuende501 repos
Repo description “Miasma: The Spreading Blight”FingerprintT1204.003GitHub API / audit logsScan org repos for this description string
binding.gyp in unexpected npm packagesSupply chainT1195.002CI/CD build logsAudit dependencies for binding.gyp without native addons
Commits from compromised accounts to Azure/* reposPersistenceT1098GitHub audit logsReview recent commits to forked/upstream Azure repos

Detection

SourceRuleGap
Splunk ESCUNoneNeed GitHub audit log correlation for anomalous commit patterns
ElasticNoneNeed npm install binding.gyp execution monitoring
SigmaNoneNeed CI/CD pipeline supply chain integrity rules

Sources: The Hacker News, StepSecurity, Wiz


Status Updates

  • CVE-2026-20245 (Cisco SD-WAN Manager): No patch still available; 7th SD-WAN zero-day of 2026 with confirmed ITW exploitation and config push to edge devices. Original brief.
  • CVE-2026-20230 (Cisco Unified CM): PoC public since June 3-4; no ITW exploitation confirmed yet; patch available (14SU6). Original brief.
  • CVE-2026-42208 (LiteLLM): Federal CISA KEV deadline passed June 5. No new artifacts. Original brief.