Cyber Threat Brief — August 18 2026

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

1. Ray AI Framework Browser-Based RCE — CVE-2025-62593

TL;DR: CISA added CVE-2025-62593 (CVSS 9.4) to KEV on August 17 with an August 20 federal deadline. RondoDox DDoS botnet and ShadowRay 2.0 cryptomining campaigns actively exploiting unpatched Ray instances via DNS rebinding + User-Agent bypass.

What’s New:

  • CISA KEV addition August 17, three-day federal remediation deadline (August 20)
  • RondoDox botnet incorporated exploit two days before November 2025 public disclosure (per BitSight March 2026 report)
  • ShadowRay 2.0 campaign turns NVIDIA GPU clusters into self-replicating cryptomining botnets
  • Attack vector: malicious website or ad triggers DNS rebinding against developer’s local Ray instance via Firefox/Safari — User-Agent header check (starts with “Mozilla”) is trivially bypassed
  • Exploitation targets unauthenticated endpoints /api/jobs and /api/job_agent/jobs/ — no auth ever implemented

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
/api/jobs, /api/job_agent/jobs/Endpoint (unauthenticated)T1190Ray dashboard logs, web proxyBlock external access, audit internal access
DNS rebinding pattern (short TTL A record flip)TechniqueT1071.001DNS logsHunt for rapid A-record changes targeting internal IPs
User-Agent header manipulation (non-Mozilla prefix)Bypass indicatorT1036Ray access logsAudit Ray API access with modified UA strings
XMRig / cryptominer processes on GPU nodesPost-exploitationT1496Process monitoring, GPU utilizationAlert on unexpected GPU compute
Ray port 8265 (dashboard) exposed to internetMisconfigurationT1190Shodan/Censys, firewall rulesBlock internet exposure immediately

Detection

SourceRuleGap
Splunk ESCUNoneNeed Ray API abuse detection; GPU cryptomining process anomaly
ElasticNoneNeed Ray dashboard unauthenticated access rule
SigmaNoneNeed DNS rebinding detection (rapid TTL flip + internal IP resolution)

Sources: CISA KEV Alert · The Hacker News · SecurityAffairs · GHSA-q279-jhrf-cc6v


2. Forminator WordPress Plugin Pre-Auth RCE — CVE-2026-15748

TL;DR: CVSS 9.8 unrestricted file upload in Forminator Forms (600K+ active installs) enables unauthenticated PHP webshell upload and full site takeover. No login or user interaction required — only needs a form with File Upload + Select fields.

What’s New:

  • Disclosed August 17 by researcher “daroo” via Wordfence
  • Attack chains Select field sanitization gap to smuggle a forged Upload field record with attacker-controlled config, bypassing file type restrictions
  • Prerequisite: target form must contain both a File Upload field and a Select field
  • No confirmed ITW exploitation yet, but trivial exploitation path (no PoC needed — just a crafted multipart POST)
  • Patched in Forminator 1.56.2

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
POST to /wp-admin/admin-ajax.php with action=forminator_submit_form_*Exploit requestT1190WAF, web access logsMonitor for multipart uploads with nested Select field abuse
.php files in wp-content/uploads/forminator/Webshell indicatorT1505.003File integrity monitoringAlert on any .php in upload dirs
Unexpected file extensions in Forminator upload dirsPost-exploitationT1505.003FIM, directory listingAudit upload roots for executable files
Forms combining File Upload + Select fieldsAttack surfaceN/AWordPress adminAudit and restrict or update plugin

Detection

SourceRuleGap
Splunk ESCUWeb Shell Indicator (generic)Need Forminator-specific upload path rule (wp-content/uploads/forminator/)
ElasticWebshell Detection: Script Process Child (generic)Need WordPress plugin upload abuse detection
Sigmawebshell_detection_file_creation.yml (generic)Need path-specific variant for Forminator upload directories

Sources: The Hacker News · SecurityOnline · NVD


3. GitLab GraphQL Code Injection — CVE-2026-19478

TL;DR: CVSS 9.4 unauthenticated code injection via GraphQL directive in GitLab CE/EE allows remote deletion or modification of public projects and user data. Patched August 17 — no ITW exploitation yet, but high weaponization likelihood for self-managed instances.

What’s New:

  • Patched in GitLab 19.2.4, 19.1.6, 19.0.8, 18.11.11 (released August 17)
  • Affects all self-managed CE/EE versions from 18.2 through unpatched current branches
  • GitLab.com and GitLab Dedicated already patched — self-managed instances at risk
  • Companion CVE-2026-19650 (high-severity CSRF in GraphQL multiplex) patched in same release
  • No PoC or ITW exploitation observed yet — integrity impact (data destruction) makes this high-priority

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
POST /api/graphql with malicious directive payloadsExploit requestT1190GitLab nginx access logs, WAFMonitor for unusual GraphQL mutations from unauthenticated sessions
Unexpected project deletions or modificationsPost-exploitationT1485GitLab audit logs (gitlab-rails/audit_json.log)Alert on public project state changes without authenticated session
GET-based GraphQL mutations (CVE-2026-19650)CSRF exploitT1189GitLab nginx access logsBlock GraphQL mutations via GET requests

Detection

SourceRuleGap
Splunk ESCUNoneNeed GitLab GraphQL abuse detection (unauthenticated mutations)
ElasticNoneNeed GitLab audit log correlation for unauthorized project modifications
SigmaNoneNeed GitLab-specific GraphQL injection signature

Sources: The Hacker News · CybersecurityNews · SecurityAffairs · GBHackers


Status Updates

  • CVE-2026-59310/59309 (VMware vCenter): QUIRSO China-nexus attribution and Babuk ransomware deployment covered yesterday; 361 victims across 47 countries; exploitation ongoing. Aug 17 brief.
  • CVE-2026-58231 (SAP Commerce Cloud): Exploitation ongoing since August 14 via patch-diffed Data Hub Adapter endpoint; no public PoC. Aug 16 brief.
  • CVE-2026-50656 (Windows Defender ShieldBreak): Still UNPATCHED. ShieldBreak bypass of July patch uses Cloud Filter API callbacks; 100% success on Win11 25H2/Server 2025. WDAC/AppLocker primary mitigation. Aug 16 brief.
  • CVE-2026-68820 (Windows afd.sys / Lazarus FudModule): CISA KEV deadline August 25 approaching; Lazarus Dream Job campaign ongoing; no new IOCs. Aug 12 brief.
  • CVE-2026-55040/63520 (SharePoint pre-auth RCE): Active exploitation ongoing since August 12 after Rapid7 PoC; 8,500+ internet-exposed instances. Aug 16 brief.
  • CVE-2026-72898 (Metabase): Federal CISA KEV deadline passed August 14; active exploitation ongoing; no new artifacts. Aug 12 brief.