-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Vulnerable Library - redfish-3.3.4-py3-none-any.whl
Path to dependency file: /requirements.txt
Path to vulnerable library: /tmp/ws-ua_20260106141211_ZOTHGR/python_JLRHWD/202601061412121/env/lib/python3.9/site-packages/urllib3-2.6.2.dist-info
Found in HEAD commit: a5b828fadc73758888039ba83a7e448bcf96c9c8
Vulnerabilities
| Vulnerability | Severity | Dependency | Type | Fixed in (redfish version) | Remediation Possible** | |
|---|---|---|---|---|---|---|
| CVE-2025-56005 | 9.8 | ply-3.11-py2.py3-none-any.whl | Transitive | N/A* | ❌ | |
| CVE-2026-21441 | 8.6 | urllib3-2.6.2-py3-none-any.whl | Transitive | N/A* | ❌ |
*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2025-56005
Vulnerable Library - ply-3.11-py2.py3-none-any.whl
Python Lex & Yacc
Library home page: https://files.pythonhosted.org/packages/a3/58/35da89ee790598a0700ea49b2a66594140f44dec458c07e8e3d4979137fc/ply-3.11-py2.py3-none-any.whl
Path to dependency file: /requirements.txt
Path to vulnerable library: /tmp/ws-ua_20260106141211_ZOTHGR/python_JLRHWD/202601061412121/env/lib/python3.9/site-packages/ply-3.11.dist-info
Dependency Hierarchy:
- redfish-3.3.4-py3-none-any.whl (Root Library)
- jsonpath-rw-1.4.0.tar.gz
- ❌ ply-3.11-py2.py3-none-any.whl (Vulnerable Library)
- jsonpath-rw-1.4.0.tar.gz
Found in HEAD commit: a5b828fadc73758888039ba83a7e448bcf96c9c8
Found in base branch: master
Vulnerability Details
An undocumented and unsafe feature in the PLY (Python Lex-Yacc) library 3.11 allows Remote Code Execution (RCE) via the "picklefile" parameter in the "yacc()" function. This parameter accepts a ".pkl" file that is deserialized with "pickle.load()" without validation. Because "pickle" allows execution of embedded code via "reduce()", an attacker can achieve code execution by passing a malicious pickle file. The parameter is not mentioned in official documentation or the GitHub repository, yet it is active in the PyPI version. This introduces a stealthy backdoor and persistence risk.
Publish Date: 2026-01-20
URL: CVE-2025-56005
CVSS 3 Score Details (9.8)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
CVE-2026-21441
Vulnerable Library - urllib3-2.6.2-py3-none-any.whl
HTTP library with thread-safe connection pooling, file post, and more.
Library home page: https://files.pythonhosted.org/packages/6d/b9/4095b668ea3678bf6a0af005527f39de12fb026516fb3df17495a733b7f8/urllib3-2.6.2-py3-none-any.whl
Path to dependency file: /requirements.txt
Path to vulnerable library: /tmp/ws-ua_20260106141211_ZOTHGR/python_JLRHWD/202601061412121/env/lib/python3.9/site-packages/urllib3-2.6.2.dist-info
Dependency Hierarchy:
- redfish-3.3.4-py3-none-any.whl (Root Library)
- requests-2.32.5-py3-none-any.whl
- ❌ urllib3-2.6.2-py3-none-any.whl (Vulnerable Library)
- requests-2.32.5-py3-none-any.whl
Found in HEAD commit: a5b828fadc73758888039ba83a7e448bcf96c9c8
Found in base branch: master
Vulnerability Details
urllib3 is an HTTP client library for Python. urllib3's streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP "Content-Encoding" header (e.g., "gzip", "deflate", "br", or "zstd"). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting "preload_content=False" when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when "preload_content=False". If upgrading is not immediately possible, disable redirects by setting "redirect=False" for requests to untrusted source.
Publish Date: 2026-01-07
URL: CVE-2026-21441
CVSS 3 Score Details (8.6)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: GHSA-38jv-5279-wg99
Release Date: 2026-01-07
Fix Resolution: urllib3 - 2.6.3,https://github.com/urllib3/urllib3.git - 2.6.3,urllib3 - 2.6.3