Vulnerabilities (CVE)

Filtered by vendor Sharpcompress Project
Angry Yack Logo
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2021-39208 1 Sharpcompress Project 1 Sharpcompress 2024-11-21 4.0 MEDIUM 4.3 MEDIUM
SharpCompress is a fully managed C# library to deal with many compression types and formats. Versions prior to 0.29.0 are vulnerable to partial path traversal. SharpCompress recreates a hierarchy of directories under destinationDirectory if ExtractFullPath is set to true in options. In order to prevent extraction outside the destination directory the destinationFileName path is verified to begin with fullDestinationDirectoryPath. However, prior to version 0.29.0, it is not enforced that fullDest ...

Show More

CVE-2018-1002206 1 Sharpcompress Project 1 Sharpcompress 2024-11-21 4.3 MEDIUM 5.5 MEDIUM
SharpCompress before 0.21.0 is vulnerable to directory traversal, allowing attackers to write to arbitrary files via a ../ (dot dot slash) in a Zip archive entry that is mishandled during extraction. This vulnerability is also known as 'Zip-Slip'.