(no title)
josefx | 11 days ago
> 10s of billions are spent to try to get Chromium to not have these vulnerabilities, using those tools. And here we are.
Shouldn't pages run in isolated and sandboxed processes anyway? If that exploit gets you anywhere it would be a failure of multiple layers.
stackghost|11 days ago
However if you have arbitrary code execution then you can groom the heap with malloc/new to create the layout for a heap overflow->ret2libc or something similar
staticassertion|11 days ago
Chromium uses probably the single most advanced sandbox out there, at least for software that users are likely to run into.
StilesCrisis|11 days ago
tgv|11 days ago
pjmlp|10 days ago
Go's main issue is its language design approach.