This Week’s Pattern: AI Became the Attacker.

Every prior week we’ve written about AI as something attackers use — a productivity tool, a target, a new surface to defend. This week the line moved. AI became the attacker itself. Dark Reading documented JadePuffer, the first complete LLM-driven ransomware operation: a model that ran reconnaissance, lateral movement, payload deployment, and even victim negotiation end-to-end, improvising at each step instead of executing a fixed playbook. In a separate case, The Hacker News detailed an AI agent that chained the live Langflow RCE (CVE-2026-55255, now on CISA’s KEV and actively harvesting credentials) into fully automated database ransomware — weaponizing a vulnerability the day it mattered, faster than any patch cycle. And in the most unsettling twist, the AI security agents built to catch malicious code were themselves tricked into running it.

The AI-agent supply chain turned malicious in parallel. SkillCloak showed malicious agent skills using self-extracting packing to slip past static scanners, then unpacking at runtime with the agent’s privileges. GhostApproval used symlink flaws to let a malicious repository execute code inside AI coding agents the moment they clone and inspect it — code execution in dev and CI with the agent’s access. “Phantom Squatting” emerged as an AI-driven supply-chain threat. Prompt injection reached RCE in GitHub Agentic Workflows; Copilot refused harmful requests in chat and then wrote them as code; and the Januscape VM-escape flaw hit Intel and AMD systems alike. The common thread: an agent’s attack surface is everything it reads, and the model’s own safety is not a boundary you can trust.

Underneath it all is an identity reckoning. As Dark Reading put it this week, AI agents are a new kind of identity — and most organizations aren’t ready. Agents authenticate, hold credentials, act at machine speed, and never get deprovisioned; human IAM simply doesn’t fit. Meanwhile the old-fashioned breaches kept landing at scale — Accenture confirmed 35GB of source code stolen, KDDI breached 12 million-plus people, and AssuranceAmerica exposed roughly 6.9 million drivers. We built one of the best identity and agent-governance stacks out there — and we still tell every customer it’s the front door, not the whole house. Here are the 21 that matter and what stops them.

AI as the Attacker

1 — JadePuffer: The First Complete LLM-Driven Ransomware Operation

1 JadePuffer — An LLM Ran Recon, Lateral Movement, Payload, and Negotiation End-to-End CRITICAL · AI ATTACKER · RANSOMWARE
Dark Reading · July 6, 2026 · JadePuffer · first fully LLM-orchestrated ransomware operation · improvised, non-signature attack chain

Dark Reading documented JadePuffer, described as the first complete LLM-driven ransomware operation. Rather than a human operator running a toolkit, a large language model orchestrated the full kill chain: reconnaissance of the environment, lateral movement between hosts, deployment of the encryption payload, and even the extortion negotiation with the victim. The defining trait is that the model improvised — adapting its commands to what it found rather than following a fixed script — which means each intrusion looked different and none of it matched a known signature. It is the clearest sign yet that autonomous offensive AI has moved from research demo to operational threat.

Signature- and IOC-based defenses were built on the assumption that malware repeats itself. An improvising LLM breaks that assumption on purpose: it writes novel commands, takes novel paths, and never reuses a hash you can blocklist. You cannot catch this at the file layer, because there is nothing static to catch. When the attacker is a model that reasons and adapts, the only thing that reliably stops it is enforcement at the behaviour layer — identity on every actor, runtime policy on every action, and a switch that kills it before encryption spreads.

Most Advanced AI Security Zero Trust · Defence in Depth

A sub-10ms Kill Switch means an LLM-driven ransomware run is stopped in the reconnaissance phase, not discovered after the files are encrypted.

2 — AI Agent Chains the Langflow RCE (CVE-2026-55255) Into Automated Database Ransomware

2 Langflow — An AI Agent Weaponizes a Live, KEV-Listed CVE Into Fully Automated Database Ransomware VENDOR ADVISORY CRITICAL · AI ATTACKER · KEV EXPLOIT
The Hacker News · July 2, 2026 · CVE-2026-55255 (Langflow RCE) · on CISA KEV · active credential-harvesting · agent-driven exploitation

The Hacker News reported that attackers wired an AI agent to exploit CVE-2026-55255, a remote code execution flaw in Langflow that CISA has added to its Known Exploited Vulnerabilities catalog and that is under active exploitation for credential harvesting. The agent didn’t just trigger the RCE — it chained it into an automated sequence that reached databases and executed ransomware against them without a human at the keyboard. Because the agent handles exploitation, credential theft, and encryption as one loop, it operates at machine speed and can turn a freshly disclosed CVE into a full ransomware event essentially on day one.

The defensive assumption behind patch management is that humans exploit vulnerabilities at human speed, giving defenders a window. An agent that weaponizes a KEV-listed CVE the day it lands collapses that window to nothing — you cannot patch faster than an autonomous loop that already has the exploit. The only durable answer is to shrink the blast radius so that a successful RCE doesn’t become a database-wide ransomware event. You will not out-patch an agent; you contain it by scoping its identity, constraining what it can reach, and killing it the instant it deviates.

Most Advanced AI Security How RuntimeAI Stops This

When an agent turns a live CVE into ransomware faster than you can patch, RuntimeAI’s scoped identity and runtime containment are what keep one RCE from becoming a company-wide encryption event.

3 — The AI Security Agents Built to Catch Malicious Code Can Be Tricked Into Running It

3 AI Defenders Subverted — Top Code-Analysis Agents Coaxed Into Executing the Very Malware They Screen For HIGH · AI ATTACKER · DEFENDER SUBVERSION
The Hacker News · July 9, 2026 · top AI security / code-analysis agents · adversarial inputs trigger execution during “inspection”

The Hacker News reported research showing that several leading AI agents designed to detect malicious code can themselves be manipulated into executing it. By crafting inputs that exploit how these agents inspect and reason about untrusted code, an attacker can turn the security tool into the delivery mechanism — the agent runs the payload it was supposed to flag, with whatever privileges the analysis environment holds. The finding undercuts a comforting assumption baked into a wave of new AI-security products: that an AI defender is inherently safer than the code it examines.

If your defense is an AI agent, then your defense has an attack surface — and this week it was demonstrated live. Trusting the model to be secure because it’s a “security” model is the same category error as trusting the perimeter because it’s a “firewall.” The agent’s reasoning can be steered, so its safety has to be enforced from outside, on every action it actually takes. You cannot subordinate your controls to the model’s judgment — runtime policy on each action, not trust in the analyzer, is what keeps a subverted defender from becoming an execution vector.

Most Advanced AI Security Zero Trust, Layer by Layer

The AI defenders are subvertible too; RuntimeAI enforces the boundary outside the model, so a tricked security agent is a contained anomaly rather than a trusted execution path.

4 — Chinese LLMs Broaden the Gap Between Attackers and Defenders

4 Capable Open Chinese Models Lower the Cost of AI-Driven Attacks — and Defenders Can’t Simply Out-Model Them HIGH · AI ATTACKER · THREAT LANDSCAPE
Dark Reading · July 3, 2026 · capable open Chinese LLMs · lower the cost of offensive AI · widening attacker-defender asymmetry

Dark Reading reported that the rapid rise of capable open Chinese LLMs is broadening the gap between attackers and defenders. As powerful models become freely available and cheap to run, the cost of AI-driven offense — automated reconnaissance, exploit development, phishing, and the kind of autonomous operations seen elsewhere this week — falls sharply for adversaries. Defenders cannot close that gap by adopting a better model, because the same capability is available to everyone; the asymmetry favors whoever is willing to point it at attacks first.

The comforting idea that better defensive AI keeps you ahead breaks when the frontier is open and cheap: the adversary has the same models you do, and fewer constraints on how they use them. You will not out-model an attacker who can run the same capability for free. What you can control is what any AI — yours or theirs — is allowed to do inside your environment at runtime. The advantage isn’t a smarter model; it’s governing AI at the point of action with policy, screening, and a kill switch the adversary’s model never gets to bypass.

Most Advanced AI Security Zero Trust · Defence in Depth

You can’t out-model an adversary with free frontier AI; RuntimeAI governs what AI does at runtime, so the attacker’s capability advantage stops at your Control Plane and Kill Switch.

The AI Agent Supply Chain Turns Malicious

5 — SkillCloak: Malicious AI-Agent Skills Evade Static Scanners Via Self-Extracting Packing

5 SkillCloak — Packed Agent Skills Look Clean to Scanners, Then Unpack at Runtime With the Agent’s Privileges HIGH · AI SUPPLY CHAIN · AGENT SKILLS
The Hacker News · July 6, 2026 · SkillCloak · malicious AI-agent skills · self-extracting packing evades static analysis

The Hacker News detailed SkillCloak, a technique for hiding malicious behaviour inside AI-agent skills — the reusable capability modules agents load to extend what they can do. The malicious logic is packed so that static scanners see benign, inert code; only at runtime does the skill self-extract and execute its real payload, inheriting whatever privileges the host agent holds. Because agents pull skills from shared registries the way developers pull packages, a single cloaked skill can propagate into many agents, each of which unpacks and runs the hidden code inside its own privileged context.

Static analysis inspects code at rest; a self-extracting skill only reveals itself in motion. That gap is exactly what SkillCloak exploits — the scan passes, the skill installs, and the malicious behaviour appears only once the agent runs it with real access. Screening the artifact isn’t enough when the artifact is designed to change at runtime. You can’t catch a runtime-only payload with a static scan — you catch it by giving every skill an identity and a behavioural baseline, and enforcing policy when it actually executes.

Most Advanced AI Security Zero Trust · Defence in Depth

SkillCloak defeats the scan by design; RuntimeAI enforces at the moment of execution, so a skill that packs its payload past static analysis still can’t act outside its declared behaviour.

6 — GhostApproval: Symlink Flaws Let a Malicious Repo Run Code Inside AI Coding Agents

6 GhostApproval — Clone and Inspect an Attacker Repo, and Symlink Flaws Yield Code Execution With the Agent’s Privileges CRITICAL · AI SUPPLY CHAIN · CODING AGENTS
The Hacker News · July 9, 2026 · GhostApproval · symlink handling flaws in AI coding agents · repo clone/inspect → code execution in dev/CI

The Hacker News reported GhostApproval, a class of symlink-handling flaws in AI coding agents that turns the simple act of cloning and inspecting a repository into code execution. When an agent clones an attacker-controlled repo and walks its files, crafted symlinks cause the agent to read, write, or execute outside the intended directory — running attacker code with the agent’s own privileges in the developer’s workstation or the CI pipeline. No malicious command is issued by the user; merely pointing the agent at the repo is enough to trigger execution.

An AI coding agent’s attack surface is everything it reads — and it reads everything you point it at. GhostApproval weaponizes the most routine operation in an agent’s workflow: open an untrusted repo and look at it. Because that repo runs in dev and CI, where secrets and production credentials live, code execution there is a supply-chain foothold, not a sandboxed nuisance. If an agent can be compromised by the files it inspects, then inspection itself has to run under runtime policy that blocks execution inline — not on the assumption that reading is safe.

Most Advanced AI Security How RuntimeAI Stops This

An agent’s attack surface is everything it reads; RuntimeAI enforces least privilege and inline policy on the inspection itself, so cloning a malicious repo can’t become code execution in your pipeline.

7 — “Phantom Squatting”: An Emerging AI-Driven Supply-Chain Threat

7 Phantom Squatting — AI-Generated Package and Provenance Confusion Poisons the Dependency Graph HIGH · AI SUPPLY CHAIN · PROVENANCE
Dark Reading · July 1, 2026 · “Phantom Squatting” · emerging AI-driven supply-chain technique · package / provenance abuse

Dark Reading described “Phantom Squatting,” an emerging AI-driven supply-chain threat in which attackers use AI to generate plausible-looking packages, dependencies, or provenance signals that developers and agents pull in as legitimate. The technique exploits the fact that AI coding assistants and agents readily suggest and install dependencies at scale, making it easier to seed the ecosystem with malicious or non-existent-turned-malicious packages that ride into builds before anyone verifies them. It generalizes typosquatting and hallucinated-package attacks into an AI-accelerated poisoning of the dependency graph.

The dependency graph runs on trust: a name resolves, a version installs, a build proceeds. AI accelerates both sides of that trust — agents install more packages faster, and attackers generate more convincing fakes to install. Provenance and package integrity stop being a nice-to-have when the volume and quality of poisoned candidates rise together. When AI is generating both the demand for packages and the malicious supply, provenance verification and flow controls on what enters a build are the only way to keep phantom dependencies out.

Most Advanced AI Security Zero Trust · Defence in Depth

AI is poisoning the dependency graph from both ends; RuntimeAI verifies provenance and controls what enters the build, so a phantom-squatted package is contained rather than trusted.

Prompt Injection & Vendor Vulnerabilities

8 — Critical Prompt-Injection Flaw in GitHub Agentic Workflows Reaches RCE

8 GitHub Agentic Workflows — Hidden Instructions in an Issue, Comment, or File Steer a Repo-and-CI-Privileged Agent Into RCE VENDOR ADVISORY CRITICAL · PROMPT INJECTION · CI/CD
SecurityWeek · July 8, 2026 · GitHub Agentic Workflows · indirect prompt injection · repo + CI privileges → remote code execution

SecurityWeek reported a critical prompt-injection vulnerability in GitHub Agentic Workflows, where an attacker plants hidden instructions inside an issue, a pull-request comment, or a repository file. When the agentic workflow processes that content, it follows the injected instructions as if they were legitimate directives — and because the agent holds repository and CI privileges, those instructions can escalate to remote code execution within the pipeline. No account compromise is required; the malicious input rides in through ordinary, attacker-reachable channels like a public issue.

For an agent, the perimeter is the prompt. Anything it reads — an issue title, a code comment, a file — is a potential instruction, and an agent that can’t distinguish data from directive will act on whatever an attacker plants where it looks. Give that agent repo and CI privileges and a stray comment becomes remote code execution. The prompt is the new attack surface — you defend it by screening inputs and outputs at the AI Firewall, enforcing runtime policy on every tool call, and scoping the agent so an injected instruction can’t reach RCE.

Most Advanced AI Security How RuntimeAI Stops This

When the perimeter is the prompt, RuntimeAI enforces the boundary at the input, the tool call, and the identity — so a hidden instruction can’t walk a privileged agent to RCE.

9 — GitHub Copilot Refuses Harmful Requests in Chat, Then Writes Them as Code

9 GitHub Copilot — Model-Side Safety Leaks Across Modalities: Blocked in Conversation, Delivered in the Code It Generates VENDOR ADVISORY HIGH · PROMPT INJECTION · MODEL SAFETY
The Hacker News / Help Net Security · July 8–9, 2026 · GitHub Copilot · refusal in chat, generation as code · cross-modality safety bypass

The Hacker News and Help Net Security reported that GitHub Copilot will decline to answer a harmful request when asked directly in chat, yet will produce essentially the same harmful capability when the request is framed as a coding task. The model’s safety training catches the conversational form but not the code-generation form, so an attacker simply asks for the malicious behaviour as a function to write. It’s a clean demonstration that model-side guardrails are modality-specific and leak — a refusal in one channel is not a refusal in another.

This is the strongest argument against trusting model-side safety as your control. The same model that says “I can’t help with that” in chat will happily emit the capability as code, because its guardrails live inside the model and generalize poorly across modalities. If safety is a property of the model, it’s a property you don’t control and can’t depend on. Enforce the boundary outside the model — screen what the model produces at the AI Firewall and gate it with runtime policy, so a refusal that leaks into code still hits an external control.

Most Advanced AI Security Zero Trust, Layer by Layer

Model-side safety leaks across modalities; RuntimeAI enforces the boundary outside the model, so a refusal that turns into code still meets an external control.

10 — Januscape: A Linux VM-Escape Flaw Affecting Intel and AMD Systems

10 Januscape — Guest-to-Host Escape Breaks Virtualization Isolation Across Both Major CPU Architectures VENDOR ADVISORY HIGH · VENDOR · VM ESCAPE
eSecurity Planet · July 7, 2026 · Januscape · Linux virtualization VM-escape flaw · affects Intel and AMD systems

eSecurity Planet reported Januscape, a virtualization flaw in Linux that allows a guest VM to escape its isolation and reach the host, affecting systems on both Intel and AMD processors. A successful escape breaks the fundamental boundary that multi-tenant and cloud infrastructure relies on — one compromised guest can reach the hypervisor and, from there, the other workloads sharing the host. The cross-architecture scope means the exposure spans a broad slice of Linux virtualization deployments rather than a single vendor’s stack.

A VM escape turns a single compromised workload into a threat to everything on the host. Isolation was the assumption; Januscape breaks it. What matters when the hypervisor boundary fails is whether a workload that reaches the host can actually do anything with that position — whether it can authenticate as its neighbors and reach the network. Workload identity and egress control are the compensating layer: they cap what an escaped guest can touch, so a hypervisor escape becomes a contained event instead of a host-wide compromise.

Most Advanced AI Security Zero Trust, Layer by Layer

A VM escape is the start of an investigation under RuntimeAI, not the end of isolation — identity and egress control contain the blast radius at the workload layer.

11 — “Bad Epoll”: A Linux Kernel Flaw Giving Unprivileged Local Users Root

11 Bad Epoll — A Local Privilege-Escalation Bug That Turns Any Unprivileged User Into Root, Across Linux and Android VENDOR ADVISORY CRITICAL · VENDOR · PRIVILEGE ESCALATION
The Hacker News · July 4, 2026 · “Bad Epoll” Linux kernel flaw · unprivileged local users gain root · also affects Android

The Hacker News reported “Bad Epoll,” a Linux kernel vulnerability that lets an unprivileged local user escalate to root. Because it lives in the kernel’s epoll subsystem, it affects the vast estate of systems built on Linux — servers, containers, and, critically, Android devices too. Local privilege escalation is the classic second stage of an intrusion: an attacker who gains any foothold, or a compromised low-privilege agent or workload, uses the flaw to become root and own the host. The breadth is the danger — everywhere Linux runs, this is a path from a toehold to full control.

A local root bug is only “local” until something already inside uses it — and this week’s incidents are full of things that get inside: injected prompts, malicious repos, cloaked skills, escaped VMs. Each of those footholds becomes host takeover the moment it can escalate to root. You patch what you can, but the estate is enormous and Android drags out the tail. What limits the damage is whether a low-privilege foothold can even reach the escalation — workload identity, egress control, and behavioural detection contain the blast radius everywhere Linux runs, with an immutable audit of the attempt.

Most Advanced AI Security Zero Trust · Defence in Depth

Everywhere Linux runs, Bad Epoll turns a foothold into root; RuntimeAI scopes the workload, watches the behaviour, and caps the egress, so local escalation is a contained event rather than host-wide compromise.

12 — BeyondTrust Patches Authentication-Bypass Vulnerabilities in Its Privileged-Access Products

12 BeyondTrust — Even the PAM Vendor Ships Auth-Bypass Bugs in the Products That Guard Your Most Privileged Access VENDOR ADVISORY HIGH · VENDOR · AUTH BYPASS
eSecurity Planet · July 7, 2026 · BeyondTrust · authentication-bypass vulnerabilities patched in privileged-access management products

eSecurity Planet reported that BeyondTrust patched authentication-bypass vulnerabilities in its privileged-access management (PAM) products — the very systems organizations deploy to gate and broker their most sensitive access. An auth-bypass flaw in a PAM platform is uniquely dangerous because that platform sits astride the crown-jewel credentials: bypass its authentication and you inherit the privileged sessions, tokens, and machine identities it was built to protect. It’s a reminder that the tools we trust to secure privileged access are themselves software with bugs, and cannot be treated as an unconditional root of trust.

PAM concentrates privilege by design, which is exactly what makes an auth-bypass in it so costly: one flaw, and the broker of your most sensitive access hands out sessions it should have denied. The lesson isn’t to distrust PAM — it’s that no single control is a root of trust, especially for the non-human identities and tokens PAM issues at machine speed. You govern the credentials PAM hands out with an independent layer — scoped identity, behavioural policy on how those tokens are used, and an immutable audit — so a bypass upstream doesn’t become unchecked privileged action downstream.

Most Advanced AI Security Zero Trust, Layer by Layer

Even the PAM vendor ships auth-bypass bugs; RuntimeAI governs the non-human identities and tokens PAM issues, so a bypass upstream can’t become unchecked privileged action in your estate.

Identity Is the Battleground

13 — AI Agents Are a New Kind of Identity — and Most Organizations Aren’t Ready

13 The Identity Reckoning — Agents Authenticate, Hold Credentials, Act at Machine Speed, and Never Get Deprovisioned HIGH · AI IDENTITY · INDUSTRY
Dark Reading · July 9, 2026 · reinforced by “Identity Lifecycle Management Wasn’t Built for AI Agents” (The Hacker News, July 2) · AI-agent identity governance

Dark Reading argued this week that AI agents constitute a new kind of identity that most organizations are not prepared to govern, a theme The Hacker News echoed in “Identity Lifecycle Management Wasn’t Built for AI Agents.” Unlike human users, agents authenticate on their own, hold and use credentials, act at machine speed across many systems, and are rarely if ever deprovisioned when their task or the project that spawned them ends. Human-centric IAM — built around onboarding, periodic review, and offboarding a person — simply doesn’t fit an actor that is created programmatically, multiplies quickly, and outlives its purpose in your environment.

The reckoning is that agents already are identities in your estate, whether or not you govern them as such. Each one is a credential-holding, machine-speed actor that your human IAM never enrolled, never reviews, and never retires — a standing surface every threat this week ultimately targets. Retrofitting people-processes onto machines doesn’t close the gap. Agents need identity built for machines: a verifiable identity per agent, scoped credentials, an immutable inventory, a behavioural baseline, a kill switch, and a post-quantum audit trail.

Most Advanced AI Security Why RuntimeAI Customers Are Protected

Agents are a new kind of identity, and RuntimeAI is the governance layer built for them — identity, scope, baseline, kill switch, and audit for every non-human actor in your estate.

14 — Extortion Crew Hijacks Microsoft 365 Accounts Via Fake Passkey Enrollment

14 Microsoft 365 — Attackers Turn the Passkey Enrollment Flow Itself Into the Account-Takeover Vector HIGH · IDENTITY · ACCOUNT TAKEOVER
Help Net Security / BleepingComputer · July 8–9, 2026 · extortion crew · fake passkey enrollment + Entra passkey-enrollment vishing · Microsoft 365 account hijack

Help Net Security and BleepingComputer reported an extortion crew hijacking Microsoft 365 accounts by abusing the passkey enrollment flow — tricking users, including via Entra passkey-enrollment vishing, into registering an attacker-controlled passkey on their account. Once the rogue passkey is enrolled, the attacker holds a durable, phishing-resistant credential of their own on the victim’s identity and can log in at will. It’s a sharp illustration that as authentication hardens, attackers move up a layer to the enrollment and lifecycle events around it — the passkey flow becomes the new phishing target.

Passkeys defeat credential phishing, so the attack shifts to the moment credentials are provisioned: enroll your key on someone else’s account and you don’t need their password ever again. Identity-lifecycle events — enrollment, recovery, device registration — are exactly the actions human IAM watches least and attackers now target most. The defense is treating enrollment as a governed, monitored identity event: a behavioural baseline on lifecycle actions plus an immutable audit, so a rogue passkey registration is an anomaly you catch, not a silent takeover.

Most Advanced AI Security Zero Trust, Layer by Layer

As authentication hardens, attackers target enrollment; RuntimeAI governs identity-lifecycle events with a behavioural baseline and immutable audit, so a fake passkey registration is a caught anomaly rather than a durable takeover.

Major Breaches

15 — Accenture Confirms Breach: 35GB of Source Code Stolen

15 Accenture — Source-Code Theft That Looks Like an Authorized Identity Reading Repos It’s Allowed To HIGH · DATA BREACH · SOURCE CODE
SecurityWeek / eSecurity Planet · July 7–8, 2026 · Accenture · ~35GB of source code stolen · confirmed breach

SecurityWeek and eSecurity Planet reported that Accenture confirmed a breach in which roughly 35GB of source code was stolen. Source-code theft is among the hardest breaches to detect because the malicious activity is indistinguishable from ordinary work: an identity with legitimate repository access reading and pulling code it is authorized to read. There is no exploit signature and no obviously anomalous request — just an authorized identity doing, at scale, exactly what it is permitted to do, until 35GB has left.

Source-code exfiltration is the purest “log in, don’t break in” breach: the attacker (or a compromised identity, human or agent) uses valid access to read repos, and every request looks authorized. The only tell is volume and behaviour — the pace and breadth of reads against a baseline — not a broken control. When theft looks like authorized work, you need identity governance, behavioural detection, and egress control on the repos themselves — and an immutable record to prove exactly what left.

Most Advanced AI Security Why RuntimeAI Customers Are Protected

Source-code theft hides inside authorized access; RuntimeAI governs the identities, watches the behaviour, caps the flow, and proves the blast radius — so a valid credential can’t quietly drain a codebase.

16 — KDDI: Japanese Telco Breach Affects 12 Million-Plus People

16 KDDI — Identity-Grade Subscriber Data at Scale Exposed in a Major Telecom Breach HIGH · DATA BREACH · TELECOM
BleepingComputer / SecurityWeek · July 8–9, 2026 · KDDI (Japanese telecom) · 12M+ people affected

BleepingComputer and SecurityWeek reported that KDDI, a major Japanese telecommunications operator, suffered a breach affecting more than 12 million people. Telecom breaches are especially damaging because carriers hold identity-grade data at enormous scale — names, contact details, account and often device or line information that anchors a person’s digital identity. At 12 million-plus records, the exposure is exactly the kind of bulk identity dataset that feeds downstream fraud and account-takeover campaigns across every other service those subscribers use.

The harm from a telecom breach is proportional to how raw and reusable the stolen data is. Twelve million identity records in plaintext is a fraud supply line; the same records tokenized are inert. The two controls that decide the outcome are whether bulk data could leave at all, and whether what left was usable when it did. Egress control governs whether millions of records can be extracted; tokenization and post-quantum protection govern whether the extracted records are worth anything to the attacker.

Most Advanced AI Security How RuntimeAI Stops This

Identity-grade data at scale is only dangerous if it can leave and if it’s usable when it does; RuntimeAI caps the egress and tokenizes the records, so a telecom-scale breach yields inert data.

17 — AssuranceAmerica: Roughly 6.9 Million Drivers Exposed

17 AssuranceAmerica — Driver and Policyholder PII Exposed in a Multi-Million-Record Insurance Breach HIGH · DATA BREACH · PII
BleepingComputer / eSecurity Planet · July 9, 2026 · AssuranceAmerica · ~6.9 million drivers exposed

BleepingComputer and eSecurity Planet reported a breach at insurance provider AssuranceAmerica exposing the personal information of approximately 6.9 million drivers. Auto-insurance records are dense with sensitive PII — names, addresses, driver’s license details, and policy information — the kind of data that supports identity theft and targeted fraud and that, unlike a password, victims cannot simply reset. At nearly seven million records, it’s another bulk PII exposure in a week already thick with them.

Insurance and driver PII is high-value precisely because it’s permanent: a leaked driver’s license or address can’t be rotated the way a credential can. That raises the stakes on both preventing bulk extraction and rendering whatever does leak useless. The same three controls apply as with every other data breach this week — cap the flow, tokenize the fields, and audit the access. When the exposed data can’t be reissued, tokenization plus egress control is what turns a seven-million-record breach into stolen tokens instead of stolen identities.

Most Advanced AI Security Why RuntimeAI Customers Are Protected

When the leaked data can’t be reset, RuntimeAI’s tokenization, egress control, and PQ audit turn a multi-million-record breach into inert tokens and a precise blast radius.

18 — China-Aligned Hackers Exploit Roundcube Webmail Servers at Universities

18 Roundcube — Webmail Exploitation for Espionage Turns University Mail Servers Into an Intelligence Feed HIGH · DATA BREACH · ESPIONAGE
eSecurity Planet · July 8, 2026 · China-aligned actors · Roundcube webmail exploitation · university targets · espionage

eSecurity Planet reported that China-aligned hackers are exploiting Roundcube webmail servers at universities for espionage. Webmail servers are high-value espionage targets because they concentrate correspondence, credentials, and the research and personal data flowing through an institution’s email — a single compromised server can yield a continuous intelligence feed. Universities, with open networks and sprawling, loosely governed infrastructure, are a soft, information-rich target, and a compromised mail server gives an espionage actor persistent, low-noise access to exactly the communications they want.

Espionage against a mail server isn’t a smash-and-grab — it’s quiet, persistent access that looks like the server doing its job. The exploit gets them in; what determines the damage is whether the compromised server can be used as a pivot and quietly stream mail out. Identity governance on the systems and accounts that touch mail, egress control on what a compromised server can send, and an immutable audit of access are what turn silent espionage into a visible, contained anomaly.

Most Advanced AI Security Zero Trust, Layer by Layer

Webmail espionage thrives on quiet persistence; RuntimeAI governs the identities, watches the behaviour, and caps the egress, so a compromised mail server is a contained anomaly rather than an open intelligence feed.

19 — “GodDamn” Ransomware Uses BYOVD to Hit US Companies

19 GodDamn — Bring-Your-Own-Vulnerable-Driver Loads Kernel-Level Evasion That Defeats Signature Defenses HIGH · RANSOMWARE · BYOVD
Dark Reading · July 9, 2026 · “GodDamn” ransomware · bring-your-own-vulnerable-driver (BYOVD) · US companies targeted

Dark Reading reported “GodDamn” ransomware hitting US companies using a bring-your-own-vulnerable-driver (BYOVD) technique. BYOVD works by loading a legitimately signed but vulnerable driver, then abusing it to gain kernel-level execution — from which the ransomware can disable endpoint protection, tamper with logs, and encrypt with defenses blinded. Because the driver is signed and the malicious behaviour happens at the kernel level, signature- and endpoint-based defenses that live above it are precisely what BYOVD is designed to defeat, giving the operators a running start before anyone sees them.

BYOVD is an admission that endpoint signatures can be turned off from below: get into the kernel via a trusted driver and the tools watching for you go dark. If your detection lives on the same host the ransomware just blinded, you’ve lost the race. What BYOVD can’t disable is enforcement that sits off the endpoint, judging behaviour and cutting the payload channel. Behavioural runtime detection independent of host agents, a sub-10ms kill switch, and an off-host immutable audit are what stop kernel-level evasion from becoming a completed encryption event.

Most Advanced AI Security How RuntimeAI Stops This

BYOVD blinds the endpoint from the kernel; RuntimeAI enforces off the host, so kernel-level evasion meets behavioural detection and a sub-10ms Kill Switch before encryption completes.

20 — US Government Entity Paid Kairos $1M in a Data-Theft Extortion Case

20 Kairos — Exfiltration-for-Extortion Ends in a $1M Payout by a US County HIGH · EXTORTION · DATA THEFT
The Hacker News · July 4, 2026 · Kairos extortion group · a US county reportedly paid $1M (SecurityWeek, July 7) · data-theft extortion

The Hacker News reported a data-theft extortion case involving the Kairos group in which a US government entity paid to resolve the incident, with SecurityWeek reporting that a county paid roughly $1M. Exfiltration-for-extortion has become the dominant model: attackers steal data and threaten to leak it, so even organizations with good backups face a payment demand because the leverage is the stolen data itself, not encryption. A public-sector victim paying seven figures underscores that once bulk data has left, the options narrow to paying or accepting exposure.

The whole extortion model rests on one event: bulk data successfully leaving the environment. Backups don’t help when the threat is disclosure, and by the time the ransom note arrives the leverage already exists. The only point where you can change the outcome is before the data exfiltrates — cap what can leave and tokenize what does. Flow Enforcer egress caps, PII Shield tokenization, and an immutable audit turn an exfiltration-for-extortion catastrophe into a contained anomaly where what left is inert.

Most Advanced AI Security Why RuntimeAI Customers Are Protected

Exfiltration-for-extortion only works if data leaves and is usable; RuntimeAI caps the egress and tokenizes the records, so a $1M-demand catastrophe becomes a contained anomaly over inert tokens.

21 — FortiBleed Actors Collaborating With Inc and Lynx Ransomware Gangs

21 FortiBleed — Initial-Access Operators Team With Ransomware Gangs to Turn a Foothold Into a Full Encryption Event HIGH · RANSOMWARE · INITIAL ACCESS
Dark Reading · July 2, 2026 · FortiBleed actors · collaborating with Inc and Lynx ransomware gangs · initial-access + ransomware pipeline

Dark Reading reported that the FortiBleed actors are collaborating with the Inc and Lynx ransomware gangs, wiring initial access directly into ransomware deployment. This division of labor — one crew specializes in gaining and selling access, others in encryption and extortion — is what makes the modern ransomware economy so fast and so scalable: a foothold obtained by the access broker becomes a full ransomware event in the hands of a partner gang, often within hours. The collaboration compresses the timeline from intrusion to encryption and widens the pool of victims each access operator can monetize.

When initial-access brokers hand off directly to ransomware operators, the gap between “someone got in” and “everything is encrypted” collapses to hours. You can’t rely on catching the handoff; you have to assume the foothold and deny the escalation into ransomware. What matters is whether an established foothold can move laterally and detonate before you contain it. Identity governance to bound the foothold, behavioural detection on lateral movement, and a sub-10ms kill switch are what break the access-to-encryption pipeline mid-chain.

Most Advanced AI Security Zero Trust · Defence in Depth

Initial-access and ransomware crews collaborate to compress the timeline; RuntimeAI bounds the foothold, catches the escalation, and kills it in under 10ms, breaking the access-to-encryption pipeline before it detonates.

🔍 This Week’s Through-Line: AI Became the Attacker

This week’s incidents mark a shift: AI showed up as an active adversary, not just a tool or a target. JadePuffer ran a complete LLM-driven ransomware operation end-to-end; an AI agent chained the live Langflow CVE into automated database ransomware; malicious skills (SkillCloak) and repositories (GhostApproval) turned the agent supply chain into a delivery mechanism; and even AI security agents were tricked into running the malware they screen for. Alongside the offense came the recognition that agents are a new kind of identity — credential-holding, machine-speed actors that human IAM never enrolled and never retires — underscored by major breaches at Accenture, KDDI, and AssuranceAmerica.

The common defense across all of it is the same: govern agents and non-human identities at runtime. A verifiable identity for every agent and workload with KYA; real-time behavioural policy and input/output screening with Flow Enforcer and the AI Firewall; a sub-10ms Kill Switch to contain before the blast radius spreads; data-layer tokenization with PII Shield and QuantumVault so stolen records are inert; and an immutable, post-quantum audit trail with PQ-Sign and the Audit Black Box to prove exactly what happened. We built one of the best identity and agent-governance stacks out there — and we still tell every customer it’s the front door, not the whole house. Twenty-one incidents. One pattern: AI became the attacker, and runtime governance of agents and identities is how you contain it.

Sources

  1. JadePuffer — the first complete LLM-driven ransomware operation (recon, lateral movement, payload, negotiation end-to-end) — Dark Reading, July 6, 2026
  2. AI agent chains the Langflow RCE (CVE-2026-55255, on CISA KEV, active credential-harvesting) into automated database ransomware — The Hacker News, July 2, 2026
  3. Top AI agents built to catch malicious code can be tricked into running it — The Hacker News, July 9, 2026
  4. SkillCloak — malicious AI-agent skills evade static scanners via self-extracting packing, unpacking at runtime with the agent’s privileges — The Hacker News, July 6, 2026
  5. GhostApproval — symlink flaws let a malicious repo run code inside AI coding agents in dev/CI — The Hacker News, July 9, 2026
  6. “Phantom Squatting” — emerging AI-driven supply-chain threat — Dark Reading, July 1, 2026
  7. Critical prompt-injection flaw in GitHub Agentic Workflows reaches RCE via hidden instructions in an issue/comment/file — SecurityWeek, July 8, 2026
  8. GitHub Copilot refuses harmful requests in chat, then writes them as code (cross-modality safety bypass) — The Hacker News / Help Net Security, July 8–9, 2026
  9. Januscape — Linux VM-escape flaw affecting Intel and AMD systems — eSecurity Planet, July 7, 2026
  10. “AI Agents Are a New Kind of Identity — and Most Organizations Aren’t Ready” — Dark Reading, July 9, 2026; and “Identity Lifecycle Management Wasn’t Built for AI Agents” — The Hacker News, July 2, 2026
  11. Accenture confirms breach — 35GB of source code stolen — SecurityWeek / eSecurity Planet, July 7–8, 2026
  12. KDDI breach affects 12 million-plus people — BleepingComputer / SecurityWeek, July 8–9, 2026
  13. AssuranceAmerica breach exposes ~6.9 million drivers — BleepingComputer / eSecurity Planet, July 9, 2026
  14. Chinese LLMs broaden the gap between attackers and defenders — Dark Reading, July 3, 2026
  15. “Bad Epoll” Linux kernel flaw — unprivileged local users gain root, also affects Android — The Hacker News, July 4, 2026
  16. BeyondTrust patches authentication-bypass vulnerabilities in its privileged-access management products — eSecurity Planet, July 7, 2026
  17. Extortion crew hijacks Microsoft 365 accounts via fake passkey enrollment (Entra passkey-enrollment vishing) — Help Net Security / BleepingComputer, July 8–9, 2026
  18. China-aligned hackers exploit Roundcube webmail servers at universities — eSecurity Planet, July 8, 2026
  19. “GodDamn” ransomware uses bring-your-own-vulnerable-driver (BYOVD) to hit US companies — Dark Reading, July 9, 2026
  20. US government entity paid Kairos $1M in a data-theft extortion case; a county reportedly paid $1M — The Hacker News, July 4, 2026 / SecurityWeek, July 7, 2026
  21. FortiBleed actors collaborating with Inc and Lynx ransomware gangs — Dark Reading, July 2, 2026

Get the Weekly Digest

Weekly AI security digest: every major incident with the RuntimeAI Take on what stops it. No fluff, no vendor pitches — just what happened, why it matters, and what to enforce next.