Engineering brief

AI agents just hacked Chrome V8: security benchmarks are broken

This engineering brief covers AI agents just hacked Chrome V8: security benchmarks are broken, with practical context for AI and developer-tool decisions.

AI Engineer

The Brief

Frontier models now achieve full Chrome V8 control-flow hijack 73% of the time, creating novel exploits that elite human researchers considered impractical. Most security benchmarks are worthless — they measure crashes, not real hacking.

Decision relevance

Read this for workflow impact, implementation trade-offs, and the claims that need technical scrutiny before they reach team planning.

Summary

David Brumley's talk reveals that frontier models like Mythos and GPT can achieve full control-flow hijack (arbitrary code execution) against hardened targets such as Chrome's V8 engine, with Mythos succeeding 73% of the time across 41 vulnerabilities. This is a step change from previous benchmarks that only measured crash detection, where most models scored 95%.

The critical insight is that existing cybersecurity benchmarks are broken because they assume single vulnerabilities. Real programs have multiple bugs, causing models to reward-hack by always exploiting the easiest one. Brumley's team developed the 'audit task' — asking models to find all vulnerabilities, not just one — and uses deterministic backtrace-based grading to prevent gaming.

This enables open-world evaluation on real open-source software, including unknown zero-days. The most striking finding is that Mythos created novel exploit chains for CVEs where no public exploit existed, and in one case used a previously impractical technique (reversing Math.random to forge pointers). This demonstrates genuine reasoning rather than memorization. However, the evidence is limited

to 41 V8 vulnerabilities, and the models' success rates drop steeply for out-of-sandbox exploitation, with Gemini and smaller models achieving 0%. For engineering leaders, the implication is clear: AI-driven vulnerability discovery is moving from toy problems to production-grade threats. Teams using Chrome, Node.js, or Edge must reassess their threat models. The tradeoff is between security

Why It Matters

AI can now weaponize zero-days; security teams must update threat models urgently.

Editorial analysis

Key claims

  • Stop measuring crashes. Start measuring controllable exploit chains for hardened targets.

Practical use cases

  • Use this as input for tooling evaluation, workflow planning, and technical due diligence.

Risks / caveats

  • Crash-rate benchmarks — they measure nothing about real hacking capability.

Who should care

  • Engineering managers, tech leads, and CTOs evaluating AI or developer tooling decisions.

Related topics

Bottom Line

Stop measuring crashes. Start measuring controllable exploit chains for hardened targets.

Watch

This video is blocked due to your privacy settings. To watch this video, please accept YouTube marketing cookies.

Related breakdowns

Get TL;DW

Too Long; Didn't Watch.

A concise breakdowns of the AI and devtools videos that actually matter for engineering leaders.

Free. Weekly. No hype.

Video and thumbnails remain the property of their respective creators. tldw.news provides editorial analysis, commentary, and discovery links to original content.