Unauthenticated RCE Flaw With CVSS 9.9 Rating For Linux Systems Affects CUPS
- Reference: 0001494146
- News link: https://www.phoronix.com/news/Linux-CVSS-9.9-Rating
- Source link:
There's been talk of this unauthenticated RCE vulnerability coming with a CVSS 9.9 rating but none of the technical details were publicly known until it was made public just now at the top of the hour. Simone Margaritelli discovered this vulnerability and has shared a write-up around this potentially very impactful Linux vulnerability.
This vulnerability, fortunately, doesn't affect the Linux kernel but rather CUPS... The print server commonly used on Linux systems and other platforms.
Margaritelli sums up the vulnerability in [1]a blog post as:
"A remote unauthenticated attacker can silently replace existing printers’ (or install new ones) IPP urls with a malicious one, resulting in arbitrary command execution (on the computer) when a print job is started (from that computer)."
CVE-2024-47176, CVE-2024-47076, CVE-2024-47175, and CVE-2024-47177 have been assigned around these CUPS issues. There are also "several other bugs that are more or less exploitable."
This remote code execution issue can be exploited across the public Internet via a UDP packet to port 631 without needing any authentication, assuming the CUPS port is open through your router/firewall. LAN attacks are also possible via spoofing zeroconf / mDNS / DNS-SD advertisements.
Besides CUPS being used on Linux distributions, it also affects some BSDs, Oracle Solaris, Google Chrome OS, and others.
As of writing there is no Linux fix available for this high profile security issue. In the meantime it's recommended to disable and remove the "cups-browsed" service, updating CUPS, or at least blocking all traffic to UDP port 631.
More details on this CUPS security issue via [2]this blog post by researcher Simone Margaritelli.
Red Hat has also published [3]a blog post with their response to these CUPS vulnerabilities. Mitigating RHEL servers is done by disabling cups-browsed.
[1] https://www.evilsocket.net/2024/09/26/Attacking-UNIX-systems-via-CUPS-Part-I/
[2] https://www.evilsocket.net/2024/09/26/Attacking-UNIX-systems-via-CUPS-Part-I/
[3] https://www.redhat.com/en/blog/red-hat-response-openprinting-cups-vulnerabilities
Lbibass