LibreTechni.ca
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
sanitation@lemmy.today to PC Master Race@lemmy.worldEnglish · 2 天前

Russian Hackers Are Still Exploiting a WinRAR Vulnerability, Here's How to Protect Yourself

respawnfirst.com

external-link
message-square
23
fedilink
72
external-link

Russian Hackers Are Still Exploiting a WinRAR Vulnerability, Here's How to Protect Yourself

respawnfirst.com

sanitation@lemmy.today to PC Master Race@lemmy.worldEnglish · 2 天前
message-square
23
fedilink
alert-triangle
You must log in or register to comment.
  • Phoenixz@lemmy.ca
    link
    fedilink
    English
    arrow-up
    1
    ·
    16 小时前

    Here is how you protect yourself

    Don’t use tar

    Don’t use windows

    Done.

  • /home/pineapplelover@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    16 小时前

    Bruh we use winrar at work

    Edit: it wasn’t my decision

  • slazer2au@lemmy.world
    link
    fedilink
    English
    arrow-up
    53
    ·
    2 天前

    Tldr. Update WinRAR.

    Better option, uninstall WinRAR and use something more sensible like 7zip.

    • Phoenixz@lemmy.ca
      link
      fedilink
      English
      arrow-up
      1
      ·
      16 小时前

      Better option: move to Linux, also dump rar

    • P03 Locke@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      6
      ·
      edit-2
      1 天前

      Who the fuck still uses WinRAR?

      • yistdaj@pawb.social
        cake
        link
        fedilink
        English
        arrow-up
        1
        ·
        21 分钟前

        A few people over time have sent me RAR files.

        When I ask them why, they always say they had downloaded or received a RAR file at some point, which they didn’t know what to do with until they looked it up and installed WinRAR to extract them. After that, they learned that RAR was better than ZIP for compressing files, causing them to use that instead of ZIP.

        I usually respond with 7-Zip is better than WinRAR in terms of compression, while still being able to extract RAR files, which doesn’t always win people over because these are non-technical people that are usually hesitant to install new software unless they actually need to.

        None of these people knew each other when they first started using WinRAR, so I think this is actually pretty common.

      • slazer2au@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 天前

        Orgs who haven’t updated their processes in 20 years and still have a valid license.

        • Tiral@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          21 小时前

          License? I thought the point was to see how high the number went every time you opened it.

          • slazer2au@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            20 小时前

            Until you are a business and you get reamed by legal for using unlicensed software putting the business at legal risk.

    • cRazi_man@europe.pub
      link
      fedilink
      English
      arrow-up
      16
      ·
      2 天前

      I’m more of a PeaZip person myself.

      • kn33@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        2 天前

        I like Nanazip

        • cRazi_man@europe.pub
          link
          fedilink
          English
          arrow-up
          6
          ·
          2 天前

          Full list of options…before this turns into a long list of options: https://alternativeto.net/software/winrar/?license=opensource

          • certified_expert@lemmy.world
            link
            fedilink
            English
            arrow-up
            3
            ·
            1 天前

            Laughs in tar.gz

    • pulsewidth@lemmy.world
      link
      fedilink
      English
      arrow-up
      10
      ·
      edit-2
      2 天前

      I’ll just uh… Leave these here.

      https://www.tomshardware.com/tech-industry/cyber-security/wide-ranging-7-zip-vulnerability-with-8-8-cve-rating-allows-for-code-execution-hundreds-of-millions-of-machines-potentially-at-risk

      https://cybersecuritynews.com/7-zip-rce-vulnerability-exploited/ (another similar CVE from late last year)

      I use 7-zip myself, and have for over a decade, but it too has like… A major CVE around once every six months - worse than WinRARs record actually.

      Its no silver bullet.

      • slazer2au@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        2 天前

        Not a silver bullet but the functionality of 7zip is far greater then WinRAR.

  • certified_expert@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 天前

    Me laughing in tar

    • MonkderVierte@lemmy.zip
      link
      fedilink
      English
      arrow-up
      1
      ·
      19 小时前

      Dumb and inefficient but simple enough to not care about your newfangled “security exploits”.

      • certified_expert@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        16 小时前

        Do you have any foundation for your claim?

        • tar paired with gzip or xz it is quite comparable in compression ratios. xz can be actually better than rar.
        • tar preserves file permissions.
        • tar lets you just pack files together with no compression at near instant speed
        • you can pipe it

        Dumb is a feature: do one thing and do it well. Inefficient? BS.

        Here a qick comparison

        • MonkderVierte@lemmy.zip
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          16 小时前

          tar has no index for quick lookup, tar extracts in quadratic time, stuff like that. I mean, even zip can extract a 1 MB file in a second from a 5 GB archive, tar needs to extract the whole thing.
          No “magic byte” either, making life hard for mime-tooling.

          To be fair, it was made for tape backups.

          • tar lets you just pack files together with no compression at near instant speed

          cat does so too. Add a index with metadata and a separator bit between the files and you almost have a tar but better in some areas.

          • certified_expert@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            16 小时前

            “tar extracts in quadratic time, stuff like that”. Is that what your favorite clanker told you? If that’s the case, why is uncompressed tar almost instant in practice when others take many seconds? Or compressed tars in the same time neighborhood than any other tool?

            Who does “quick lookups” in an arcived file? At most a content listing and then parse/grep whatever you want.

            About cat: Sure bud, but go and reconstruct a folder after you cated it.

  • betterdeadthanreddit@lemmy.world
    link
    fedilink
    English
    arrow-up
    13
    ·
    2 天前

    Could have afforded more secure code if anyone had bothered to buy WinRAR instead of clicking through the nag screen every time.

    • wltr@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      9
      ·
      2 天前

      Why use it in the first place? To me that’s some ‘hi from 2000s’ kind of thing.

      • myrmidex@belgae.social
        link
        fedilink
        English
        arrow-up
        5
        ·
        2 天前

        Indeed, I also got a lot of “are you from the past?” vibes

PC Master Race@lemmy.world

pcmasterrace@lemmy.world

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !pcmasterrace@lemmy.world

A community for PC Master Race.

Rules:

  1. No bigotry: Including racism, sexism, homophobia, transphobia, or xenophobia. Code of Conduct.
  2. Be respectful. Everyone should feel welcome here.
  3. No NSFW content.
  4. No Ads / Spamming.
  5. Be thoughtful and helpful: especially when new beginners have questions.
Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 342 users / day
  • 1.56K users / week
  • 4.04K users / month
  • 5.55K users / 6 months
  • 1 local subscriber
  • 21.4K subscribers
  • 202 Posts
  • 1.19K Comments
  • Modlog
  • mods:
  • _MoveSwiftly@lemmy.world
  • BigFig@lemmy.world
  • IowaMan@lemmy.world
  • Starfer@lemmy.world
  • The_Vampire@lemmy.world
  • Fudgeknuckles98@lemmy.world
  • CatZoomies@lemmy.world
  • Xeon@lemmy.ml
  • BE: 0.19.5
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org