As security holes go, CVE-2023-4911, aka "Looney Tunables," isn't horrid. It has a Common Vulnerability Scoring System (CVSS) score of 7.8, which is ranked as important, not critical. On the other hand, this GNU C Library's (glibc) dynamic loader vulnerability is a buffer overflow, which is always big trouble, and it's in pretty much all Linux distributions, so it's more than bad enough. Also: Linux tries to dump Windows' notoriously insecure RNDIS protocol After all, its discoverers, the Qualys Threat Research Unit, were able to exploit "this vulnerability (a local privilege escalation that grants full root privileges) on the default installations of Fedora 37 and 38, Ubuntu 22.04 and 23.04, and Debian 12 and 13." Other distributions are almost certainly vulnerable to attack. The one major exception is the highly secure Alpine Linux. Thanks to this vulnerability, it's trivial to take over most Linux systems as a root user. As the researchers noted, this exploitation method "works against almost all of the SUID-root programs that are installed by default on Linux." So, yeah, this is bad news with a capital B for Linux users. The vulnerability was introduced in April 2021 with the release of glibc 2.34. The flaw is a buffer overflow weakness in the glibc's ld.so dynamic loader, a crucial component responsible for preparing and executing programs on Linux systems. The vulnerability is triggered when processing the GLIBC_TUNABLES environment variable, making it a significant thr...
Patch now: This serious Linux vulnerability affects nearly all distributions
Steven Vaughan-Nichols
·Published Oct 5, 2023
·Updated
Affected Software
7 affected components
GNU C Library=2.34
Linux Fedora=37
Linux Fedora=38
Linux Ubuntu=22.04
Linux Ubuntu=23.04
Linux Debian=12
Linux Debian=13
Frequently Asked Questions
1
What is the main topic of this article?
The article discusses a serious vulnerability in the GNU C Library affecting nearly all Linux distributions.
2
What is the vulnerability identifier mentioned in the article?
The vulnerability is identified as CVE-2023-4911, also known as 'Looney Tunables'.
3
What is the severity score for this vulnerability?
The vulnerability has a CVSS score of 7.8, which is classified as important.
4
Which versions of the GNU C Library are affected?
The affected version of the GNU C Library is 2.34.
5
What specific Linux distributions are impacted by this vulnerability?
The affected distributions include Fedora 37, Fedora 38, Ubuntu 22.04, Ubuntu 23.04, Debian 12, and Debian 13.