mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-14 15:08:03 +02:00
21 lines
1.0 KiB
Markdown
21 lines
1.0 KiB
Markdown
### [CVE-2018-1263](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1263)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Addresses partial fix in CVE-2018-1261. Pivotal spring-integration-zip, versions prior to 1.0.2, exposes 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/sakib570/CVE-2018-1263-Demo
|
|
- https://github.com/snyk/zip-slip-vulnerability
|
|
|