Thanks to visit codestin.com
Credit goes to github.com

Skip to content

00465: tarfile cves #129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: fedora-3.6
Choose a base branch
from

Conversation

frenzymadness
Copy link
Member

Security fixes for CVE-2025-4517, CVE-2025-4330, CVE-2025-4138, CVE-2024-12718, CVE-2025-4435 on tarfile

The backported fixes do not contain changes for ntpath.py and related tests, because the support for symlinks and junctions were added later in Python 3.9, and it does not make sense to backport them to 3.6 here.

The patch is contains the following changes:

  • python@42deeab fixes symlink handling for tarfile.data_filter
  • python@9d2c2a8 fixes handling of existing files/symlinks in tarfile
  • python@00af979 adds a new "strict" argument to realpath()
  • python@dd8f187 fixes mulriple CVE fixes in the tarfile module
  • downstream only fixes that makes the changes work and compatible with Python 3.6

Security fixes for CVE-2025-4517, CVE-2025-4330, CVE-2025-4138, CVE-2024-12718, CVE-2025-4435 on tarfile

The backported fixes do not contain changes for ntpath.py and related tests,
because the support for symlinks and junctions were added later in Python 3.9,
and it does not make sense to backport them to 3.6 here.

The patch is contains the following changes:
- python@42deeab
  fixes symlink handling for tarfile.data_filter
- python@9d2c2a8
  fixes handling of existing files/symlinks in tarfile
- python@00af979
  adds a new "strict" argument to realpath()
- python@dd8f187
  fixes mulriple CVE fixes in the tarfile module
- downstream only fixes that makes the changes work and compatible with Python 3.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants