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.

  • nyan@sh.itjust.works
    link
    fedilink
    arrow-up
    7
    ·
    9 hours ago

    Yup, called it: non-mandatory piece of software. Plus you have to have been dumb enough to deliberately forward the port at your router for the general-case attack, and you have to print something (which I do maybe twice a month) for any command injection to take place.

    This does need to be patched, since there is some risk if you have CUPS running and another device on your LAN has already been compromised, but it’s definitely not the earthshattering kaboom the discoverer misrepresented it as.

    • Magiilaro
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      5 hours ago

      No port forwarding needed when the ISP provides a proper IPv6 subnet. Normal IPv6 router advertisement will then provide a public reachable address for every IPv6 capable device.

      But with the size of IPv6 it makes searching for that not really easy, so it only a small attack vector.

      • Laser
        link
        fedilink
        arrow-up
        4
        ·
        4 hours ago

        My router will still block all ports not explicitly allowed for the hosts regardless of protocol, it’s a firewall after all and not just NAT. Just because the host addressable doesn’t mean its ports are reachable.

        • Magiilaro
          link
          fedilink
          English
          arrow-up
          2
          arrow-down
          1
          ·
          3 hours ago

          Unfortunately many of the routers provided by ISPs I have seen where not configured that way by default. They only used NAT as firewall, so without configured port forwarding nothing could be reached with IPv4. But for IPv6: If you know the IPv6 for any system on the local network it is free available on all ports. It is the first thing I check when someone asks me to check their network or configure their internet, and only Fritz!Box have a sane default for IPv6 (but to be honest my other experiences are mostly with shitty Vodafone and german Telekom routers so it is a very limited set, and I really hope that most others are better.)

  • MigratingtoLemmy@lemmy.world
    link
    fedilink
    English
    arrow-up
    15
    arrow-down
    4
    ·
    edit-2
    10 hours 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.

  • The Doctor@beehaw.org
    link
    fedilink
    English
    arrow-up
    3
    ·
    7 hours ago

    This is a big nothingburger because it doesn’t have a cute name, a marketing campaign, or a silly logo. /s

  • schizo@forum.uncomfortable.business
    link
    fedilink
    English
    arrow-up
    66
    ·
    1 day 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
      link
      fedilink
      English
      arrow-up
      19
      ·
      1 day 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.

      • schizo@forum.uncomfortable.business
        link
        fedilink
        English
        arrow-up
        10
        arrow-down
        1
        ·
        1 day ago

        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
    link
    fedilink
    English
    arrow-up
    16
    arrow-down
    1
    ·
    edit-2
    1 day 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
      link
      fedilink
      arrow-up
      5
      ·
      10 hours 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
      link
      fedilink
      arrow-up
      17
      ·
      1 day 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
        link
        fedilink
        English
        arrow-up
        11
        ·
        24 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

  • Possibly linux@lemmy.zip
    link
    fedilink
    English
    arrow-up
    15
    ·
    edit-2
    1 day 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
    link
    fedilink
    arrow-up
    16
    ·
    1 day 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.

    • D_Air1@lemmy.ml
      link
      fedilink
      arrow-up
      5
      ·
      1 day 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.