69
submitted 17 hours ago by pnutzh4x0r@lemmy.ndlug.org to c/linux@lemmy.ml

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.

...

From Attacking UNIX Systems via CUPS, Part I:

"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)."

...

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.

all 16 comments
sorted by: hot top controversial new old
[-] MigratingtoLemmy@lemmy.world 2 points 1 hour ago* (last edited 50 minutes ago)

Wtf???? "All GNU/Linux"???? This guy made me think Linus personally had to descend to Kernel-land and fix perhaps the most horrendous memory bug in existence. But no, surely CUPS IS ON EVERY MACHINE, RIGHT??????????

Fuck you to whoever blew this out of proportion.

[-] schizo@forum.uncomfortable.business 56 points 17 hours ago

I had a moment of actual laughter.

I was expecting a kernel issue handling networking connections or SSH or who the fuck knows but... cups?

Printers, they ruin everything.

[-] henfredemars@infosec.pub 17 points 17 hours ago

Loads of complex code exposed to an assumed trusted network is the model of printers. They’re going to be full of security issues.

This stuff should be sandboxed and then never, ever exposed to the Internet.

I'm always befuddled how these things end up public on the internet. (I'm not really.)

Like, it's not like the printer is the one poking holes in your firewall while you sleep.*

*If it is, then you should feel great shame, throw away anything more complicated than a pair of dull scissors, and get a job digging holes then filling them back in.

[-] lime@feddit.nu 12 points 15 hours ago* (last edited 15 hours ago)

the reporter is a real asshat, judging by their twitter.

first: twitter post about the vuln, "disclosure is happening in less than two weeks", "i got patronized because the devs can't accept that their code is crap"

"id rather just drop it and force them to fix it asap"

then, later:

"disclosure is happening at 20:00 utc"

[-] winterayars@sh.itjust.works 1 points 1 hour ago

Blue check on Twitter... Someone who's paying $10/mo to the world's richest person has an overinflated sense of importance... well... What're you gonna do?

[-] ShortN0te@lemmy.ml 14 points 15 hours ago

Yep. Also claimed "it affects all GNU/Linux" while it only really does CUPS and so on.

Just alone full disclosure is a shit thing to do. Do not even mention the part where it was intended as a responsible disclosure.

[-] superglue@lemmy.dbzer0.com 8 points 14 hours ago

Ya I was worried this was going to affect something like OpenWRT and a lot of shit was about to get fucked over. CUPS? 99.9% of people are gonna have that port closed on their router. Sure this is important to fix but a 9.9? Nah

[-] possiblylinux127@lemmy.zip 11 points 15 hours ago* (last edited 15 hours ago)

So if Cups is properly sandboxes this is less of an issue? Still not good but not show stopping

I don't think this is 9.9 worthly

[-] masterofn001@lemmy.ca 14 points 16 hours ago

Remember when printers were connected by a USB cable?

Also, sudo ss -tunlp to see what ports are listening on your system and which applications/services use them. (Linux)

ss -K closes dead ports

If you didn't explicitly open a port, ask why it needs to be open (listening). (25, 22, 67, 53,5353)

Make sure what you did open is opened at the right addresses. Ie localhost, 0.0.0.0, 127.0.0.1, etc for the purpose.

Use a firewall and block ALL incoming traffic.

[-] PushButton@lemmy.world 7 points 16 hours ago

Wasn't it supposedly affecting ALL Gnu/Linux PLUS others?

That's so weird that my GNU/Linux isn't affected by this vulnerability...

Next time that margarine is going to scream "wolf", I will take it with a grain of salt...

Source: https://nitter.poast.org/evilsocket/status/1838169889330135132

[-] D_Air1@lemmy.ml 3 points 15 hours ago

While I'm glad that there are people who do this work and certainly appreciate it. I also read his tweets and this person did seem to come off as a bit annoying. Like I get it. Security is important. However, things not moving as fast as you like is no reason to act like that.

[-] pnutzh4x0r@lemmy.ndlug.org 7 points 17 hours ago* (last edited 15 hours ago)
[-] bloodfart@lemmy.ml 0 points 17 hours ago

Cups-browsed-eez nutz!

this post was submitted on 26 Sep 2024
69 points (97.3% liked)

Linux

47450 readers
2130 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS