In the Tarfile.extract() function, the filter parameter is not passed properly when extracting hardlinks. An affected system that extracts…
[email protected]·CWE-281·Published 2026-06-30
In the Tarfile.extract() function, the filter parameter is not passed properly when extracting hardlinks. An affected system that extracts content from untrusted tar files could end up writing files with an unexpected uid/gid despite the user passing filter='data' to the extract() function.