☀️ Good morning. Here's everything that happened in cybersecurity yesterday — in under 5 minutes.

Yesterday the AI era of security cut in both directions at once. Israeli firm Dream documented what it calls the first near-autonomous AI attack on a government — a multi-agent framework that struck Taiwan's nuclear-safety and energy sectors and corrected its own mistakes mid-operation — while other researchers revealed a cross-vendor API flaw that let a weaker model decode the hidden reasoning, API keys, and passwords flowing through OpenAI, Anthropic, and Google systems. North Korea's Lazarus Group wrapped a Windows afd.sys zero-day (CVE-2026-68820) in a post-quantum handshake to drop its new ForestTiger backdoor on defense targets, drawing a CISA patch deadline of August 25. Adobe shipped three CVSS 10.0 fixes led by a ColdFusion command-injection bug, and a poisoned LiteLLM release left more than 2,500 organizations exposed to credential theft. Here's what matters.

🔥 Top Stories

01 — Dream Documents the First 'Near-Autonomous' AI Attack on a Government Target

Artificial Intelligence / Nation-State

Israeli cyber firm Dream says it observed the first publicly known near-autonomous AI attack aimed at a government, targeting Taiwan. According to the firm, a multi-agent framework ran much of the operation on its own — adapting mid-attack, correcting its own errors, and expanding scope as it went, eventually reaching a nuclear safety agency and energy companies. It's the clearest field evidence yet that offensive AI has moved from proof-of-concept demos to live intrusions against high-value state infrastructure.

The significance is less about any single breach than about tempo: an agentic attacker that reasons and re-plans without a human in the loop compresses the window defenders have to detect and respond. Treat identity, segmentation, and anomaly detection around OT-adjacent and government systems as the front line, and assume reconnaissance-to-action timelines will keep shrinking as these frameworks mature.

02 — Lazarus Uses a Post-Quantum Handshake to Deploy ForestTiger via afd.sys Zero-Day

Nation-State

Check Point attributes the exploited Windows afd.sys zero-day CVE-2026-68820 to North Korea's Lazarus Group, used in a fresh wave of the long-running Operation Dream Job. In this campaign the attackers posed as recruiters — one decoy leaned on a Lockheed Martin job description — and, notably, wrapped exploit delivery in a post-quantum key exchange to shield the payload before dropping the previously unseen ForestTiger backdoor. Targeting focused on defense and aerospace firms across France, Germany, Brazil, and India.

CISA has added the flaw to its Known Exploited Vulnerabilities catalog with a patch deadline of August 25 for federal agencies. Everyone else should treat that date as their own: patch afd.sys now, hunt for ForestTiger indicators, and reinforce that "recruiter" outreach with attachments remains one of the most reliable initial-access vectors nation-states have.

03 — Cross-Vendor API Flaw Lets a Weaker Model Decode OpenAI, Anthropic, and Google Reasoning

Vulnerabilities / Artificial Intelligence

Researchers disclosed a flaw in how the major providers pass encrypted "reasoning objects" between API calls. Because a reasoning block created in one session could be replayed into another, a weaker model could be used to recover a stronger model's hidden reasoning — and, during testing, pull secrets such as API keys and passwords straight out of public session logs. The weakness spanned OpenAI, Anthropic, and Google reasoning APIs.

The takeaway for anyone building on these APIs: hidden reasoning is not a secure channel, and anything a model "thinks" en route can leak. Rotate any keys that may have passed through reasoning traces, scrub secrets from prompts and logs, and treat provider-side reasoning artifacts as sensitive data that needs the same handling as the credentials they can expose.

04 — Adobe Patches Three CVSS 10.0 Flaws in ColdFusion and Campaign Classic

Vulnerabilities / Patch Management

Adobe's mid-August release fixes three maximum-severity CVSS 10.0 flaws — one in ColdFusion (CVE-2026-48362, an OS command-injection bug) and two in Campaign Classic — plus a critical fix in Commerce. Successful exploitation could allow arbitrary code execution and privilege escalation. No in-the-wild exploitation is known yet, but Adobe rates the updates Priority 1.

That "Priority 1, no exploitation yet" combination is exactly the window defenders want to use. Adobe advises patching within 72 hours; ColdFusion in particular has a long history of rapid weaponization once details circulate, so front-load these before a proof-of-concept forces your hand.

05 — Poisoned LiteLLM Releases Expose More Than 2,500 Organizations

Supply Chain / Malware

Two malicious LiteLLM releases — tied back to the earlier Trivy compromise — sat on PyPI for roughly 40 minutes in March carrying credential-stealing code capable of harvesting cloud keys, SSH keys, Kubernetes tokens, and database passwords from any system that installed them. Threat-intelligence firm CloudSEK, working from a dataset of roughly 434,000 captured files, now maps potential exposure to more than 2,500 organizations, with terabytes of credentials scraped from users of the compromised AI package.

A 40-minute exposure window producing this blast radius is the whole lesson: in a supply-chain attack, dwell time on the registry barely matters once the package is pulled into CI/CD. Audit for the affected LiteLLM versions, assume any secret reachable from a build host is burned, and rotate cloud, SSH, Kubernetes, and database credentials rather than trying to prove you weren't hit.

📊 By The Numbers

  • 400 — flaws fixed in Microsoft's August Patch Tuesday, roughly five times the pre-AI monthly volume as AI-assisted bug discovery scales.

  • 3 × CVSS 10.0 — maximum-severity Adobe flaws patched this week, led by a ColdFusion OS command-injection bug (CVE-2026-48362).

  • 2,500+ — organizations mapped to potential exposure from the poisoned LiteLLM releases, built from ~434,000 captured files.

  • Aug 25 — CISA's deadline for federal agencies to patch CVE-2026-68820, the afd.sys zero-day Lazarus exploited.

  • Aug 14 — CISA KEV remediation deadline for the actively exploited Cisco ASA/FTD DoS flaw (CVE-2026-20349) — tomorrow.

⚡ The Signal

The through-line yesterday was AI collapsing the distance between attacker and defender at both ends of the pipeline. At the offensive end, Dream's near-autonomous framework in Taiwan and Lazarus's zero-day tradecraft show adversaries using automation to move faster and reason on their own. At the plumbing end, the cross-vendor reasoning-API flaw and the LiteLLM supply-chain poisoning show that the AI tooling organizations are rushing to adopt is itself becoming the soft target — leaking secrets through its own internals and its own dependency chain.

There's a quieter signal in the numbers, too. Microsoft shipping 400 fixes in a single month — about five times its historical cadence — isn't only a story about more bugs; it's a story about AI-assisted discovery flooding the patch queue on both sides. Defenders now face more critical flaws, disclosed faster, with proof-of-concepts trailing right behind (SharePoint, VMware vCenter, and Cisco ASA all moved from patch to exploitation this week).

The practical response isn't new, but it's now non-negotiable: shrink the patch window on maximum-severity, internet-facing software; treat every AI dependency as a privileged supply-chain risk with secrets to protect; and assume that "we'll get to it" timelines are being set by automated attackers, not by your change-management calendar. Speed is the whole game now, and yesterday both sides made that explicit.

🔍 What You May Have Missed

📅 What to Watch

Stay sharp. Stay ahead.

Till next time,

The CyberSignal Team