Meltdown, Spectre, and what they mean for Linux users
Performance
The measures for containing Meltdown and Spectre reduce the computing power of all affected processors, with the measures that target Meltdown leading to the biggest declines. Performance losses for desktop computers usually do not exceed five percent, but servers can lose 30 percent or more, depending on the usage profile.
The effects depend strongly on the number of system calls and the context change between user space and kernel due to page table isolation. Both Intel and the kernel developers expect to reduce the performance impact in the near future.
Conclusions
Linux users are the most up to date when it comes to Meltdown and Spectre: Either Linux 4.16.x or the back-patched LTS kernels of the 4.4, 4.9, and 4.14 series are the benchmark. Users should ditch any distribution that is not kept up to date. In contrast, Windows users are in the dark, as all protections are delivered to them with a time delay. BSD was given its first patches on February 17; the BSD patches resemble those for Linux.
The fundamental problem lies in the silicon of the processors and can only be solved there. Even a new stepping level revision of a CPU takes up to three years and costs millions. (A stepping is a sub-version of a processor generation, corresponding to a minor version change for software – also known as a core revision at AMD.) It is also questionable whether all necessary countermeasures could be accommodated in a single stepping. Another difficulty is fixing the vulnerabilities without creating new bugs.
Cautious estimates assume that the Meltdown and Spectre gaps could still be lurking in the background for a decade. The new MeltdownPrime and SpectrePrime variations announced in February require further changes to the silicon – and they are unlikely to be the last.
So far, it is unlikely that any malware in the wild can actually exploit Meltdown and Spectre. But any delays in implementation are a reflection on the complexity of the attack vectors – not the interest of the attackers. The first, fortunately still ineffective, malware that exploits the gaps is already appearing.
The most complete information on Meltdown and Spectre was published by the discoverers of the vulnerabilities in Google's Project Zero [10]. You can check the current state of protection for your own hardware with a script that you download from GitHub [11] and run as root (Listing 1). Under the latest Debian and Ubuntu versions, install the script directly from the repositories using the spectre-meltdown-checker package.
Listing 1
Vulnerability Check
$ wget meltdown.ovh -O spectre-meltdown-check $ chmod u+x spectre-meltdown-checker.sh $ sudo ./spectre-meltdown-checker.sh
Infos
- New attack vectors: https://www.zdnet.com/article/meltdown-spectre-flaws-weve-found-new-attack-variants-say-researchers/
- Microcodes: https://en.wikipedia.org/wiki/Microcode
- Torvalds' comments: http://lkml.iu.edu/hypermail/linux/kernel/1801.2/04628.html
- Out-of-order execution: https://en.wikipedia.org/wiki/Out-of-order_execution
- Microcode (version 11.02.): https://newsroom.intel.com/wp-content/uploads/sites/11/2018/02/microcode-update-guidance.pdf
- Meltdown: https://en.wikipedia.org/wiki/Meltdown_(security_vulnerability)
- KPTI: https://lwn.net/Articles/741878/
- Spectre: https://en.wikipedia.org/wiki/Spectre_(security_vulnerability)
- Retpoline: https://support.google.com/faqs/answer/7625886
- Project Zero: https://googleprojectzero.blogspot.de/2018/01/reading-privileged-memory-with-side.html
- spectre-meltdown-checker: https://github.com/speed47/spectre-meltdown-checker
« Previous 1 2 3
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you've found an article to be beneficial.
News
-
Red Hat Migrates RHEL from Xorg to Wayland
If you've been wondering when Xorg will finally be a thing of the past, wonder no more, as Red Hat has made it clear.
-
PipeWire 1.0 Officially Released
PipeWire was created to take the place of the oft-troubled PulseAudio and has finally reached the 1.0 status as a major update with plenty of improvements and the usual bug fixes.
-
Rocky Linux 9.3 Available for Download
The latest version of the RHEL alternative is now available and brings back cloud and container images for ppc64le along with plenty of new features and fixes.
-
Ubuntu Budgie Shifts How to Tackle Wayland
Ubuntu Budgie has yet to make the switch to Wayland but with a change in approaches, they're finally on track to making it happen.
-
TUXEDO's New Ultraportable Linux Workstation Released
The TUXEDO Pulse 14 blends portability with power, thanks to the AMD Ryzen 7 7840HS CPU.
-
AlmaLinux Will No Longer Be "Just Another RHEL Clone"
With the release of AlmaLinux 9.3, the distribution will be built entirely from upstream sources.
-
elementary OS 8 Has a Big Surprise in Store
When elementary OS 8 finally arrives, it will not only be based on Ubuntu 24.04 but it will also default to Wayland for better performance and security.
-
OpenELA Releases Enterprise Linux Source Code
With Red Hat restricting the source for RHEL, it was only a matter of time before those who depended on that source struck out on their own.
-
StripedFly Malware Hiding in Plain Sight as a Cryptocurrency Miner
A rather deceptive piece of malware has infected 1 million Windows and Linux hosts since 2017.
-
Experimental Wayland Support Planned for Linux Mint 21.3
As with most Linux distributions, the migration to Wayland is in full force. While some distributions have already made the move, Linux Mint has been a bit slower to do so.