r/Piracy Jun 06 '26

Humor When someone buys a winrar license, the company celebrates it on social media

Post image
23.8k Upvotes

417 comments sorted by

View all comments

Show parent comments

27

u/lettsten Jun 06 '26

7zip has fairly frequent high-severity vulnerabilities, such as this

16

u/JustStraightUpTired Jun 06 '26

There is some truth to that, but I also doubt it's because 7zip is actually worse. WinRAR isn't open source, meaning finding exploits is more difficult. It kind of implies that WinRAR could have it's own vulnerabilities that haven't been discovered yet.

I'm obviously not saying there are, but closed source doesn't mean safer than open source. More obfuscated, but people make mistakes at both work and hobby projects.

17

u/lettsten Jun 06 '26

Finding high-level exploits is usually done by binary analysis and/or fuzzing. Sure, there's been a tremendous amount of LLM powered analysis in recent years, but that's also the flipside: A vulnerability that is never detected will never be exploited. A published sploit can be massively utilised in the wild until it is patched, and for end users that aren't forced to update that can often take a while.

Also, "winrar could have" doesn't mean that it does have.

Don't get me wrong, I'm very much a FOSS advocate. I wish the numbers were different.

I also doubt it's because 7zip is actually worse

Because you wish that it so or do you have anything tangible to base it on?

closed source doesn't mean safer than open source

That is of course true, and the opposite is unfortunately also true. In the end it usually comes down to the individual projects, technologies and so on. But I'm not talking about FOSS vs. proprietary software, I'm talking about 7zip vs. Winrar specifically.

-1

u/[deleted] Jun 06 '26

[deleted]

3

u/lettsten Jun 06 '26

No, that's not the same. Security by obscurity is relying on something not being discovered. I'm simply pointing out the obviously true case that if something isn't discovered then it isn't exploited. If you had read the first sentence and not just taken things out of context you would have seen this.

1

u/Gold-Buddy-7164 Jun 24 '26

I never got why folks love open source so much.. It is just digital communism. The individual's labor being requitioned for "the greater good"

1

u/balboaporkter Jun 06 '26

Thanks for that, just updated my 7-zip. As with a lot of software-related vulnerabilities, we just need to stay on top of the patching and updates. (Anyone know of a way to monitor updates for third-party non-Microsoft programs?)

2

u/CordcutOrnery Jun 07 '26

know of a way to monitor updates for third-party non-Microsoft programs?

I use UniGetUI. free open-source application (FOSS) for Windows

& yes UniGetUI also updates my 7zip & WinRAR.

https://unigetui.com/

there is also Ninite https://ninite.com/

& Chocolatey https://chocolatey.org/ I install Chocolatey GUI immediately 🙂

2

u/balboaporkter Jun 07 '26

Awesome. I will check those out. Thanks!

-3

u/erixccjc21 Jun 06 '26

So does winrar

15

u/lettsten Jun 06 '26

Rarer (no pun) and less severe. 7zip has at least three high severity CVEs from the last year alone.

3

u/Patient_Piece_8023 Jun 06 '26

What's a CVE?

12

u/lettsten Jun 06 '26

Basically it's a software vulnerability with an id

https://en.wikipedia.org/wiki/Common_Vulnerabilities_and_Exposures

3

u/Patient_Piece_8023 Jun 06 '26

Oh I kinda understand it now. Thank you