Cyber Threat Brief — June 2 2026

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

1. Oracle WebLogic T3/IIOP Exploitation — CVE-2024-21182

TL;DR: CISA added CVE-2024-21182 to KEV on June 1 after confirmed ITW exploitation via T3/IIOP protocols delivering Cobalt Strike and Sodinokibi ransomware to unpatched WebLogic instances. Federal deadline June 22.

What’s New:

  • CISA KEV addition June 1; federal remediation deadline June 22
  • Honeypots recording exploitation surge since mid-May targeting ports 7001/7002
  • Payloads: cryptocurrency miners, Cobalt Strike beacons, Sodinokibi ransomware
  • Public PoC available since December 2024; exploitation ramping now
  • Affects WebLogic 12.2.1.4.0 and 14.1.1.0.0

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
TCP 7001, 7002 (T3/IIOP)PortT1190Firewall/IDSBlock external access to WebLogic admin/T3 ports
-Dweblogic.t3.enabled=falseConfigT1190WebLogic configDisable T3 if unused
Cobalt Strike beacon deliveryPayloadT1059.001EDR/SysmonHunt for post-exploitation beacons on WebLogic hosts
Sodinokibi/REvil artifactsRansomwareT1486EDRAlert on ransomware indicators post-WebLogic compromise

Detection

SourceRuleGap
Splunk ESCUNone specific to CVE-2024-21182Need T3 deserialization payload detection; Java process spawning shell from WebLogic
ElasticNone specificNeed rule for suspicious java process activity on WebLogic servers
SigmaNone specificNeed WebLogic exploitation detection via T3 protocol anomalies

Sources: CISA KEV Alert, CyberSecurityNews, WindowsNews


2. WP Maps Pro Rogue Admin Creation — CVE-2026-8732

TL;DR: Unauthenticated attackers are mass-exploiting CVE-2026-8732 (CVSS 9.8) in WP Maps Pro to create admin accounts via a broken nonce check, with 2,858 attacks blocked by Wordfence in 24 hours. Patch to 6.1.1.

What’s New:

  • Active exploitation confirmed; Wordfence blocked 2,858 attacks in 24 hours
  • wpgmp_temp_access_ajax AJAX action accessible to unauthenticated users
  • Nonce embedded in frontend JS (wpgmp_local.nonce), defeating access control
  • Exploit creates admin user + passwordless magic login URL in one request
  • Fixed in WP Maps Pro 6.1.1 (released May 20); affects <= 6.1.0

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
POST /?action=wpgmp_temp_access_ajaxURIT1190WAF/proxyBlock unauthenticated requests to this endpoint
check_temp=false parameterPayloadT1078.001WAFAlert on this parameter in POST body
fc-call-nonce in request bodyIOC patternT1078WAF/proxyCorrelate with admin creation events
New admin users with wp_set_auth_cookieIndicatorT1136.001WordPress audit logAlert on unexpected admin account creation

Detection

SourceRuleGap
Splunk ESCUNoneNeed WordPress admin creation anomaly detection
ElasticNoneNeed WordPress AJAX endpoint abuse detection
SigmaNoneNeed rule for wpgmp_temp_access_ajax exploitation pattern

Sources: TheHackerNews, Threat-Modeling.com, GitHub PoC


3. Operation Dragon Weave — Azure Blob C2 Espionage

TL;DR: Seqrite disclosed a China-linked espionage campaign using spear-phishing to deliver AZUREVEIL, an AdaptixC2 agent that uses Azure Blob Storage as a dead-drop C2 channel, targeting Czech and Taiwanese government/research sectors.

What’s New:

  • Published May 29 by Seqrite Labs; amplified June 1
  • AZUREVEIL: 36-command AdaptixC2 agent using Azure Blob Storage dead-drop C2
  • RUSTCLOAK: Rust-based loader stage preceding AZUREVEIL deployment
  • Two delivery paths: LNK-based execution and executable-based delivery via ZIP
  • Targets: government, research, academic, technology, financial services in Czech Republic and Taiwan
  • Region-specific lure documents indicate targeted operation

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
Azure Blob Storage C2 (*.blob.core.windows.net)C2 channelT1102.002Proxy/CASBMonitor anomalous Azure Blob traffic from non-cloud endpoints
LNK files masquerading as PDF in ZIPDeliveryT1566.001, T1204.002Email gateway/EDRBlock LNK in ZIP attachments
RUSTCLOAK Rust loaderMalwareT1059EDR/SysmonHunt for unsigned Rust binaries with Azure Blob callbacks
AdaptixC2 framework indicatorsC2T1071.001EDR/NDRProfile AdaptixC2 beacon patterns

Detection

SourceRuleGap
Splunk ESCUNoneNeed Azure Blob dead-drop C2 traffic anomaly detection
ElasticSuspicious LNK File Execution (partial)Need AZUREVEIL/AdaptixC2 behavioral signatures
Sigmaproc_creation_win_lnk_susp_execution.yml (partial)Need Rust loader + Azure Blob exfil chain rule

Sources: Seqrite Labs, TheHackerNews


Status Updates

  • CVE-2026-41091/CVE-2026-45498 (Windows Defender RedSun/UnDefend): CISA KEV federal deadline TOMORROW June 3. Patch to Engine 1.1.26040.8 / Platform 4.18.26040.7. ITW chained exploitation confirmed by Huntress. Original brief.
  • CVE-2026-41089 (Windows Netlogon DC RCE): ITW exploitation ongoing via CLDAP to UDP/389. Patch from May 13 Patch Tuesday. 0patch available for EOL Server 2012/R2. Original brief.