Cyber Threat Brief — August 12 2026

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

1. Lazarus AFD.sys Zero-Day Deploys FudModule v3.1 Rootkit — CVE-2026-68820

TL;DR: Lazarus exploited a Windows AFD.sys use-after-free zero-day (CVSS 7.8) since early June to deploy FudModule v3.1, a kernel rootkit that blinds 90+ ETW providers and disables EDR telemetry. Patched August 11 Patch Tuesday; CISA KEV same day.

What’s New:

  • Check Point disclosed Operation Dream Job campaign targeting defense/aerospace via fake job offers delivering SecurityPDF trojanized viewer or DLL sideloading chain
  • FudModule v3.1 strips telemetry callbacks, kills NT Kernel Logger, disables minifilters, and tampers with Smart App Control reputable-policy state
  • New Troy backdoor (17 commands: file theft, RCE, in-memory DLL injection) and RelayShell PHP web shell using file-based C2 through compromised Roundcube/WordPress/PrestaShop sites
  • C2 infrastructure uses hijacked Roundcube instances (many vulnerable to CVE-2025-49113) and VPN egress via ExpressVPN
  • CISA KEV addition August 11 with federal remediation deadline

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
3b6378df8442e63a6ed7317075913e4720847a510d95022d4a8347b2637c245dSHA-256 (FudModule)T1014EDR file hashBlock
743172aab606974b054a64561534ae66baa3a840657f79d7c6fa18350e8d45d1SHA-256 (SecurityPDF.exe)T1204.002EDR file hashBlock
590fb6ae19480d694e08ee85859cad8066f2f87e7e5abba2960c6d115e1615d6SHA-256 (Troy backdoor)T1059.001EDR file hashBlock
envell[.]xyz, enveil[.]online, uxtramine[.]orgC2 domainsT1071.001DNS, proxyBlock
135.181.67[.]203, 135.181.185[.]158C2 IPsT1071.001Firewall, proxyBlock
WerFault/afd.sys race condition → SYSTEM child processTTPT1068Sysmon EID 1 (parent/child)Hunt — afd.sys-triggered SYSTEM processes with shell children
ETW provider mass-disable (90+ providers silenced)TTPT1562.006ETW telemetry gaps, SysmonDetect — alert on ETW provider stop events at scale
libmupdf.dll sideloading via legitimate PDF viewerTTPT1574.002Sysmon EID 7 (DLL load)Hunt — unsigned libmupdf.dll in non-standard paths
MISTPEN → Microsoft Graph API → OneDrive module pullTTPT1102.002Proxy, O365 auditHunt — anomalous Graph API calls from non-browser processes

Detection

SourceRuleGap
Splunk ESCUNone specificGap — need FudModule ETW-blinding detection + afd.sys LPE parent-child rule
ElasticPotential Masquerading as VLC DLL (adjacent)Gap — need libmupdf.dll sideloading + SecurityPDF process rule
SigmaPotential Mpclient.DLL Sideloading Via Defender Binaries (adjacent)Gap — need SecurityPDF/Troy/RelayShell process + network rules

Sources: Check Point Research, CyberSecurityNews, CISA KEV


2. Metabase SQLi Gets CVE Assignment and CISA KEV Listing — CVE-2026-72898

TL;DR: The Metabase zero-day SQLi previously tracked without a CVE is now CVE-2026-72898 (CVSS 10.0) and was added to CISA KEV August 11. Unauthenticated attackers inject SQL via password-reset endpoint to gain admin access and steal all stored database credentials. Framework, Tally, n8n, and Kilo Code confirmed breached.

What’s New:

  • CVE-2026-72898 officially assigned; CISA KEV addition August 11
  • Attack pattern: POST /api/session/reset_password → 400 response (injection), then GET /api/user/current → 200 (admin verification)
  • Post-exploitation: admin access → decrypt stored warehouse credentials (Snowflake, Redshift, BigQuery, Postgres, MySQL) → bulk data export via /api/dataset/ and /api/download/ endpoints
  • Framework breach: names, emails, phone numbers, physical addresses, login IPs exfiltrated
  • Sigma, KQL, and VQL detection rules published by Security Arsenal

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
POST /api/session/reset_password with SQLi payloadExploit patternT1190WAF, reverse proxy, web access logsDetect — SQLi patterns against Metabase API endpoints
GET /api/user/current post-injection validationRecon patternT1087Web access logsHunt — correlate reset_password 400s followed by user/current 200s
Bulk GET /api/dataset/, /api/download/, /api/card/Exfil patternT1530Web access logs, proxyDetect — high-volume export API calls from non-standard IPs
Metabase JVM spawning bash/sh/python/curlPost-exploitT1059Sysmon, auditdDetect — Java process (metabase.jar) spawning shell children
/api/admin/, /api/setting/, /api/database/ modificationPersistenceT1098Metabase audit log, web accessHunt — unauthorized admin API changes

Detection

SourceRuleGap
Splunk ESCUNoneGap — need Metabase-specific SQLi and JVM child-process rules
ElasticNoneGap — need Metabase API injection detection
SigmaSecurity Arsenal published 3 experimental rules (see sources)Partial — community rules available, not yet in official repos

Sources: CISA KEV, Security Arsenal Detection Guide, Wiz Blog, BleepingComputer


3. Cisco ASA/FTD VPN DoS Under Active Exploitation — CVE-2026-20349

TL;DR: Cisco disclosed CVE-2026-20349 (CVSS 8.6), an unauthenticated heap inspection flaw in ASA/FTD Remote Access VPN that causes device reload via crafted HTTP request. CISA KEV added August 11; federal deadline August 14.

What’s New:

  • Insufficient error checking in HTTP request processing against Remote Access SSL VPN service
  • Exploitable without authentication when SSL listen sockets are enabled
  • Successful exploitation causes device reload (DoS) — potential for repeated crashes disrupting VPN availability
  • CISA KEV addition August 11 with 3-day fuse (federal deadline August 14)
  • Found via Cisco internal testing and independent researcher Valerio Brussani

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
Crafted HTTP to Remote Access SSL VPN endpointExploit vectorT1499.004ASA syslog (EID %ASA-1-199010, %ASA-6-199002)Detect — monitor for unexpected ASA/FTD reloads
ASA/FTD device crash/reload eventsExploitation indicatorT1499.004ASA syslog, SNMP trapsDetect — alert on repeated reload events on VPN-enabled devices
SSL listen socket on UDP/TCP 443 (RAVPN)Attack surfaceT1190Firewall config auditPatch — verify all ASA/FTD with RAVPN enabled are patched

Detection

SourceRuleGap
Splunk ESCUNone specificGap — need ASA unexpected reload correlation rule
ElasticNoneGap — no ASA-specific crash detection
SigmaNoneGap — need Cisco syslog reload event detection

Sources: CISA KEV, BleepingComputer, Cisco Advisory


4. VMware vCenter Pre-Exploitation Scanning Detected — CVE-2026-59309

TL;DR: Defused Cyber reported August 11 a spike in honeypot scanning targeting VMware vCenter CVE-2026-59309 (CVSS 9.8 auth bypass in vmdir). No confirmed exploitation yet, but reconnaissance patterns indicate imminent weaponization attempts.

What’s New:

  • Honeypots logging version fingerprinting via POST /sdk/ (RetrieveServiceContent) and walks of /websso SAML SSO flow
  • CVE-2026-59309 allows unauthenticated auth bypass → full vCenter admin → VM create/delete/modify/exfil
  • Companion CVE-2026-59310 (RCE, CVSS 9.1) also unpatched in same advisory VMSA-2026-0006
  • No workarounds available — software upgrade is only remediation
  • Broadcom patched July 29 in vCenter 8.0 U3k and vSphere/Cloud Foundation 9.x

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
POST /sdk/ (RetrieveServiceContent) from external IPsReconT1595.002vCenter web access log, reverse proxyHunt — external /sdk/ probes against vCenter
/websso SAML SSO flow enumerationReconT1595.002vCenter web access logHunt — external /websso access patterns
Unexpected admin sessions via vmdir bypassExploitationT1078.001vpxd.log, vmdir auditDetect — vCenter admin logons from unexpected sources

Detection

SourceRuleGap
Splunk ESCUNoneGap — need vCenter /sdk/ and /websso probe detection
ElasticNoneGap — no vCenter-specific auth bypass detection
SigmaNoneGap — need vmdir/websso scanning detection rules

Sources: Defused Cyber (X/Twitter), Rapid7 ETR, Broadcom Advisory


Status Updates

  • CVE-2026-72898 / Metabase-SQLi-0day-2026 (Metabase): CVE assigned, CISA KEV added August 11. Promoted to full brief section above. Original coverage: August 9.
  • CVE-2026-6875 (undisclosed product): Active exploitation entering seventh week. Two sandbox-escape gadget chains confirmed. Fortune 500 and critical infrastructure victims. Still not on CISA KEV.
  • CVE-2026-15409 / CVE-2026-15410 (SonicWall SMA 1000): INC ransomware exploitation continues via UTA0533. 885+ victims per Resecurity. Federal deadline passed July 17.
  • CVE-2026-18577 / CVE-2026-18556 (N-able N-central): Federal deadline passed August 6. Hotfix 2 released August 6. Attackers evolving techniques against initial fix.
  • CVE-2026-20316 (undisclosed product): Federal CISA KEV deadline passed August 1. Zero-day exploitation via hardcoded credential ongoing.