A Regulator Can Switch Off Your AI Model in an Afternoon

June 15, 2026

Big Picture

A US export-control order forced Anthropic to take Fable 5 and Mythos 5 offline this week. Eleven days after the most capable model shipped to every developer, the same model became a dependency a regulator could switch off overnight.

A US export-control order pulled Fable 5 and Mythos 5 offline over the models' offensive capability, eleven days after it shipped to every developer. Anthropic's answer was that defenders rely on that same capability every day, and that it is available elsewhere regardless. The model that finds an SQL injection for an attacker is the same one that finds it for your AppSec team. Pulling it offline doesn't disarm the attackers, who can source the capability elsewhere. It mostly takes a tool away from the defenders who were using it in the open.

TL;DR

A US government export-control directive ordered Anthropic to block foreign-national access to Fable 5 and Mythos 5, and Anthropic complied by taking both models offline. Anthropic disputed the abuse rationale, calling the flagged capability one "routinely used by defenders." The Hacker News
Mainstream reporting caught up to what AppSec teams already see: senior engineers are spending their week cleaning up AI-generated code that passes review and fails in production, while employees build automations outside security oversight.
ShinyHunters ran an Oracle PeopleSoft zero-day through higher education; Mandiant alerted 100+ organizations. Three more zero-days needed emergency patches: Palo Alto GlobalProtect, Splunk, and a decade-old phpBB flaw.
A US export-control order forced Anthropic to take Fable 5 and Mythos 5 offline this week. Eleven days after the most capable model shipped to every developer, the same model became a dependency a regulator could switch off overnight.
Weekly Intel

AppSec Weekly

The briefing security leaders actually read. CVEs, tooling shifts, and remediation trends — every week in 5 minutes.

Weekly only. No spam. Unsubscribe anytime.

★ Story of the Week: A Government Took a Frontier Model Offline

Eleven days ago Anthropic put Fable 5 in every developer's hands and shipped a cyber-unlocked variant, Mythos 5, to vetted partners. This week the US government ordered it pulled. An export-control directive instructed Anthropic to block all foreign-national access, citing national security and abuse of the model's offensive capability. Anthropic said it received the order at 5:21 p.m. ET and complied, taking both models offline to meet the deadline. It also disputed the rationale in public, noting that the code-analysis capability regulators flagged is "routinely used by defenders" and widely available elsewhere.

Set the politics aside and look at what it does to a plan. A frontier model is now something a regulator can switch off on a few hours' notice, for reasons you cannot predict or engineer around. Teams have spent two years wiring these models into code review, triage, and remediation. Almost none of them treated the model the way they treat a cloud region or a critical SaaS vendor, with a documented dependency, an owner, and a tested failover. The order arrived in the afternoon and the models were gone by the deadline.

The lesson is the one we keep coming back to. The model is the part you do not control. The durable layer is the harness around it: the methods that assemble context, decide which findings are real, prove a fix before it merges, and remember the decision, regardless of which model is answering this quarter. That is the bet behind how we built our VulnOps engine. The model underneath was always going to change, and we did not expect a regulator to be the one to change it.

Takeaways

Inventory the AI models in your development and security workflows the way you inventory cloud providers: name the owner, document the dependency, and write down what happens the morning the model is gone. The teams that already did this treated the order as a config change. Everyone else treated it as a fire drill.

The AI Code Cleanup Bill Comes Due

Help Net Security reported this week that senior engineers are spending substantial parts of their week cleaning up AI-generated code, the kind that reads well in review and breaks in production. BleepingComputer covered the governance side of the same problem: employees are building automations and apps with AI tools outside any security review, and CISOs are now trying to find that code after the fact. It is not only enterprise teams: open-source maintainers now describe triaging AI-generated patches in production projects too. The productivity numbers were always real. So is the remediation cost nobody put in the budget.

What both stories describe is a bottleneck moving, not disappearing. Generation got cheap, so the constraint shifted onto the scarcest resource in the building: senior engineering time spent reviewing and repairing. Teams are leaning on runtime monitoring and post-deploy telemetry to catch what review misses, which is detection after the fact dressed up as a workflow. The cheaper place to catch a defect is during development, before a human reviewer spends an hour on it.

Takeaways

The review gate is now the throughput limit on AI-assisted development. If a senior engineer is the thing standing between AI output and production, your velocity is capped at how fast that one person can read, and that is not a number you can hire your way out of quickly.

The Supply-Chain Attacks You Could See Coming

Two package ecosystems were backdoored in the open this week. Arch Linux disabled new account registration after a weekend wave of malicious commits escalated from 400 to more than 1,500 hijacked AUR packages, several rewritten to drop a Rust credential stealer that can load an eBPF rootkit when run as root. Separately, a practitioner showed that the Axios npm compromise was visible in registry metadata before anyone ran npm install. The signal was in the package record the whole time.

That detail is the useful one. Most supply-chain tooling watches for trouble after a package is declared a dependency or already executing, which is the latest possible moment to look. Both compromises this week left fingerprints earlier, in the registry metadata at selection time. npm noticed the same thing from a different angle: npm 12 will require manual approval for install scripts, conceding that running arbitrary code at install was always the wrong default.

Takeaways

Check whether your supply-chain tooling reads registry metadata at the moment a developer picks a package, not just after it lands in the manifest. The evidence in both attacks sat in the metadata before installation, and most scanners weren't watching it.

ShinyHunters Picked a Sector, Not a Target

The week's most damaging campaign was deliberate. ShinyHunters used an Oracle PeopleSoft zero-day to breach organizations between May 27 and June 9, before Oracle disclosed it. Google Cloud's Mandiant team alerted more than 100 organizations, and 68% of them were universities. That is a threat actor reading the room: legacy ERP, high-value records, and a sector that runs lean on security budget.

It landed inside a broader zero-day wave. Palo Alto warned of active exploitation of a GlobalProtect VPN authentication bypass (CVE-2026-0257), Splunk patched an unauthenticated RCE at CVSS 9.8, and phpBB fixed an authentication bypass that had sat in the code for a decade. Old software and internet-facing appliances, failing in the same familiar ways.

Takeaways

When an actor concentrates on one sector, your peer institutions are the threat model. Higher-ed security teams should assume PeopleSoft was probed, pull access logs for the May 27 to June 9 window, and compare notes with the universities next door, because they were on the same list.

Vulnerabilities in the Wild

By the numbers: 3 actively exploited zero-days | 1 CVSS 9.8 unauthenticated RCE | 2 package ecosystems backdoored | a decade-old auth bypass finally patched

Critical

CVE-2026-20253 — Splunk Enterprise. CVSS 9.8 unauthenticated file operations and remote code execution in versions below 10.x. Patch available. watchTowr Labs teardown

Oracle PeopleSoft zero-day — RCE in the Environment Management component, actively exploited by ShinyHunters May 27–June 9 before disclosure; 100+ organizations alerted. Source

CVE-2026-0257 — Palo Alto Networks GlobalProtect. CVSS 7.8 authentication bypass in GlobalProtect portals, actively exploited for unauthorized access. Patch available. Source

High

phpBB authentication bypass — A 10-year-old auth bypass affecting thousands of forum installations; patched this week. Source

LibreNMS authenticated RCE — Remote code execution in versions below 26.5.0; remediation required. Source

Pi.Alert unauthenticated SQL injection — Code-level injection flaw requiring a secure-coding fix. Source

Supply Chain & Notable

Arch Linux AUR — 1,500+ packages hijacked over a weekend and rewritten to drop a Rust credential stealer with an optional eBPF rootkit; new account registration disabled. Source

Axios npm compromise — Malicious package activity visible in registry metadata before installation. Source

WordPress plugin tampering — Trusted JavaScript in PushEngage, OptinMonster, and TrustPulse altered to create attacker-controlled admin accounts when an admin loads the file. Source

Microsoft 365 Copilot "SearchLeak" — Crafted URLs enable 1-click data theft from mailbox, OneDrive, and SharePoint. Source

Curated Reading List

Thought-Provoking

A Unified Theory For How AI Will Affect JobsWhy it's worth your time: Daniel Miessler argues AI will both destroy and create jobs, but the real shift is that the bar for staying employable rises sharply, and mindset decides who clears it. The strategic backdrop to this week's story about engineers spending their days cleaning up after AI.

The Government Just Banned an AI Model: An Engineer's PerspectiveWhy it's worth your time: Snyk's engineering take on the Fable/Mythos suspension and the failover strategies almost no one has for AI model dependencies. A practical companion to this week's lead.

Prompt Injection Breaks Today's AI AgentsWhy it's worth your time: StakeBench ran 3,168 adversarial attempts against GPT-5 and Gemini-powered agents and found no attack scenario was consistently blocked. If you are putting agents anywhere near production, this is the defenselessness you are accepting.

Current Events

Agentjacking: Tricking AI Coding Agents Into Running Malicious CodeWhy it's worth your time: A new attack class that abuses an AI agent's trust in error-reporting tools like Sentry to execute instructions with full developer privileges. It turns ordinary DevOps plumbing into an entry point.

Factoring "Short-Sleeve" RSA Keys With PolynomialsWhy it's worth your time: Trail of Bits found a class of weak RSA and DSA keys whose private bits are biased toward zero, letting them factor hundreds of real deployed keys (including CompleteFTP installs and legacy certificates). If you run CompleteFTP or inherited old certs, this is a regenerate-now problem.

Marking Your Own Homework: Check Point VPN Authentication Bypass (CVE-2026-50751)Why it's worth your time: watchTowr's full teardown of a pre-auth authentication bypass in Check Point Remote Access VPN's deprecated IKEv1 code. The same class of internet-facing appliance failure that defined this week's zero-day wave, with the exploit path laid out.


The model is the commodity. The harness is the product. — Pixee. Read past editions →

Subscribe

Get the next one in your inbox.

AppSec Weekly lands every Tuesday — CVE breakdowns, remediation intel, and the tooling shifts that matter. No fluff. 5 minutes.

20+ editions published
5 min weekly read
Free always

Unsubscribe anytime. No spam.