|
|
Subscribe / Log in / New account

Opt Green: KDE Eco's New Sustainable Software Project

Opt Green: KDE Eco's New Sustainable Software Project

Posted Jun 4, 2024 19:49 UTC (Tue) by cesarb (subscriber, #6266)
In reply to: Opt Green: KDE Eco's New Sustainable Software Project by pizza
Parent article: Opt Green: KDE Eco's New Sustainable Software Project

> There's very little the browser can do given that the information being leaked isn't restricted to processes controlled by the browser. Heck, some of these attacks can leak information across *virtual machines*.

The browser is not alone, it works in concert with the kernel, and there are lots of tricks the kernel can use to mitigate these vulnerabilities (both between userspace and the kernel, and between the sandboxed JS process and the other browser processes) even without firmware help.

> Even at the OS level, these "mitigations" generally consist of completely disabling hardware features, usually with _severe_ performance impacts. If said features can even be disabled at all.

The main "completely disabling hardware features" mitigation is disabling SMT. Other than that, most non-microcode mitigations are AFAIK code to block speculation (or make it harmless) at key points, which does have some performance impact, but not severe enough to make the hardware unusable. If you can accept some performance degradation, you can have good enough security even after the hardware maker stopped support for that hardware.


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds