It's interesting that they counted these as security vulnerabilities (from the linked Anthropic article) > “Crude” is an important caveat here. The exploits Claude wrote only worked on our testing environment, which intentionally removed some of the security features found in modern browsers. This includes, most importantly, the sandbox, the purpose of which is to reduce the impact of these types of vulnerabilities.…
Hardening Firefox with Anthropic's Red Team
61–70 of 188 posts
Re: Hardening Firefox with Anthropic's Red Team
#62Earlier quoted context omitted.
Indeed, without it looks like a fluffy marketing piece.
And now that you know that it isn't, do you feel differently about the logic you used to write this comment?
Re: Hardening Firefox with Anthropic's Red Team
#63Earlier quoted context omitted.
Sounds good. Did you also test on old source code, to see if it could find the vulnerabilities that were already discovered by humans?
I really like this as a suggestion, but getting opensource code that isn't in the LLMs training data is a challenge. Then, with each model having a different training epoch, you end up with no useful comparison, to decide if new models are improving the situation. I don't doubt they are, just not sure this is a way to show it.
Re: Hardening Firefox with Anthropic's Red Team
#64Earlier quoted context omitted.
And now that you know that it isn't, do you feel differently about the logic you used to write this comment?
i am curious, what are you hoping to get out of this comment? will you feel better if they say yes? what is your plan if they say no?
Re: Hardening Firefox with Anthropic's Red Team
#65(/s if it’s not clear)
Re: Hardening Firefox with Anthropic's Red Team
#66I suppose eventually we'll see something like Google's OSS-Fuzz for core open source projects, maybe replacing bug bounty programs a bit. Anthropic already hands out Claude access for free to OSS maintainers. LLMs made it harder to run bug bounty programs where anyone can submit stuff, and where a lot of people flooded them with seemingly well-written but ultimately wrong reports. On the other hand, the newest genera…
> Anthropic already hands out Claude access for free to OSS maintainers. Free for 6 months after which it auto-renews if I recall correctly.
Their OSS offer is first-hit-is-free.
Re: Hardening Firefox with Anthropic's Red Team
#67Re: Hardening Firefox with Anthropic's Red Team
#68Earlier quoted context omitted.
Yon Claude has a lean and hungry look.
An LLM by any other name would hallucinate the same
Re: Hardening Firefox with Anthropic's Red Team
#69Earlier quoted context omitted.
[working for Mozilla] That's because there were none. All bugs came with verifiable testcases (crash tests) that crashed the browser or the JS shell. For the JS shell, similar to fuzzing, a small fraction of these bugs were bugs in the shell itself (i.e. testing only) - but according to our fuzzing guidelines, these are not false positives and they will also be fixed.
Sounds good. Did you also test on old source code, to see if it could find the vulnerabilities that were already discovered by humans?
“Our first step was to use Claude to find previously identified CVEs in older versions of the Firefox codebase. We were surprised that Opus 4.6 could reproduce a high percentage of these historical CVEs”
Re: Hardening Firefox with Anthropic's Red Team
#70Earlier quoted context omitted.
[working for Mozilla] That's because there were none. All bugs came with verifiable testcases (crash tests) that crashed the browser or the JS shell. For the JS shell, similar to fuzzing, a small fraction of these bugs were bugs in the shell itself (i.e. testing only) - but according to our fuzzing guidelines, these are not false positives and they will also be fixed.
Sounds good. Did you also test on old source code, to see if it could find the vulnerabilities that were already discovered by humans?