惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
IT之家
IT之家
博客园_首页
人人都是产品经理
人人都是产品经理
博客园 - Franky
I
InfoQ
Recent Announcements
Recent Announcements
P
Proofpoint News Feed
H
Hackread – Cybersecurity News, Data Breaches, AI and More
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
aimingoo的专栏
aimingoo的专栏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
月光博客
月光博客
Microsoft Security Blog
Microsoft Security Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
B
Blog RSS Feed
MongoDB | Blog
MongoDB | Blog
雷峰网
雷峰网
博客园 - 聂微东
N
Netflix TechBlog - Medium
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The GitHub Blog
The GitHub Blog
D
Docker

Latest from TechRadar

Quordle hints and answers for Monday, April 13 (game #1540) NYT Strands hints and answers for Monday, April 13 (game #771) NYT Connections hints and answers for Monday, April 13 (game #1037) Morbid Metal developer explains why he ditched an origami art direction in favor of gritty sci-fi — 'It worked, but it didn't really feel like me' '71% of US households get routers from ISPs': Why new FCC rules could leave millions stuck with outdated,… 'The CPU is the system’s executive layer': Intel joins SambaNova as both face existential threat from… ‘More bang for your buck’: 7 easy ways to boost your MacBook Neo’s performance for free DJI Romo P vs Roborock Saros 10R — which robot vacuum comes out on top when it comes to dodging obstacles? I put… I spent 6 hours with Genshin Impact on the Galaxy S26 Ultra, and I can't believe how far mobile gaming has come What is the release date for The Testaments episode 4 on Hulu and Disney+? I reviewed the LG G6 for 3 weeks, and it's a fantastic OLED TV that's the new best option for brighter rooms Is your bird feeder camera doing more harm than good? 3 tips for using it safely as RSPB issues urgent disease warning Chelsea vs Man City Live Streams: How to watch Premier League 2025/26 from anywhere in the world, team news How to watch Alcaraz vs Sinner for FREE: TV Channels for Monte-Carlo Masters Final Sunderland vs Tottenham Live Streams: How to watch Premier League 2025/26 from anywhere in the world, team news Are these the best-designed workout headphones ever? I used them for a month to find out How to watch Snooker 900 John Virgo online (it's free) – stream O'Sullivan vs Higgins anywhere I've only just discovered the Walk With Frodo app on Garmin's Connect IQ store — and as as a huge LOTR nerd, it's going to make the next 1,800 miles fly by 'Just not sustainable': Why your monthly £25 broadband internet bill could soon hit £45 How to watch Paris-Roubaix 2026: Free Streams & TV Info as Tadej Pogacar chases third Monument How to watch Euphoria season 3 online – stream Zendaya & Sydney Sweeney drama from anywhere today '$15K bill destroyed a solo developer’s startup': How hackers are using leaked Google API keys to… There's a sneaky way to watch UFC 327 really cheap... NYT Connections hints and answers for Sunday, April 12 (game #1036) NYT Strands hints and answers for Sunday, April 12 (game #770) Quordle hints and answers for Sunday, April 12 (game #1539) Amazon's Ring cameras are the perfect solution to secure your home on a budget — shop today's best deals… I've tested every iPhone since the iPhone 12, and Ceramic Shield 2 is the first iPhone glass I fully trust UFC 327 live stream: how to watch Procházka vs Ulberg, start time, preview, full card We're officially getting the DJI Pocket 4 on April 16, but here's how Insta360 could beat it
Mozilla says Anthropic’s Mythos is ‘every bit...
ESchwartzwri · 2026-04-23 · via Latest from TechRadar
A graphical rendering of the Mozilla Firefox icon.
(Image credit: Rubaitul Azad / Unsplash)

  • Mozilla used Anthropic’s Mythos AI to find hundreds of Firefox vulnerabilities, matching top human researchers in capability
  • The experiment suggests AI can now reason through code to uncover complex bugs at scale
  • This shift could reduce the advantage attackers have traditionally had in discovering valuable zero-day vulnerabilities

Mozilla thinks AI could change how bugs are found for good — so it turned a version of the Claude model loose on its own browser code. The company's security team has spent the past few months collaborating with Anthropic and testing an early version of the Claude Mythos Preview model against its browser code.

In just one round of testing, the AI model helped find 22 security-sensitive bugs, all fixed ahead of Firefox’s latest release, along with 90 other bugs.

“Mythos Preview is every bit as capable” as the world’s best security researchers, Mozilla concluded.

Article continues below

Bug bottleneck

Software security has always depended on a small number of people who can read complex code and see where it might fail. These researchers do not rely on brute force. They rely on reasoning, tracing how different parts of a system interact and identifying the places where those interactions break down.

Automated tools like fuzzers can probe systems at scale, but they tend to be uneven. They explore some paths thoroughly and miss others entirely. That's where human experts come in. But Mythos could reproduce the work that humans did, matching their abilities in many ways.

“Elite security researchers find bugs that fuzzers can’t largely by reasoning through the source code. This is effective, but time-consuming and bottlenecked on scarce human expertise," Mozilla explained in its post. “Computers were completely incapable of doing this a few months ago, and now they excel at it.”

For Mozilla’s team, the immediate reaction was less celebration than recalibration. Finding one serious vulnerability used to trigger a focused response. Finding hundreds at once required something else entirely.

Sign up to the TechRadar Pro newsletter to get all the top news, opinion, features and guidance your business needs to succeed!

Essentially, the AI made it so that discovering the bugs doesn't take long. Fixing it is the challenge.

Cybersecurity defense evolution

The cybersecurity industry usually assumes that circumstances favor attackers, as a system can have many potential weaknesses, and an attacker only needs one. Defenders, by contrast, need to protect everything.

So companies try to make it costly to exploit vulnerabilities rather than fruitlessly trying to get rid of all of them. Highly valuable flaws, known as zero-days, have been treated as rare assets. But AI models like Mythos could change that equation.

“This can feel terrifying in the immediate term, but it’s ultimately great news for defenders,” the company wrote. "A gap between machine-discoverable and human-discoverable bugs favors the attacker, who can concentrate many months of costly human effort to find a single bug. Closing this gap erodes the attacker’s long-term advantage by making all discoveries cheap."

Mozilla frames this as the beginning of a more balanced contest. That said, the flaws uncovered by Mythos are not new; they were just found much faster. The uncomfortable flip side of this, which Mozilla chooses to ignore, is that attackers have access to the same AI tools, and it's become a race of AI for defense vs AI for offense.

If Mythos can keep up this pace, researchers will have to work faster to deal with it. Mozilla's team had to adjust quickly, focusing on fixing the biggest flaws while keeping the browser code stable.

“We’ve turned the corner and can glimpse a future much better than just keeping up,” Mozilla wrote. "The defects are finite, and we are entering a world where we can finally find them all."


Google logo on a black background next to text reading 'Click to follow TechRadar'

Follow TechRadar on Google News and add us as a preferred source to get our expert news, reviews, and opinion in your feeds.


Purple circle with the words Best business laptops in white

Eric Hal Schwartz is a freelance writer for TechRadar with more than 15 years of experience covering the intersection of the world and technology. For the last five years, he served as head writer for Voicebot.ai and was on the leading edge of reporting on generative AI and large language models. He's since become an expert on the products of generative AI models, such as OpenAI’s ChatGPT, Anthropic’s Claude, Google Gemini, and every other synthetic media tool. His experience runs the gamut of media, including print, digital, broadcast, and live events. Now, he's continuing to tell the stories people want and need to hear about the rapidly evolving AI space and its impact on their lives. Eric is based in New York City.

You must confirm your public display name before commenting

Please logout and then login again, you will then be prompted to enter your display name.