CVE-2026-19672 PUBLISHED

tarfile extraction filter bypass allows creation of directories outside the destination

Assigner: PSF
Reserved: 12.08.2026 Published: 19.08.2026 Updated: 19.08.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:L/SA:N
CVSS Score: 6.3

Product Status

Vendor Python Software Foundation
Product CPython
Versions Default: unaffected
  • affected from 0 to 3.16.0 (excl.)

Credits

  • Lohinth (https://github.com/l0h1nth) reporter
  • Stan Ulbrych (https://github.com/StanFromIreland) coordinator
  • Petr Viktorin (https://github.com/encukou) remediation reviewer
  • Ethan Furman (https://github.com/ethanfurman) remediation reviewer

References