bower / decompress-zip

Module that decompresses zip files
MIT License
102 stars 76 forks source link

Arbitrary File Overwrite #64

Open kailashchoudharykc opened 5 years ago

kailashchoudharykc commented 5 years ago

Vulnerable versions of decompress-zip are affected by the Zip-Slip vulnerability, an arbitrary file write vulnerability. The vulnerability occurs because decompress-zip does not verify that extracted files do not resolve to targets outside of the extraction root directory.