TL;DR: Anthropic says Claude Mythos found and chained critical vulnerabilities across major operating systems and browsers, including decades-old flaws missed by human testing, and expects similar models to be widely available within six to eighteen months. The security problem is no longer only faster exploitation, but whether identity controls can stop lateral movement once credentials are compromised.
NHIMG editorial — based on content published by Axiad: When AI Becomes the Hacker, Identity Is Your Last Line of Defense
Questions worth separating out
Q: How should security teams reduce lateral movement risk after a fast exploit chain succeeds?
A: Security teams should reduce lateral movement risk by making credentials harder to steal, harder to reuse, and faster to revoke.
Q: Why do passwords remain dangerous when attackers use AI to find vulnerabilities?
A: Passwords remain dangerous because AI can shorten the time between exploit discovery and real compromise, leaving less room to detect abuse before credentials are used.
Q: What do security teams get wrong about identity when exploitation is automated?
A: Teams often treat identity as a login problem instead of a breach-limiting layer.
Practitioner guidance
- Remove password-based access from critical paths Replace password-dependent access with phishing-resistant methods for privileged users, machine access, and high-value application flows.
- Bind credentials to devices and execution context Use continuous credential assurance so access is tied to the expected device, workload, or session context.
- Shorten the usefulness of every credential Harden rotation, revocation, and session invalidation so a compromised credential cannot remain valid long enough to support movement.
What's in the full article
Axiad's full post covers the operational detail this post intentionally leaves for the source:
- The specific identity controls Axiad maps to AI-accelerated exploitation, including where passwordless access changes response timing.
- The post's practical positioning of continuous credential assurance across users, machines, and applications for implementation teams.
- The post's discussion of post-quantum readiness as a parallel identity risk, including why exposure mapping matters before a migration starts.
- The source article's own walkthrough of how Axiad frames identity as the last line of defense in faster exploit conditions.
👉 Read Axiad’s analysis of AI-driven exploitation and identity risk →
AI-driven exploit discovery: what it means for IAM teams?
Explore further
Identity controls absorb the blast radius only if they are stronger than the attacker’s exploit velocity. When autonomous exploit discovery compresses the time from vulnerability to compromise, the practical value of identity shifts from access administration to containment. Passwords, stale credentials, and standing access are no longer just hygiene issues. They become the shortest path from discovery to internal movement, which makes identity assurance the decisive control family for response.
A few things that frame the scale:
- When AWS credentials are exposed publicly, attackers attempt access within an average of 17 minutes and as quickly as 9 minutes in some cases, according to LLMjacking: How Attackers Hijack AI Using Compromised NHIs.
- 79% of organisations have experienced secrets leaks, with 77% of these incidents resulting in tangible damage, according to the Ultimate Guide to NHIs.
A question worth separating out:
Q: Who is accountable when credential compromise leads to lateral movement?
A: Accountability usually spans identity, endpoint, and application owners, because the failure is rarely a single control. Governance should assign ownership for credential assurance, privileged access scope, and revocation speed so that no one assumes the other team will contain the blast radius.
👉 Read our full editorial: AI-driven exploit discovery raises the stakes for identity control