Cyber Threat Brief — August 25 2026

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

1. Gitea Org-Mode File Read → RCE — CVE-2026-59774

TL;DR: Unauthenticated arbitrary file read in Gitea (CVSS 9.8) via Org-mode #+INCLUDE directive chains to full RCE by extracting INTERNAL_TOKEN from app.ini. 10,000+ instances exposed; exploitation confirmed ITW.

What’s New:

  • Disclosed August 2, patched in v1.27.1; active exploitation confirmed by Rescana and Criminal IP in late August
  • Unauthenticated POST /{owner}/{repo}/markup with Org-mode #+INCLUDE: "/etc/gitea/app.ini" leaks secrets, database credentials, and INTERNAL_TOKEN
  • RCE chain: read app.ini → extract INTERNAL_TOKEN → inject Git hook via internal API → trigger hook on anonymous clone
  • Affects Gitea v1.22.1 through v1.27.0; any public repo with code unit enabled is sufficient
  • Not yet on CISA KEV; no CVE scanner signature widely deployed

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
POST /{owner}/{repo}/markup with #+INCLUDE: containing absolute pathsInitial AccessT1190Gitea access logs, WAF logsBlock/alert on Org-mode markup requests containing filesystem paths (/etc/, /opt/, /home/)
Reads of app.ini, /etc/passwd, /etc/shadowCredential AccessT1552.001Gitea audit log, auditdHunt for file access to app.ini from web service context
Internal API calls using extracted INTERNAL_TOKENExecutionT1059Gitea internal API logsAlert on internal API authentication from non-localhost IPs
Git hook injection (post-receive, pre-receive)PersistenceT1546File integrity monitoringMonitor custom/hooks/ directories for unexpected scripts
Outbound connections from Gitea service accountC2T1071.001Firewall/proxy logsBaseline Gitea server egress; alert on new destinations

Detection

SourceRuleGap
Splunk ESCUNoneNo Gitea-specific coverage; need custom rule on access logs for POST /markup with #+INCLUDE patterns
ElasticNoneNo coverage for Org-mode file inclusion abuse
Sigmaweb_application_attack.yml (generic)Missing Gitea-specific path traversal via markup rendering detection

Sources: The Hacker News · Rescana Active Exploitation Alert · Criminal IP Analysis · CyberSecurity News


2. Windows AFD.sys Privilege Escalation — CVE-2026-68820 (KEV Deadline TODAY)

TL;DR: CISA KEV federal remediation deadline is TODAY (August 25). Lazarus Group continues exploiting this use-after-free in afd.sys to deploy FudModule v3.1 rootkit against defense and aerospace targets via Operation Dream Job.

What’s New:

  • CISA KEV deadline August 25 — federal civilian agencies must have applied the August 11 Patch Tuesday fix by end of day
  • Lazarus exploited as zero-day for 5+ weeks pre-patch targeting defense/aerospace firms in France, Germany, Brazil, India
  • Attack chain: fake job offer PDF → SecurityPDF loader → Troy backdoor → ForestTiger C2 → CVE-2026-68820 EoP → FudModule v3.1 kernel rootkit
  • Use-after-free race condition in afd.sys (CWE-416); local attacker escalates from standard user to SYSTEM
  • CVSS 7.0; exploitation requires existing code execution on target

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
SecurityPDF.exe (trojanized PDF viewer)ExecutionT1204.002EDR, Sysmon Event 1Block/alert on unsigned PDF viewers spawning child processes
ForestTiger backdoorC2T1071.001EDR, DNS logsHunt for DGA-like domains and beaconing from endpoints with defense-sector users
FudModule v3.1 kernel rootkitDefense EvasionT1014Kernel driver load events (Sysmon 6), ETWAlert on unsigned driver loads; hunt for DKOM-based process hiding
Anomalous afd.sys IOCTL callsPrivilege EscalationT1068ETW, EDR kernel telemetryMonitor for high-volume IOCTLs from non-networking processes
Token elevation: standard user → SYSTEMPrivilege EscalationT1134.001Windows Event 4672, 4688Alert on SYSTEM-level process creation from standard user sessions

Detection

SourceRuleGap
Splunk ESCUWindows Drivers Loaded by Non-Standard Processes (partial)No specific AFD.sys IOCTL abuse detection; no Lazarus Operation Dream Job behavioral coverage
ElasticKernel Driver Load (generic)Missing specific FudModule v3.1 rootkit indicators and DKOM detection
Sigmadriver_load_unsigned.yml (partial)No CVE-2026-68820-specific race condition detection; gap on token manipulation from low-privilege sessions

Sources: The Hacker News · SecurityWeek · SOC Prime · CISA KEV


Status Updates

  • CVE-2026-50656 / ShieldBreak (Defender): Still UNPATCHED. ShieldBreak bypass released Aug 12. WDAC/AppLocker remain primary mitigation. Original brief.
  • CVE-2026-33824 (Windows IKE): 9 public PoCs now on GitHub including kaleth4 and EpSiLoNPoInTOrI repos. KEV deadline passed Aug 21. Patch from April 2026. Original brief.
  • CVE-2026-55040 (SharePoint JWT): Active exploitation ongoing since Aug 12 per Rapid7 PoC. ~8,500 on-prem instances exposed. Apply July + August CUs. Original brief.
  • CVE-2026-59310 (VMware vCenter): China-nexus APT — 361 victims across 47 countries. Babuk-derived ESXi ransomware. Reverse_ssh persistence. Original brief.
  • CVE-2026-65400 (macOS Screen Sharing): Monero cryptojacking ongoing on exposed Macs. XMRig deployed as .config/sysmond. Patch in macOS 26.6.1/15.7.9/14.8.9. Original brief.
  • LegacyHive / CVE-2026-62832 (Windows User Profile Service): PATCHED by Microsoft in August Patch Tuesday (Aug 11). Previously tracked as unpatched 0-day since July 16. Apply KB immediately. Original brief.