CVE-2021-39208
Description
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 fullDestinationDirectoryPath ends with slash. If the destinationDirectory is not slash terminated like /home/user/dir it is possible to create a file with a name thats begins as the destination directory one level up from the directory, i.e. /home/user/dir.sh. Because of the file name and destination directory constraints the arbitrary file creation impact is limited and depends on the use case. This issue is fixed in SharpCompress version 0.29.0.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
SharpCompressNuGet | < 0.29 | 0.29 |
Affected products
3- cpe:2.3:a:sharpcompress_project:sharpcompress:*:*:*:*:*:*:*:*Range: <0.29.0
- Range: < 0.29.0
Patches
Vulnerability mechanics
References
6- github.com/adamhathcock/sharpcompress/pull/614nvdPatchThird Party AdvisoryWEB
- github.com/adamhathcock/sharpcompress/security/advisories/GHSA-jp7f-grcv-6mjfnvdExploitThird Party AdvisoryWEB
- github.com/adamhathcock/sharpcompress/releases/tag/0.29.0nvdRelease NotesThird Party AdvisoryWEB
- github.com/advisories/GHSA-jp7f-grcv-6mjfghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2021-39208ghsaADVISORY
- github.com/adamhathcock/sharpcompress/commit/ea5c8dc06314c7a5068e7901c51a625224d2b288ghsaWEB
News mentions
0No linked articles in our index yet.