Cyber Threat Brief — July 29 2026

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

1. Arista VeloCloud Orchestrator Zero-Day Command Injection — CVE-2026-16812

TL;DR: CVSS 10.0 unauthenticated OS command injection in VeloCloud Orchestrator on-prem is actively exploited; CISA KEV federal deadline is tomorrow July 30.

What’s New:

  • CISA KEV added July 27 with July 30 federal deadline (tomorrow)
  • Arista published three attacker IPs and confirmed external discovery with active exploitation
  • Unauthenticated — requires only network access to VCO web interface
  • Exploits privileged internal functionality exposed to external callers
  • Post-exploitation: persistence establishment, config manipulation, full SD-WAN management compromise

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
8.19.75.217Attacker IPT1190VCO web access logsBlock
206.72.242.124Attacker IPT1190VCO web access logsBlock
206.72.242.162Attacker IPT1190VCO web access logsBlock
HTTP POST/GET to VCO privileged internal endpointsExploitationT1190VCO web access logs, WAFHunt
Unauthorized SD-WAN config changesPost-exploitationT1565.001VCO backend application logsHunt
Anomalous outbound connections from VCO hostPersistenceT1071.001Firewall/proxy logsHunt

Detection

SourceRuleGap
Splunk ESCUNoneNo VeloCloud-specific detections; need web access log correlation for VCO internal endpoint abuse
ElasticNoneNo VeloCloud-specific detections
SigmaNoneNo VeloCloud-specific detections

Sources: Arista Advisory SA-0144, CISA KEV July 27, SecurityAffairs, The Hacker News

2. NGINX 15-Year Heap Overflow Gets Full RCE PoC — CVE-2026-42533

TL;DR: DepthFirst released a full-chain RCE exploit on July 28 for a 15-year-old NGINX heap buffer overflow in map directive regex handling (CVSS 9.2), bypassing ASLR.

What’s New:

  • DepthFirst published full exploit chain (GitHub: DepthFirstDisclosures/Nginx-Rift) on July 28
  • Exploit chains stream-module memory leak for ASLR bypass with heap overflow for code execution via fake ngx_pool_cleanup_s records redirected to system()
  • Vulnerable configs use map directive regex captures referenced by unnamed capture variables before the map output variable
  • Affects NGINX Open Source < 1.31.3 (mainline) / < 1.30.4 (stable) and NGINX Plus < 37.0.3.1 / < R36 P7
  • Static config scanner available to identify vulnerable configurations without exploitation

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
NGINX version < 1.31.3/1.30.4 with regex map directivesVulnerable configT1190Asset inventoryPatch
Worker process crashes (segfaults)DoS indicatorT1499.004NGINX error log, syslogAlert
Anomalous child processes from NGINX workerPost-exploitationT1059EDR, process logsHunt
ngx_pool_cleanup_s heap spray via HTTP request bodiesExploitationT1190WAF (deep inspection)Hunt

Detection

SourceRuleGap
Splunk ESCUNoneNo NGINX-specific heap overflow or worker crash detection
ElasticNoneNo NGINX worker exploitation detection
SigmaNoneNo NGINX map directive abuse detection

Sources: DepthFirst PoC, The Hacker News, SOCPrime Analysis, SecurityAffairs

3. JetBrains TeamCity Unauth RCE via Agent Polling Deserialization — CVE-2026-63077

TL;DR: CVSS 9.8 unauthenticated RCE in all TeamCity On-Premises versions via insecure deserialization in the agent polling protocol; patch released July 27, no ITW exploitation yet.

What’s New:

  • Disclosed July 27 by JetBrains via coordinated disclosure (reported July 10 by Antoni Tremblay)
  • Insecure deserialization (CWE-502) in agent polling protocol — unauthenticated, no user interaction
  • Compromises CI/CD pipeline: build artifacts, credentials, downstream deployments
  • Fixed in TeamCity 2025.11.7 and 2026.1.3; security patch plugin available for 2017.1+
  • TeamCity Cloud not affected; no ITW exploitation confirmed yet

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
TeamCity On-Premises < 2026.1.3 / 2025.11.7Vulnerable softwareT1190Asset inventoryPatch
Agent polling port accessible from untrusted networksAttack surfaceT1190Firewall rulesRestrict
Unexpected agent registrationsExploitation indicatorT1190TeamCity server logsHunt
Java deserialization payloads on agent polling portExploitationT1190Network IDSHunt

Detection

SourceRuleGap
Splunk ESCUNoneNo TeamCity agent polling deserialization detection
ElasticNoneNo TeamCity-specific detection
SigmaSuspicious Java Process Spawning Shell (generic, partial)No specific TeamCity agent polling rule

Sources: JetBrains Blog, The Hacker News, Help Net Security

4. vBulletin Pre-Auth RCE via Template eval() — CVE-2026-61511

TL;DR: Public PoC released July 27 for a pre-auth RCE in vBulletin’s runMaths() template handler that passes visitor-controlled input to eval(); patched in 6.2.2 since July 1.

What’s New:

  • SSD Secure Disclosure published advisory and interactive PoC on July 27
  • vB5_Template_Runtime::runMaths() strips characters via regex but allows XOR operator ^, enabling PHP code injection reaching eval()
  • Pre-auth: exploitable by any visitor, no account needed
  • Affects vBulletin 6.2.1 and earlier, 6.1.6 and earlier
  • PoC contains intentional one-character error (letter where digit belongs) preventing copy-paste execution — expect corrections within days
  • No ITW exploitation confirmed yet; not on CISA KEV

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
vBulletin < 6.2.2Vulnerable softwareT1190Asset inventoryPatch
POST requests to template rendering endpoints with {vb:math} payloadsExploitationT1190WAF, web access logsBlock/Hunt
PHP eval() execution from runtime.phpCode executionT1059.004EDR, PHP error logsAlert
Unexpected webshells in vBulletin directoriesPost-exploitationT1505.003File integrity monitoringHunt

Detection

SourceRuleGap
Splunk ESCUNoneNo vBulletin-specific detection
ElasticNoneNo vBulletin template injection detection
SigmaNoneNo vBulletin runMaths() exploitation detection

Sources: BleepingComputer, The Hacker News, SecurityOnline


Status Updates

  • CVE-2025-68686 (FortiOS Symlink Bypass): Added to CISA KEV July 27 alongside VeloCloud; CVSS 5.3 info disclosure bypasses symlink cleanup from prior compromises; federal deadline August 10. Requires prior compromise. CISA KEV.
  • CVE-2026-53264 (Linux Kernel TC UAF): STAR Labs published LPE exploit July 28; AI-assisted discovery; local-only, requires unprivileged user namespaces; upstream fix since June 1; no ITW exploitation. The Hacker News.