mirror of
https://github.com/0xMarcio/cve.git
synced 2025-06-07 13:36:36 +00:00
20 lines
809 B
Markdown
20 lines
809 B
Markdown
### [CVE-2018-1002209](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1002209)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
QuaZIP before 0.7.6 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'.
|
|
|
|
### 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
|
|
|