CVE-2026-19672: tarfile extraction filter bypass allows creation of directories outside the destination

Published Aug 19, 2026
·
Updated

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.

Affected Software

1 affected component
Python tarfile module

Event History

Aug 19, 2026
CVE Published
via MITRE·03:24 PM
Data Sourced
via MITRE·03:24 PM
Description

Frequently Asked Questions

1

Which deployments are exposed to this issue?

Only POSIX platforms are affected. Windows is not affected because it collapses '..' path components before they reach the filesystem.

2

What must an attacker-controlled archive contain to trigger the behavior?

A member name must leave the extraction destination and then return to it, such as '../evil/../dest/sub/file'. To return, the name must include the final component of the destination directory.

3

Are extracted file contents written outside the intended destination?

No. Only empty intermediate directories can be created outside the destination; member contents are still extracted inside the destination.

4

What mitigation is available if patching cannot happen immediately?

Extract archives into a securely randomized destination directory. This prevents the required return-to-destination path from naming the destination directory's final component.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203