• kippinitreal@lemmy.world
    link
    fedilink
    arrow-up
    122
    arrow-down
    1
    ·
    edit-2
    3 months ago

    I think a lot of memes are missing the main point of how it was caught, the exploit caused a spike in CPU usage for a network call. That made no sense to the guy Messiah who found/reported it. FOSS software’s strength is the number of critical eyes looking over each line of code you put out!

    • GBU_28@lemm.ee
      link
      fedilink
      English
      arrow-up
      35
      ·
      3 months ago

      Right but the joke is that most developers aren’t of that quality, and are now going to put leredditor super sleuth eyes on every application they build

    • XEAL@lemm.ee
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      3 months ago

      What was the full story again? I’m googling but I can’t find it.

      • kryllic@programming.dev
        link
        fedilink
        arrow-up
        18
        ·
        edit-2
        3 months ago

        In a nutshell, a backdoor was intentionally planted by a malicious actor in xz Utils, an open-source data compression utility widely used in Linux and other Unix-like operating systems. This discovery was made by Andres Freund, a developer and engineer working on Microsoft’s PostgreSQL offerings. He was troubleshooting performance problems on a Debian system. Specifically, SSH logins were consuming excessive CPU cycles and generating errors with Valgrind, a memory debugging tool. Through sheer luck and Freund’s careful eye, he eventually discovered that these issues were the result of updates made to xz Utils. Upon closer inspection, he found that updates to xz Utils were the result of a maliciously inserted backdoor. The backdoor, present in xz Utils versions 5.6.0 and 5.6.1, manipulated the sshd executable, allowing anyone with a predetermined encryption key to upload and execute arbitrary code on affected devices.

  • Kowowow@lemmy.ca
    link
    fedilink
    arrow-up
    19
    ·
    3 months ago

    It would be more of a fair trade if bad actors at least needed to make sure their code was way better than most