Proof-of-Concept of CVE-2025-55188: 7-Zip Arbitrary File Write# CVE-2025-55188: 7-Zip Arbitrary File Write
Proof-of-Concept of CVE-2025-55188
See https://lunbun.dev/blog/cve-2025-55188/ for an explanation and writeup.
`poc_lnk` contains code using the hardlink method.
`poc_vrt` contains code using the extraction root abuse method.
[4.0K] /data/pocs/8e83aa488b2f95127da90effc39a1ba372d955a2
├── [4.0K] poc_lnk
│ ├── [ 983] rce.py
│ ├── [ 10K] rce.tar
│ ├── [ 10K] write.tar
│ └── [ 788] write_tar.py
├── [4.0K] poc_vrt
│ ├── [ 825] rce.py
│ ├── [ 10K] rce.tar
│ ├── [ 260] write.7z
│ ├── [ 416] write_7z.sh
│ ├── [ 228] write.rar
│ ├── [ 422] write_rar.sh
│ ├── [ 10K] write.tar
│ ├── [ 688] write_tar.py
│ ├── [ 363] write.zip
│ └── [ 684] write_zip.py
└── [ 274] README.md
2 directories, 15 files