mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-14 19:18:06 +02:00
20 lines
998 B
Markdown
20 lines
998 B
Markdown
### [CVE-2018-8008](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8008)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Apache Storm version 1.0.6 and earlier, 1.2.1 and earlier, and version 1.1.2 and earlier expose an arbitrary file write vulnerability, that can be achieved using a specially crafted zip archive (affects other archives as well, bzip2, tar, xz, war, cpio, 7z), that holds path traversal filenames. So when the filename gets concatenated to the target extraction directory, the final path ends up outside of the target folder.
|
|
|
|
### 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
|
|
|