A reported Free Download Manager supply chain attack redirected Linux users to a malicious Debian package repository that installed information-stealing malware.

The malware used in this campaign establishes a reverse shell to a C2 server and installs a Bash stealer that collects user data and account credentials.

Kaspersky discovered the potential supply chain compromise case while investigating suspicious domains, finding that the campaign has been underway for over three years.

    • @30p87@feddit.de
      link
      fedilink
      4310 months ago

      And via a website too. That’s like pushing a car. One of the main strengths of Linux are open repositories, maintained by reputable sources and checked by thousands of reputable people. Packages are checksummed and therefore unable to be switched by malicious parties. Even the AUR is arguably a safer and more regulated source. And it’s actually in there.

      • JWBananas
        link
        fedilink
        English
        5110 months ago

        And via a website too

        Everyone knows real admins do curl https://raw.githubusercontent.com/something/or/other/install.sh | sudo bash

    • @TrustingZebra@lemmy.one
      link
      fedilink
      1110 months ago

      It’s still my favorite download manager on Windows. It often downloads file significantly faster than the download manager built into browsers. Luckily I never installed it on Linux, since I have a habit of only installing from package managers.

      Do you know of a good download manager for Linux?

        • no banana
          link
          fedilink
          710 months ago

          Right? I’ve not thought about download speeds since the 2000’s.

        • @TrustingZebra@lemmy.one
          link
          fedilink
          710 months ago

          FDM does some clever things to boost download speeds. It splits up a download into different chuncks, and somehow downloads them concurrently. It makes a big difference for large files (for example, Linux ISOs).

          • @somedaysoon@lemmy.world
            link
            fedilink
            English
            1610 months ago

            It only makes a difference if the server is capping the speed per connection. If it’s not then it will not make a difference.

            • @TrustingZebra@lemmy.one
              link
              fedilink
              310 months ago

              I guess many servers are capping speeds them. Makes sense since I almost never see downloads actually take advantage of my Gigabit internet speeds.

              • @somedaysoon@lemmy.world
                link
                fedilink
                English
                3
                edit-2
                10 months ago

                It’s interesting to me people still download things in that fashion. What are you downloading?

                I occasionally download something from a web server, but not enough to care about using a download manager that might make it marginally faster. Most larger files I’m downloading are either TV shows and movies from torrents and usenet, or games on steam. All of which will easily saturate a 1Gbps connection.

        • arglebargle
          link
          fedilink
          English
          610 months ago

          just grabbed a gig file - it would take about 8 minutes with a standard download in Firefox. Use a manager or axel and it will be 30 seconds. Then again speed isnt everything, its also nice to be able to have auto retry and completion.

          • PenguinCoder
            link
            fedilink
            English
            110 months ago

            I was just going to recommend this too; Use axel, aria2 or even ancient hget.

      • @Xirup@lemmy.dbzer0.com
        link
        fedilink
        810 months ago

        JDownloader, XDM, FileCentipede (this one is the closest to IDM, although it uses closed source libraries), kGet, etc.

      • arglebargle
        link
        fedilink
        English
        410 months ago

        axel. use axel -n8 to make 8 connections/segments which it will assemble when it is done

    • u/lukmly013 💾 (lemmy.sdf.org)
      link
      1010 months ago

      Gotta admit, it was me. I’ve only used a computer for short time.
      I’ve got my first laptop 3 years ago, and that broke after just 2 months. And anyway, with AMD Athlon 64 it greatly struggled with a browser. So really I only started seriously using computer at the start of 2021, when I got another, usable laptop. And that’s when I downloaded freedownloadmanager.deb. Thankfully, I didn’t get that redirect, so it was a legitimate file.

    • @Hamartiogonic@sopuli.xyz
      link
      fedilink
      810 months ago

      Oh, I know someone who adds the word “free” to various search words like “free pdf reader” or “free flash player” (happened a very long time ago). He’s also the kind of person who I can imagine having a bunch of viruses and malware on his computer.

    • @Honytawk@lemmy.zip
      link
      fedilink
      510 months ago

      People not well versed in Linux.

      You know, the non-techies, which the Linux community claims should know such things but obviously does not.

    • @gaael@lemmy.world
      link
      fedilink
      210 months ago

      I’ve installed and used it, and still do.

      My internet connection is not that reliable, and when I download big files that are not torrents (say >1000 MB) and the download is interrupted because of internet disconnect, Firefox often has trouble getting back to it while FDM doesn’t.

      FDM also lets me set download speed limits, which means I can still browse the internet while downloading.

      It’s not my main tool for downloading stuff, but it has its uses.