mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-25 20:57:49 +02:00
20 lines
904 B
Markdown
20 lines
904 B
Markdown
### [CVE-2018-10860](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-10860)
|
|

|
|

|
|

|
|
|
|
### 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
|
|
|