- Anthropic claims Claude Mythos achieved the 'first remote kernel exploit discovered and exploited by an AI', involving CVE-2026-4747 in FreeBSD's networked file system.
- The vulnerability is a stack overflow in `svc_rpc_gss_validate()` due to missing bounds checks on `oa_length`, a 'textbook' bug existing for about 20 years.
- Code traces back to Sun Microsystems' ONC RPC and NFS from the 1980s, later adapted by MIT Kerberos and copied into FreeBSD, similar to CVE-2007-3999 patched in 2007.
- This suggests AI's 'discovery' may be combinatorial creativity, finding vulnerabilities already in its training data, not necessarily entirely new exploits.
- The real threat is recycled insecure code from legacy systems, which AI can efficiently pattern-match and exploit, making cyber attacks cheaper and more accessible.
- Agentic defense is crucial to counteract AI-driven exploits, emphasizing proactive patching and leveraging AI for cybersecurity before attackers do.