Cyber Threat Brief — August 22 2026

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

1. macOS Screen Sharing Pre-Auth RCE Exploited for Cryptojacking — CVE-2026-65400

TL;DR: Pre-auth bypass in macOS Screen Sharing (CVSS 9.8) gives unauthenticated network attackers root RCE on any Mac with Screen Sharing enabled on port 5900. CISA KEV August 18. Microsoft and NCSC-NL confirm active exploitation deploying XMRig miners with SSH persistence.

What’s New:

  • CISA rescored from 7.1 to 9.8 and added to KEV August 18; federal deadline September 1
  • Microsoft telemetry (August 18): root-level Screen Sharing sign-ins → file transfer → SSH key install → XMRig 6.26.0 deployment as hidden .config/sysmond binary
  • NCSC-NL confirmed exploitation across multiple internet-exposed systems on port 5900
  • Public PoC available; Calif researchers weaponized both CVE-2026-65400 and companion CVE-2026-43760 in 4 hours using AI agents
  • ~40K internet-exposed Screen Sharing hosts identified, nearly half in U.S. (universities, enterprises, residential)

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
TCP/5900 inbound from untrusted IPsExploit vectorT1190Firewall/flow logsBlock external access to Screen Sharing port
screensharingd root auth without valid credentialsPre-auth bypassT1078macOS Unified Log (screensharingd)Hunt for Screen Sharing auth events with root username
SSFileCopySender executionFile transfer via Screen SharingT1105macOS Unified Log, EDRAlert — indicates attacker file transfer post-exploitation
.config/sysmond (hidden XMRig binary)CryptominerT1496EDR file creationHunt for hidden binaries in user .config directories
com.apple.airportd LaunchDaemon (masqueraded)PersistenceT1543.004macOS LaunchDaemon directory, EDRAlert — legitimate airportd does not use this plist name pattern for LaunchDaemons
SSH public key added to authorized_keysPersistenceT1098.004File integrity monitoringHunt for unauthorized SSH key additions on macOS hosts
Packet Filter (pfctl) rule modificationsDefense evasionT1562.004macOS Unified LogAlert on unexpected PF rule changes
XMRig 6.26.0 ad-hoc signed binaryCryptominerT1496EDR code signing checksAlert on ad-hoc signed binaries in non-standard paths
Log/history clearing (rm ~/.bash_history, log erase)Anti-forensicsT1070.003EDR process monitoringAlert on history/log deletion commands

Detection

SourceRuleGap
Splunk ESCUNoneNeed: macOS Screen Sharing anomalous root authentication; LaunchDaemon masquerading as Apple service; ad-hoc signed binary execution from hidden paths
ElasticNoneNeed: macOS unauthorized SSH key deployment; Screen Sharing file transfer to non-standard paths
SigmaNoneNeed: macOS screensharingd pre-auth root login; PF rule modification by non-admin process; XMRig process indicators on macOS

Sources: The Hacker News · NCSC-NL Advisory · Microsoft X Post · Calif Blog · CISA KEV · Malwarebytes


2. Microsoft Entra ID Deserialization RCE — CVE-2026-69836

TL;DR: CVSS 10.0 deserialization RCE in Entra ID confirmed exploited August 21. No customer patches needed — Microsoft fixed server-side. Audit Entra sign-in and audit logs for the exposure window; no public IOCs from Microsoft.

What’s New:

  • Disclosed August 20, confirmed exploited August 21 — CWE-502 deserialization of untrusted data in Entra ID backend
  • Unauthenticated, no user interaction, low complexity — attacker sends crafted serialized objects to vulnerable endpoint
  • Microsoft fully mitigated on cloud infrastructure; no customer action required for patching
  • Microsoft published NO IOCs, no exploitation timeline, no affected tenant details
  • Exploit code not publicly available

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
Anomalous Entra ID sign-in events during exposure windowUnauthorized accessT1078.004Entra ID Sign-in LogsAudit for unusual sign-ins (new locations, impossible travel, unfamiliar service principals)
New or modified service principalsPersistenceT1098.001Entra ID Audit LogsReview service principal changes created between Aug 1–21
Federation trust configuration changesPersistenceT1484.002Entra ID Audit LogsVerify no unauthorized federation trusts were added
New app registrations with high-privilege API permissionsPrivilege escalationT1098Entra ID Audit LogsAudit app registrations for unexpected Directory.ReadWrite.All or similar
Conditional Access policy modificationsDefense evasionT1562Entra ID Audit LogsReview CA policy changes during exposure window

Detection

SourceRuleGap
Splunk ESCUEntra ID anomalous sign-in rules (partial)Need: Entra ID service principal creation anomaly; federation trust modification alert
ElasticNone (cloud-specific)Need: Entra audit log correlation for unauthorized config changes
SigmaNoneNeed: Entra ID audit log rules for service principal and federation trust anomalies

Sources: Help Net Security · SecurityWeek · BleepingComputer · The Hacker News · Tenable


Status Updates

  • CVE-2026-72529 (TrueConf Server): Federal deadline TOMORROW August 23. Head Mare PhantomCore exploitation ongoing. No new artifacts. Original brief.
  • CVE-2026-19490 (Citrix NetScaler): No ITW exploitation confirmed yet. Rapid7 rates exploitation likelihood high. Monitor for PoC release. Original brief.
  • CVE-2026-68820 (Windows AFD WinSock): Lazarus FudModule rootkit ongoing. CISA KEV deadline August 25. Original brief.
  • CVE-2026-59310 (VMware vCenter): CISA deadline passed August 21. 361 victims, Babuk-derived ESXi ransomware. QUIRSO full report with IOCs expected soon. Original brief.
  • CVE-2026-55040 (SharePoint JWT Auth Bypass): Active exploitation ongoing. ~8,500 exposed instances. Original brief.
  • Rust arrayref Supply Chain (DPRK): Yanked crates remain in cached builds. Audit Cargo.lock for [email protected]. Original brief.