ID:8661 - Exploit for Path traversal in Python - CVE-2007-4559
Published: December 12, 2022
Python
Link to public exploit:
Vulnerability description
The vulnerability allows a remote attacker to compromise the affected system.
The
vulnerability exists due to improper validation of filenames in the
tarfile module in Python. A remote attacker can
create a specially crafted archive with symbolic links inside or
filenames that contain directory traversal characters (e.g. "..") and
overwrite arbitrary files on the system.