Live data from Hacker News

Multiple 7-Zip Vulnerabilities Discovered

blog.talosintel.com

1–10 of 72 posts

Re: Multiple 7-Zip Vulnerabilities Discovered

#4
I'm a tad confused. Say I had 7-zip installed - how would I be vulnerable? Hacker Henry knows I use UDF or HFS+ filesystem, AND gets me to trust them and download their maliciously compressed file, AND I extract it with 7-zip, which is exploited by one of these vulnerabilities?

If Henry can do all that, why couldn't Henry just get me to trust them and download a more robust malicious file in the first place without worry to what type of filesystem and decompression software I use?

Re: Multiple 7-Zip Vulnerabilities Discovered

#6
post #4

I'm a tad confused. Say I had 7-zip installed - how would I be vulnerable? Hacker Henry knows I use UDF or HFS+ filesystem, AND gets me to trust them and download their maliciously compressed file, AND I extract it with 7-zip, which is exploited by one of these vulnerabilities? If Henry can do all that, why couldn't Henry just get me to trust them and download a more robust malicious file in the first place without w…

What exactly do you mean by more robust malicious file? Like an executable? Because I'm relatively OK with extracting files from dubious sources, I'm not OK with running executables from dubious sources.

Re: Multiple 7-Zip Vulnerabilities Discovered

#7
post #4

I'm a tad confused. Say I had 7-zip installed - how would I be vulnerable? Hacker Henry knows I use UDF or HFS+ filesystem, AND gets me to trust them and download their maliciously compressed file, AND I extract it with 7-zip, which is exploited by one of these vulnerabilities? If Henry can do all that, why couldn't Henry just get me to trust them and download a more robust malicious file in the first place without w…

Many people put more trust in unzipping something than running untrusted code.

Archives are supposed to be read only.

Re: Multiple 7-Zip Vulnerabilities Discovered

#8
post #4

I'm a tad confused. Say I had 7-zip installed - how would I be vulnerable? Hacker Henry knows I use UDF or HFS+ filesystem, AND gets me to trust them and download their maliciously compressed file, AND I extract it with 7-zip, which is exploited by one of these vulnerabilities? If Henry can do all that, why couldn't Henry just get me to trust them and download a more robust malicious file in the first place without w…

Because Henry is Hardcore.

Re: Multiple 7-Zip Vulnerabilities Discovered

#9
post #3

Earlier quoted context omitted.

I didn't even realize 7-Zip could open those.

7-Zip is the VLC of file containers.

It is my default whenever I'm on Windows. Everyone loves to close the "trial" window on software when there's usually a better open source alternative. The hidden gem in 7-Zip is you can set file association, it's just not enabled by default which makes it seem more complicated to newcomers than it really is.

Re: Multiple 7-Zip Vulnerabilities Discovered

#10
post #4

I'm a tad confused. Say I had 7-zip installed - how would I be vulnerable? Hacker Henry knows I use UDF or HFS+ filesystem, AND gets me to trust them and download their maliciously compressed file, AND I extract it with 7-zip, which is exploited by one of these vulnerabilities? If Henry can do all that, why couldn't Henry just get me to trust them and download a more robust malicious file in the first place without w…

What exactly do you mean by more robust malicious file? Like an executable? Because I'm relatively OK with extracting files from dubious sources, I'm not OK with running executables from dubious sources.

Yes, there are trust levels associated with running untrusted code, and processing untrusted data. It's possible (but often hard and annoying) to access some external/untrusted resources such as the internet and items on them without running untrusted code, it is not possible to do so without processing untrusted data (at a minimum it's going to traverse your network stack and display/disk drivers).
Post reply on HN