๐Ÿ” CVE Alert

CVE-2026-19672

UNKNOWN 0.0

tarfile extraction filter bypass allows creation of directories outside the destination

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

The tarfile module's tar and data extraction filters created directories outside the destination for members whose name leaves the destination and returns to it, such as ../evil/../dest/sub/file. The containment check used the resolved path, but intermediate directories were created from the name as given. Only empty directories are created outside the destination. Member contents are still extracted inside it. To return to the destination the member's name must contain the destination directory's own final component, so extraction into a secure randomised directory is not affected. This affects POSIX platforms only. On Windows, .. components are collapsed before the path reaches the filesystem, so the directories outside the destination are never created.

Vendor python software foundation
Product cpython
Published Aug 19, 2026
Stay Ahead of the Next One

Get instant alerts for python software foundation cpython

Be the first to know when new unknown vulnerabilities affecting python software foundation cpython are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Python Software Foundation / CPython
0 < 3.16.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/python/cpython/pull/156000 mail.python.org: https://mail.python.org/archives/list/[email protected]/thread/J2WT2ALRWEXQJOB3C7Q2HYWUXP3CINWO/

Credits

๐Ÿ” Lohinth (https://github.com/l0h1nth) Stan Ulbrych (https://github.com/StanFromIreland) Petr Viktorin (https://github.com/encukou) Ethan Furman (https://github.com/ethanfurman)