#VU67583 Path traversal in Python - CVE-2007-4559
Published: September 22, 2022 / Updated: December 3, 2025
Python
Python.org
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.