cve/2018/CVE-2018-1261.md
2024-06-07 04:52:01 +00:00

1.1 KiB

CVE-2018-1261

Description

Spring-integration-zip versions prior to 1.0.1 exposes an arbitrary file write vulnerability, which 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