VYPR

NuGet package

sharpcompress

pkg:nuget/sharpcompress

Vulnerabilities (3)

  • CVE-2026-44788MedMay 26, 2026
    affected <= 0.47.4

    SharpCompress is a fully managed C# library to deal with many compression types and formats. In 0.47.4 and earlier, a path traversal vulnerability in IArchive.WriteToDirectory() allows a malicious archive to create directories outside the intended extraction root. For TAR archive

  • CVE-2021-39208Sep 16, 2021
    affected < 0.29fixed 0.29

    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 optio

  • CVE-2018-1002206MedJul 25, 2018
    affected < 0.21.0fixed 0.21.0

    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'.