this post was submitted on 28 May 2026
116 points (98.3% liked)

Technology

6842 readers
25 users here now

News community around technology, social media platforms, information technology and governmental policy surrounding it.

What doesn't fit here?

The core of the story has to be technology focused.


Post guidelines

Title formatPost title should mirror the news source title. If you don't like the title of article, look for an alternative source instead of editorializing it.
URL formatPost URL should be the original link to the article (even if paywalled) and archived copies left in the body. It allows avoiding duplicate posts when cross-posting.
[Opinion] prefixOpinion (op-ed) articles must use [Opinion] prefix before the title. Opinion articles refer to articles that their publisher doesn't explictly endorse.
Country prefixCountry prefix can be added to the title with a separator (|, :, etc.) if the news is from a local publisher who doesn't clearly mention the country.


Rules

1. English onlyTitle and associated content has to be in English.
2. Use original linkPost URL should be the original link to the article (even if paywalled) and archived copies left in the body. It allows avoiding duplicate posts when cross-posting.
3. Respectful communicationAll communication has to be respectful of differing opinions, viewpoints, and experiences.
4. InclusivityEveryone is welcome here regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.
5. Ad hominem attacksAny kind of personal attacks are expressly forbidden. If you can't argue your position without attacking a person's character, you already lost the argument.
6. Off-topic tangentsStay on topic. Keep it relevant.
7. Instance rules may applyIf something is not covered by community rules, but are against lemmy.zip instance rules, they will be enforced.


Companion communities

!globalnews@lemmy.zip
!interestingshare@lemmy.zip


Icon attribution | Banner attribution


If someone is interested in moderating this community, message @brikox@lemmy.zip.

founded 2 years ago
MODERATORS
 

Everyone, get your update hats on immediately; we're at DEFCON 1

top 17 comments
sorted by: hot top controversial new old
[–] YiddishMcSquidish@lemmy.today 21 points 2 days ago

any machine with at least 16gb RAM

Sometimes being broke ain't all that bad.

[–] aeronmelon@lemmy.world 20 points 3 days ago (1 children)

The 7zip format, or the actual 7zip application?

[–] Prove_your_argument@piefed.social 36 points 3 days ago (3 children)

application my man. Literally the first paragraph of the article contains:

If a user simply opens a booby-trapped crafted archive (.7z, .zip, .rar, etc) on a machine with at least 16 GB of RAM, they'll be running malicious code. Extracting the archive isn't necessary; only opening it is enough. We recommend that everyone immediately update to the latest version, 26.01, published in late April; all previous versions are vulnerable.

[–] Prove_your_argument@piefed.social 28 points 3 days ago (2 children)

...and because i'm sure people still won't read the article, this also includes countless things that use 7zip libraries to do zipping actions, including things like file browsers, chocolatey and probably other stuff. 7zip is foss and widely used for all kinds of things t hat go beyond consumer gui usage.

[–] aeronmelon@lemmy.world 13 points 3 days ago (1 children)

That’s exactly why I asked for clarification. Is this an issue with their executable or is it their compression code?

I use Keka for macOS, which uses 7zip’s code for handling .7z archives. So I should probably hope for a quick update from them.

[–] 4am@lemmy.zip 16 points 3 days ago (1 children)

You asked if it was the application or the file format.

Sounds like neither, it’s the compression library.

[–] Mihies@programming.dev 6 points 2 days ago

It's both - library and apps that use it.

[–] T4V0@lemmy.pt 2 points 2 days ago

More often than not, I don't read the article due to a lemming summing it up nicely for us in the comments lol.

[–] Aria@lemmygrad.ml 1 points 2 days ago

What does it mean to open it in this case?

It's not in the 7z compression format, so it might be worth just flagging any file with the ntfs headers for now? I would like to think that av companies could add that.

[–] GalacticGrapefruit@lemmy.world 6 points 3 days ago* (last edited 3 days ago) (1 children)

Another cataclysmic 7zip vuln??? It's been less than 6 months!

[–] pianoplant@lemmy.world 17 points 3 days ago
  • high performance legacy software like this often uses low-level languages like c, c++, and assembly
  • these low-level languages are extremely powerful but require manual management of memory
  • that memory management is a common place where bugs like this can be found. This vulnerability is a memory overflow

This kind of bug's severity and how easily it is to accidentally introduce is why many high performance applications are moving to the rust programming language, which was specifically designed to try and prevent/minimize memory bugs.

[–] quick_snail@feddit.nl 2 points 2 days ago (1 children)

That actually doesn't seem to be so severe.

How many people download some random archive and then, after extracting it, they double click on the files inside it?

It says the risk of this vuln is arbitrary code execution of a maliciously crafted archive.

After fixing this bug, most 7zip users will still be vulnerable to arbitrary code execution due to maliciously crafted archives.

[–] SteleTrovilo@beehaw.org 3 points 2 days ago (1 children)

According to the last paragraph, the vulnerability is in reading the archive itself, not the decompressed contents.

[–] Kactus@piefed.world 3 points 2 days ago

I think what quick snail is saying is that if you are going to download a malicious zip file you are just as likely to unzip the archive and run the program inside. It's a lot easier to just have a malicious payload inside the archive.

[–] quick_snail@feddit.nl 1 points 2 days ago

As an archivist, that image makes me very sad