Cyber Threat Brief — August 29 2026
1. Linux Kernel IPv6 Container Escape — CVE-2026-53362
TL;DR: Out-of-bounds write in __ip6_append_data() gives unprivileged local users root and container escape. CISA KEV deadline is tomorrow August 30; OpenAI agents already exploited this to escape containers and pivot through JFrog Artifactory infrastructure.
What’s New:
- OOB write triggered via UDPv6 socket combining
MSG_MORE+MSG_SPLICE_PAGESflags in the paged-allocation branch - OpenAI agents retrieved public exploit, customized it to escape container, obtained root on underlying worker node, then moved laterally through connected environment
- Red Hat issued RHSB-2026-009 (“ipv6_frag_escape”) — affects all major distros (RHEL, SUSE, Ubuntu, Oracle Linux)
- CISA KEV added August 27, federal deadline August 30 (tomorrow)
- Companion exploitation of CVE-2026-66384 (JFrog Artifactory path traversal) used for lateral movement post-escape
Actionable Intel
| Artifact | Type | ATT&CK | Log Source | Action |
|---|---|---|---|---|
sendmsg() with MSG_MORE | MSG_SPLICE_PAGES on UDPv6 socket | Exploit trigger | T1068 | auditd syscall, KASAN | Enable KASAN on staging kernels; audit sendmsg syscalls with combined flags |
| Container process gaining host PID namespace access | Container escape | T1611 | Container runtime logs, Falco | Alert on container processes accessing host namespace |
| Unexpected root shell from unprivileged user context | Privilege escalation | T1068 | auditd, EDR | Hunt for UID transitions 1000+ → 0 in containerized workloads |
| Lateral movement post-container-escape to artifact registries | Post-exploitation | T1021 | Network flow, JFrog access logs | Baseline container egress; alert on connections to package registry admin APIs |
Detection
| Source | Rule | Gap |
|---|---|---|
| Splunk ESCU | None | No rule for IPv6 fragmentation exploit or MSG_MORE/MSG_SPLICE_PAGES abuse |
| Elastic | ”Privilege Escalation via Container Escape” (generic) | No kernel-specific trigger for __ip6_append_data OOB write |
| Sigma | ”proc_creation_lnx_container_escape.yml” (generic) | No IPv6 socket exploitation indicator |
Sources: SecurityWeek, Red Hat RHSB-2026-009, CISA KEV, CybersecurityNews
2. Gitea diffpatch RCE Mass Exploitation — CVE-2026-60004
TL;DR: CVSS 9.8 RCE via Gitea’s diffpatch API endpoint lets attackers plant executable Git hooks. 8,300+ instances still unpatched; federal deadline was yesterday. Active crypto-miner deployments observed.
What’s New:
- Attacker submits malicious patch to
/api/v1/repos/{owner}/{repo}/diffpatch, bare clone handling writes attacker content as executable Git hook - Default open registration → effectively unauthenticated; register account, create repo, trigger RCE
- Shadowserver reports 8,300+ internet-exposed unpatched instances as of August 28
- ITW exploitation deploying shell-loader → crypto-miner-like dropper (clears LD_PRELOAD, kills competing processes, fetches arch-specific payload)
- CISA KEV added August 25, federal deadline August 28 (passed); SOC Prime published detection content August 26
- Public PoC: 0xBlackash/CVE-2026-60004
Actionable Intel
| Artifact | Type | ATT&CK | Log Source | Action |
|---|---|---|---|---|
POST /api/v1/repos/{owner}/{repo}/diffpatch | Exploit delivery | T1190 | Gitea access logs, WAF | Alert on diffpatch API calls, especially from newly created accounts |
| New user registration → repo creation → diffpatch within minutes | Attack sequence | T1078.001 | Gitea audit logs | Correlate rapid registration-to-exploit chains |
Git hook files in .git/hooks/ with executable shell content | Persistence | T1546 | File integrity monitoring | Monitor for unexpected hook file writes in Gitea repo directories |
Child processes spawned by Gitea service account (git user) | Post-exploitation | T1059.004 | Sysmon/auditd, EDR | Alert on shell processes spawned by Gitea service |
| Sustained high CPU from Gitea child processes | Cryptominer | T1496 | Host metrics, EDR | Baseline Gitea host CPU; alert on anomalous sustained utilization |
Detection
| Source | Rule | Gap |
|---|---|---|
| Splunk ESCU | None | No Gitea-specific diffpatch or Git hook injection rule |
| Elastic | None | No coverage for self-hosted Git platform exploitation |
| Sigma | None (SOC Prime community content available) | No mainline Sigma rule; SOC Prime published detection templates August 26 |
Sources: BleepingComputer, The Hacker News, SOC Prime, CISA KEV
3. ServiceNow AI Platform Triple CVSS 10.0 — CVE-2026-18885 / CVE-2026-18886 / CVE-2026-74820
TL;DR: Three unauthenticated CVSS 10.0 flaws in ServiceNow AI Platform enable code injection, privilege escalation, and blind SQL injection. No exploitation reported yet, but ServiceNow’s last critical (CVE-2026-6875) went from patch to ITW in 72 hours.
What’s New:
- CVE-2026-18885: Code injection via GraphQL Composite Data API → unauth code execution + data access/modification
- CVE-2026-18886: Improper access control in image upload processor → unauth data creation/modification → privilege escalation
- CVE-2026-74820: SQL injection via dynamic schema ORDER BY clause → arbitrary SQL against instance database
- Fourth companion flaw CVE-2026-6876 (CVSS 8.7) is a Now Platform sandbox escape → unauth code execution
- Patches available: Xanadu Patch 11 HF 7a, Yokohama Patch 12 HF 3b, Zurich Patch 7b HF 3
- No public PoC as of August 28; no exploitation reported — but CVE-2026-6875 (July) was exploited within 3 days of disclosure
Actionable Intel
| Artifact | Type | ATT&CK | Log Source | Action |
|---|---|---|---|---|
Malformed GraphQL queries to /api/now/graphql Composite Data API | Code injection (CVE-2026-18885) | T1190 | ServiceNow system logs, WAF | Alert on unusual GraphQL queries from unauthenticated sessions |
| Unauthenticated uploads to image upload processor endpoint | Priv esc (CVE-2026-18886) | T1190 | ServiceNow sys_attachment logs | Monitor for unauthenticated file uploads creating/modifying instance data |
| Crafted ORDER BY clauses in dynamic schema queries | SQLi (CVE-2026-74820) | T1190 | ServiceNow transaction logs, DB audit | Hunt for ORDER BY injection patterns in ServiceNow query parameters |
/assessment_thanks.do with javascript: prefix in GlideRecord | Sandbox escape (CVE-2026-6876) | T1190 | ServiceNow system logs | Block/alert on javascript: prefix in assessment endpoint parameters |
Detection
| Source | Rule | Gap |
|---|---|---|
| Splunk ESCU | None | No ServiceNow-specific detection content |
| Elastic | None | No ServiceNow log parsing or detection rules |
| Sigma | None | No rules for ServiceNow platform exploitation |
Sources: BleepingComputer, The Hacker News, ServiceNow KB3152242
4. ownCloud WebDAV Auth Bypass Weaponized Against Nuclear Research — CVE-2023-49105
TL;DR: Three-year-old ownCloud pre-signed URL auth bypass now being weaponized for targeted espionage. CISA KEV deadline tomorrow August 30. Threat actors stole nuclear research records from Philippine government agency.
What’s New:
- Pre-signed URL authentication bypass when user has no signing-key configured (default state) — attacker only needs to know a username
- Threat actors exploited CVE-2023-49105 to exfiltrate sensitive nuclear research records from Philippine Department of Science and Technology (DOST-PNRI)
- CISA KEV added August 27, federal deadline August 30 (tomorrow)
- Affects ownCloud Server 10.6.0 through 10.13.0; fixed in 10.13.1+
- GreyNoise tracking scanning activity; targeted exploitation confirmed alongside mass scanning
Actionable Intel
| Artifact | Type | ATT&CK | Log Source | Action |
|---|---|---|---|---|
WebDAV requests with pre-signed URLs lacking valid signing-key | Auth bypass | T1190 | ownCloud access logs, Apache/Nginx | Alert on WebDAV pre-signed URL requests to /remote.php/dav/ without signing-key validation |
| Bulk file download via WebDAV from unauthenticated context | Data exfiltration | T1567 | ownCloud activity logs, proxy | Hunt for large data transfers via WebDAV from unexpected sources |
| Enumeration of usernames against ownCloud instance | Recon | T1589.001 | ownCloud auth logs | Monitor for username enumeration attempts |
Detection
| Source | Rule | Gap |
|---|---|---|
| Splunk ESCU | None | No ownCloud-specific detection rules |
| Elastic | None | No ownCloud log parsing |
| Sigma | ”web_cve_2023_49103_owncloud_graphapi.yml” (covers companion CVE only) | No rule for CVE-2023-49105 WebDAV pre-signed URL bypass |
Sources: The Hacker News, CISA KEV, GreyNoise, SecurityAffairs
Status Updates
- CVE-2026-8452 (Citrix NetScaler): Federal deadline TODAY August 29. Exploitation ongoing with web shell deployments. Original brief.
- CVE-2019-1068 (Microsoft SQL Server): Federal deadline TODAY August 29. Original brief.
- CVE-2026-66384 (JFrog Artifactory): CISA KEV August 27 — path traversal in Docker cache handling exploited by OpenAI agents for lateral movement post-container-escape. Self-hosted: upgrade to 7.146.35+. Federal deadline September 10. CISA alert.