CVE-2025-4138
Public on
Last Modified:
Description
A flaw was found in the Python tarfile module. This vulnerability allows attackers to bypass extraction filters, enabling symlink targets to escape the destination directory and allowing unauthorized modification of file metadata via the use of TarFile.extract() or TarFile.extractall() with the filter= parameter set to "data" or "tar".
Statement
Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' as they just provide "symlinks" to the main python3 component, which provides the actual interpreter of the Python programming language.
Mitigation
Red Hat recommends upgrading to a fixed release of Python as soon as one is available. This vulnerability can be mitigated by rejecting links inside tarfiles that use relative references to the parent directory. The upstream advisory provides this example code:
'''
# Avoid insecure segments in link names.
for member in tar.getmembers():
if not member.islnk():
continue
if os.pardir in os.path.split(member.linkname):
raise OSError("Tarfile with insecure segment ('..') in linkname")
# Now safe to extract members with the data filter.
tar.extractall(filter="data")
'''
Additional Information
- This content is not included.Bugzilla 2372426: cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory
- Content from cwe.mitre.org is not included.CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
- FAQ: Frequently asked questions about CVE-2025-4138
- Offline Security Data data is available for integration with other systems. See Offline Security Data API to get started.
External References
Content from www.cve.org is not included.https://www.cve.org/CVERecord?id=CVE-2025-4138
Content from nvd.nist.gov is not included.https://nvd.nist.gov/vuln/detail/CVE-2025-4138
Content from github.com is not included.https://github.com/python/cpython/issues/135034
Content from github.com is not included.https://github.com/python/cpython/pull/135037
Affected Packages and Issued Red Hat Security Errata
| Products / Services | Components | State | Errata |
|---|---|---|---|
| RHEL-8 based Middleware Containers | rhpam-7/rhpam-businesscentral-monitoring-rhel8 | Fixed | RHSA-2025:11386 |
| RHEL-8 based Middleware Containers | rhpam-7/rhpam-businesscentral-rhel8 | Fixed | RHSA-2025:11386 |
| RHEL-8 based Middleware Containers | rhpam-7/rhpam-controller-rhel8 | Fixed | RHSA-2025:11386 |
| RHEL-8 based Middleware Containers | rhpam-7/rhpam-dashbuilder-rhel8 | Fixed | RHSA-2025:11386 |
| RHEL-8 based Middleware Containers | rhpam-7/rhpam-kieserver-rhel8 | Fixed | RHSA-2025:11386 |
| RHEL-8 based Middleware Containers | rhpam-7/rhpam-operator-bundle | Fixed | RHSA-2025:11386 |
| RHEL-8 based Middleware Containers | rhpam-7/rhpam-process-migration-rhel8 | Fixed | RHSA-2025:11386 |
| RHEL-8 based Middleware Containers | rhpam-7/rhpam-rhel8-operator | Fixed | RHSA-2025:11386 |
| RHEL-8 based Middleware Containers | rhpam-7/rhpam-smartrouter-rhel8 | Fixed | RHSA-2025:11386 |
| RHOSS-1.36-RHEL-8 | openshift-serverless-1/logic-data-index-ephemeral-rhel8 | Fixed | RHSA-2026:0934 |
| RHOSS-1.36-RHEL-8 | openshift-serverless-1/logic-data-index-postgresql-rhel8 | Fixed | RHSA-2026:0934 |
| RHOSS-1.36-RHEL-8 | openshift-serverless-1/logic-db-migrator-tool-rhel8 | Fixed | RHSA-2026:0934 |
| RHOSS-1.36-RHEL-8 | openshift-serverless-1/logic-jobs-service-ephemeral-rhel8 | Fixed | RHSA-2026:0934 |
| RHOSS-1.36-RHEL-8 | openshift-serverless-1/logic-jobs-service-postgresql-rhel8 | Fixed | RHSA-2026:0934 |
| RHOSS-1.36-RHEL-8 | openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8 | Fixed | RHSA-2026:0934 |
| RHOSS-1.36-RHEL-8 | openshift-serverless-1/logic-management-console-rhel8 | Fixed | RHSA-2026:0934 |
| RHOSS-1.36-RHEL-8 | openshift-serverless-1/logic-operator-bundle | Fixed | RHSA-2026:0934 |
| RHOSS-1.36-RHEL-8 | openshift-serverless-1/logic-rhel8-operator | Fixed | RHSA-2026:0934 |
| RHOSS-1.36-RHEL-8 | openshift-serverless-1/logic-swf-builder-rhel8 | Fixed | RHSA-2026:0934 |
| RHOSS-1.36-RHEL-8 | openshift-serverless-1/logic-swf-devmode-rhel8 | Fixed | RHSA-2026:0934 |
| Red Hat Discovery 2 | discovery/discovery-server-rhel9 | Fixed | RHSA-2025:13267 |
| Red Hat Enterprise Linux 10 | python3.12 | Fixed | RHSA-2025:10140 |
| Red Hat Enterprise Linux 8 | python3.11 | Fixed | RHSA-2025:10026 |
| Red Hat Enterprise Linux 8 | python3.12 | Fixed | RHSA-2025:10031 |
| Red Hat Enterprise Linux 8 | python3 | Fixed | RHSA-2025:10128 |
| Red Hat Enterprise Linux 8 | python39-devel:3.9 | Fixed | RHSA-2025:23530 |
| Red Hat Enterprise Linux 8 | python39:3.9 | Fixed | RHSA-2025:23530 |
| Red Hat Enterprise Linux 8 | python36:3.6/python36 | Not affected | |
| Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support | python3 | Fixed | RHSA-2025:10484 |
| Red Hat Enterprise Linux 8.6 Extended Update Support Long-Life Add-On | python3 | Fixed | RHSA-2025:10484 |
| Red Hat Enterprise Linux 8.6 Telecommunications Update Service | python3 | Fixed | RHSA-2025:10484 |
| Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions | python3 | Fixed | RHSA-2025:10484 |
| Red Hat Enterprise Linux 8.8 Extended Update Support Long-Life Add-On | python3 | Fixed | RHSA-2025:10602 |
| Red Hat Enterprise Linux 8.8 Telecommunications Update Service | python3 | Fixed | RHSA-2025:10602 |
| Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions | python3 | Fixed | RHSA-2025:10602 |
| Red Hat Enterprise Linux 9 | python3.9 | Fixed | RHSA-2025:10136 |
| Red Hat Enterprise Linux 9 | python3.11 | Fixed | RHSA-2025:10148 |
| Red Hat Enterprise Linux 9 | python3.12 | Fixed | RHSA-2025:10189 |
| Red Hat Enterprise Linux 9.4 Extended Update Support | python3.12 | Fixed | RHSA-2025:10028 |
| Red Hat Enterprise Linux 9.4 Extended Update Support | python3.9 | Fixed | RHSA-2025:10399 |
| Red Hat Enterprise Linux 9.4 Extended Update Support | python3.11 | Fixed | RHSA-2025:9918 |
| Red Hat OpenShift Container Platform 4 | rhcos | Not affected | |
| cert-manager operator for Red Hat OpenShift 1.16 | cert-manager/jetstack-cert-manager-rhel9 | Fixed | RHSA-2025:18219 |
Common Vulnerability Scoring System (CVSS) Score Details
Important note
CVSS scores for open source components depend on vendor-specific factors (e.g. version or build chain). Therefore, Red Hat's score and impact rating can be different from NVD and other vendors. Red Hat remains the authoritative CVE Naming Authorities (CNA) source for its products and services (see Red Hat classifications ).
| CVSS v3 Score Breakdown | Red Hat | NVD |
|---|---|---|
| CVSS v3 Base Score | 7.5 | |
| Attack Vector | Network | |
| Attack Complexity | Low | |
| Privileges Required | None | |
| User Interaction | None | |
| Scope | Unchanged | |
| Confidentiality Impact | High | |
| Integrity Impact | None | |
| Availability Impact | None |
CVSS v3 Vector
Red Hat CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Frequently Asked Questions
Why is Red Hat's CVSS v3 score or Impact different from other vendors?
For more information, see https://access.redhat.com/solutions/762393.
My product is listed as "Under investigation" or "Affected", when will Red Hat release a fix for this vulnerability?
- "Under investigation" doesn't necessarily mean that the product is affected by this vulnerability. It only means that our Analysis Team is still working on determining whether the product is affected and how it is affected.
- "Affected" means that our Analysis Team has determined that this product is affected by this vulnerability and might release a fix to address this in the near future.
What can I do if my product is listed as "Will not fix"?
Available options depend mostly on the Impact of the vulnerability and the current Life Cycle phase of your product. Overall, you have the following options:
- Upgrade to a supported product version that includes a fix for this vulnerability (recommended).
- Apply a mitigation (if one exists).
- Open a This content is not included.support case to request a prioritization of releasing a fix for this vulnerability.
What can I do if my product is listed as "Fix deferred"?
Available options depend mostly on the Impact of the vulnerability and the current Life Cycle phase of your product. Overall, you have the following options:
- Apply a mitigation (if one exists).
- Open a This content is not included.support case to request a prioritization of releasing a fix for this vulnerability.
- Red Hat Engineering focuses on addressing high-priority issues based on their complexity or limited lifecycle support. Therefore, lower-priority issues will not receive immediate fixes.
What is a mitigation?
I have a Red Hat product but it is not in the above list, is it affected?
Why is my security scanner reporting my product as vulnerable to this vulnerability even though my product version is fixed or not affected?
My product is listed as "Out of Support Scope". What does this mean?
Not sure what something means? Check out our Security Glossary.