Just one more reason to never use Chrome. Their removal of MV2 to prevent UBlock Origin from working is another.
Which browser has a better security track record?
Actively exploited sandbox RCE in all Chromium versions
31–40 of 519 posts
Re: Actively exploited sandbox RCE in all Chromium versions
#32Earlier quoted context omitted.
I think people would like to understand what the "sandbox" is here and what isolation does it provide, is it an unprivileged process? something chromium specific? a v8/JS thing? etc.
Seems to use OS-specific kernel syscall filtering facilities. Windows: https://chromium.googlesource.com/chromium/src/+/HEAD/docs/d... Linux: https://chromium.googlesource.com/chromium/src/+/0e94f26e8/d...
https://chromium.googlesource.com/v8/v8.git/+/refs/heads/mai...
Re: Actively exploited sandbox RCE in all Chromium versions
#33Earlier quoted context omitted.
It means it can execute arbitrary machine code in the sandbox.
Okay, and why is that more of a security risk than executing arbitrary JavaScript in the sandbox?
Re: Actively exploited sandbox RCE in all Chromium versions
#34Does anybody have a source for the "actively exploited" part of the HN title?
Re: Actively exploited sandbox RCE in all Chromium versions
#35Re: Actively exploited sandbox RCE in all Chromium versions
#36Does anybody have a source for the "actively exploited" part of the HN title?
"CISA maintains the authoritative source of vulnerabilities that have been exploited in the wild."
Re: Actively exploited sandbox RCE in all Chromium versions
#37Let's take a moment to talk about the monetary value of this vulnerability. According to the Chrome release page ( https://chromereleases.googleblog.com/2026/09/stable-channel... ), Google paid a researcher $1000 for ethically reporting this. The CVE associated with it (CVE-2026-85046) is already being exploited in the wild. If we put our thinking caps on, how much do you think this vulnerability is actually worth? H…
On average, probably not that much. What's the amortized cost of all testing, static analysis, and audit / code review, per "prevented potential bug"?
Re: Actively exploited sandbox RCE in all Chromium versions
#38Does anybody have a source for the "actively exploited" part of the HN title?
Re: Actively exploited sandbox RCE in all Chromium versions
#39Let's take a moment to talk about the monetary value of this vulnerability. According to the Chrome release page ( https://chromereleases.googleblog.com/2026/09/stable-channel... ), Google paid a researcher $1000 for ethically reporting this. The CVE associated with it (CVE-2026-85046) is already being exploited in the wild. If we put our thinking caps on, how much do you think this vulnerability is actually worth? H…
While I agree 1000 is hilariously low for this, worth is hard to quantify. Do you pay what it could theoretically cost your company? the amount the top bidding bad actor would be willing to pay?
Re: Actively exploited sandbox RCE in all Chromium versions
#40Brave is beating GrapheneOS on update timeliness: https://github.com/GrapheneOS/Vanadium/releases https://github.com/brave/brave-browser/releases Only if you use Nightly wait maybe not.
This issue is already fixed in Google Chrome (152.0.7977.83)
> Type confusion in V8 in Google Chrome prior to 152.0.7977.82 allowed a remote attacker to execute arbitrary code inside the sandbox via a crafted HTML page.
So it was fixed in 152.0.7977.82 (before .83), if I read that right.