Files
CVEs-PoC/2018/CVE-2018-10860.md
T
2024-05-26 14:27:05 +02:00

20 lines
904 B
Markdown

### [CVE-2018-10860](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-10860)
![](https://img.shields.io/static/v1?label=Product&message=perl-archive-zip&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-22&color=brighgreen)
### Description
perl-archive-zip is vulnerable to a directory traversal in Archive::Zip. It was found that the Archive::Zip module did not properly sanitize paths while extracting zip files. An attacker able to provide a specially crafted archive for processing could use this flaw to write or overwrite arbitrary files in the context of the perl interpreter.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/jpbprakash/vuln
- https://github.com/mile9299/zip-slip-vulnerability
- https://github.com/snyk/zip-slip-vulnerability