Mythos, the Patch Ceiling and Survivability Engineering
Quick analysis. Apologies for the length.
TL;DR
I read The “AI Vulnerability Storm”: Building a “Mythos-ready” Security Program by CSA, SANS, and OWASP. Worth reading in full. The core message, regardless of your background, is that centering your security program on vulnerability patching is no longer viable. The focus needs to shift to recoverability, assuming vulnerabilities will be exploited before you can close them.
Mythos and the Patch Ceiling
Anthropic released Claude Mythos Preview on April 7. It found thousands of zero-days across every major OS and browser, hit a 72% exploit success rate, and generated 181 working Firefox exploits where the prior model produced 2. The window between disclosure and exploitation is now under one day. You cannot test and deploy patches at that speed without creating new failure modes. Patching has a floor and we've hit it.
What Mythos did not change, in my opinion, is the structure of the problem. Susceptibility, blast radius, and recovery time still determine how bad it gets when something goes wrong. An attacker moving at machine speed still has to move through your environment. The CSA paper recommends segmentation, egress filtering, phishing-resistant MFA, zero trust architectures, and secrets rotation. These are not new recommendations. They are the baseline for Security Brutalism and Survivability Engineering. They address the right question, which shouldn't be "are we patched?" but "if we aren't patched yet, can this be reached, and how far does it travel?" If the environment has bounded blast radius, no standing access, and tested recovery, speed becomes a less decisive advantage than it is against a program built around closing vulnerability windows.
"If your primary risk reduction strategy is closing vulnerability windows through patching, and the window is now hours, you are no longer primarily reducing risk. You are generating documentation of your inability to reduce risk fast enough."
Building a consequence map matters more now, not less. Most organizations don't know which systems would end them versus which would just hurt. AI models like Mythos, as more will surely catch up, and their capabilities will find all of it. Things like the forgotten service accounts, the CI/CD pipelines with production access nobody documented, the long-lived credentials still in rotation and other less than sanitary security hygiene issues. Your real attack surface is almost always larger than your current inventory reflects.
And speaking of agents... An AI agent with production access is an identity with permissions. Treat it like a human operator with high speed and no judgment. Least privilege, scoped tasks, human approval before irreversible actions, every tool call logged.
The burnout section of the paper is very real. Security teams absorbing accelerating workload without proportional headcount is a survivability finding, not an HR issue. If your response capability concentrates in people who are burning out, your blast radius when they leave is the same as any other single point of failure.
A program built around survivability engineering was already asking the right questions before Mythos: assume compromise is possible, bound the blast radius, test recovery with evidence, detect actual adversary behavior on the systems that matter. Mythos doesn't change that approach. It raises the cost of not having taken it. Mythos is not the event, but the calibration point. One we knew was needed, or at least the old-school security pros. Comparable capabilities will reach open-weight models soon. A program built around survivability engineering was already asking the right questions. Mythos raises the cost of not having taken that approach.
The patch window is gone. Survivability is what you have left.
What's next?
The harder question is what comes next. Security survivability engineering assumed up until now that the systems you defend are deterministic, and "restore to known-good state" means something concrete. That assumption is eroding on two fronts.
The identity problem scales faster than the ability to manage it. Most organizations already have more service accounts and API keys than they know about. In twelve months they will have more agents and more agent-to-agent trust relationships than any team can manually track. The consequence map has to become a living document, not something reviewed once a year.
And what does it mean to restore an AI system to a known-good state? A traditional system has a backup and a restoration procedure. An agent has weights, system prompts, tool configurations, memory stores, and interaction history. We don't have a clean answer yet. The organizations that work through it now will be in a different position when it becomes urgent.
That's what we're working on next.
Originally posted on Modern Adversary