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
-
Fedora 41 Beta Available with Some Interesting Additions
If you're a Fedora fan, you'll be excited to hear the beta version of the latest release is now available for testing and includes plenty of updates.
-
AlmaLinux Unveils New Hardware Certification Process
The AlmaLinux Hardware Certification Program run by the Certification Special Interest Group (SIG) aims to ensure seamless compatibility between AlmaLinux and a wide range of hardware configurations.
-
Wind River Introduces eLxr Pro Linux Solution
eLxr Pro offers an end-to-end Linux solution backed by expert commercial support.
-
Juno Tab 3 Launches with Ubuntu 24.04
Anyone looking for a full-blown Linux tablet need look no further. Juno has released the Tab 3.
-
New KDE Slimbook Plasma Available for Preorder
Powered by an AMD Ryzen CPU, the latest KDE Slimbook laptop is powerful enough for local AI tasks.
-
Rhino Linux Announces Latest "Quick Update"
If you prefer your Linux distribution to be of the rolling type, Rhino Linux delivers a beautiful and reliable experience.
-
Plasma Desktop Will Soon Ask for Donations
The next iteration of Plasma has reached the soft feature freeze for the 6.2 version and includes a feature that could be divisive.
-
Linux Market Share Hits New High
For the first time, the Linux market share has reached a new high for desktops, and the trend looks like it will continue.
-
LibreOffice 24.8 Delivers New Features
LibreOffice is often considered the de facto standard office suite for the Linux operating system.
-
Deepin 23 Offers Wayland Support and New AI Tool
Deepin has been considered one of the most beautiful desktop operating systems for a long time and the arrival of version 23 has bolstered that reputation.