-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Vulnerable Library - pycloudlib-1!7.8.0-py3-none-any.whl
Path to dependency file: /integration-requirements.txt
Path to vulnerable library: /integration-requirements.txt
Found in HEAD commit: 5c771b5c4297cac8375c7c2e9941a49b82369337
Vulnerabilities
| Vulnerability | Severity | Dependency | Type | Fixed in (pycloudlib version) | Remediation Possible** | |
|---|---|---|---|---|---|---|
| CVE-2025-4565 | 7.5 | protobuf-3.19.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl | Transitive | 1!8.0.0 | ✅ | |
| CVE-2025-50182 | 5.3 | urllib3-1.26.20-py2.py3-none-any.whl | Transitive | 1!8.0.0 | ✅ | |
| CVE-2025-50181 | 5.3 | urllib3-1.26.20-py2.py3-none-any.whl | Transitive | 1!8.0.0 | ✅ | |
| CVE-2024-12797 | 4.8 | cryptography-44.0.0-cp37-abi3-manylinux_2_28_x86_64.whl | Transitive | 1!8.0.0 | ✅ |
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2025-4565
Vulnerable Library - protobuf-3.19.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
No project description provided
Path to dependency file: /integration-requirements.txt
Path to vulnerable library: /integration-requirements.txt
Dependency Hierarchy:
- pycloudlib-1!7.8.0-py3-none-any.whl (Root Library)
- ❌ protobuf-3.19.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (Vulnerable Library)
Found in HEAD commit: 5c771b5c4297cac8375c7c2e9941a49b82369337
Found in base branch: develop
Vulnerability Details
Any project that uses Protobuf Pure-Python backend to parse untrusted Protocol Buffers data containing an arbitrary number of recursive groups, recursive messages or a series of SGROUP tags can be corrupted by exceeding the Python recursion limit. This can result in a Denial of service by crashing the application with a RecursionError. We recommend upgrading to version =>6.31.1 or beyond commit 17838beda2943d08b8a9d4df5b68f5f04f26d901
Publish Date: 2025-06-16
URL: CVE-2025-4565
CVSS 3 Score Details (7.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Release Date: 2025-06-16
Fix Resolution (protobuf): 6.31.1
Direct dependency fix Resolution (pycloudlib): 1!8.0.0
⛑️ Automatic Remediation will be attempted for this issue.
CVE-2025-50182
Vulnerable Library - urllib3-1.26.20-py2.py3-none-any.whl
HTTP library with thread-safe connection pooling, file post, and more.
Library home page: https://files.pythonhosted.org/packages/33/cf/8435d5a7159e2a9c83a95896ed596f68cf798005fe107cc655b5c5c14704/urllib3-1.26.20-py2.py3-none-any.whl
Path to dependency file: /integration-requirements.txt
Path to vulnerable library: /integration-requirements.txt
Dependency Hierarchy:
- pycloudlib-1!7.8.0-py3-none-any.whl (Root Library)
- SoftLayer-6.2.6-py2.py3-none-any.whl
- ❌ urllib3-1.26.20-py2.py3-none-any.whl (Vulnerable Library)
- SoftLayer-6.2.6-py2.py3-none-any.whl
Found in HEAD commit: 5c771b5c4297cac8375c7c2e9941a49b82369337
Found in base branch: develop
Vulnerability Details
urllib3 is a user-friendly HTTP client library for Python. Prior to 2.5.0, urllib3 does not control redirects in browsers and Node.js. urllib3 supports being used in a Pyodide runtime utilizing the JavaScript Fetch API or falling back on XMLHttpRequest. This means Python libraries can be used to make HTTP requests from a browser or Node.js. Additionally, urllib3 provides a mechanism to control redirects, but the retries and redirect parameters are ignored with Pyodide; the runtime itself determines redirect behavior. This issue has been patched in version 2.5.0.
Publish Date: 2025-06-19
URL: CVE-2025-50182
CVSS 3 Score Details (5.3)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: None
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Release Date: 2025-06-19
Fix Resolution (urllib3): 2.5.0
Direct dependency fix Resolution (pycloudlib): 1!8.0.0
⛑️ Automatic Remediation will be attempted for this issue.
CVE-2025-50181
Vulnerable Library - urllib3-1.26.20-py2.py3-none-any.whl
HTTP library with thread-safe connection pooling, file post, and more.
Library home page: https://files.pythonhosted.org/packages/33/cf/8435d5a7159e2a9c83a95896ed596f68cf798005fe107cc655b5c5c14704/urllib3-1.26.20-py2.py3-none-any.whl
Path to dependency file: /integration-requirements.txt
Path to vulnerable library: /integration-requirements.txt
Dependency Hierarchy:
- pycloudlib-1!7.8.0-py3-none-any.whl (Root Library)
- SoftLayer-6.2.6-py2.py3-none-any.whl
- ❌ urllib3-1.26.20-py2.py3-none-any.whl (Vulnerable Library)
- SoftLayer-6.2.6-py2.py3-none-any.whl
Found in HEAD commit: 5c771b5c4297cac8375c7c2e9941a49b82369337
Found in base branch: develop
Vulnerability Details
urllib3 is a user-friendly HTTP client library for Python. Prior to 2.5.0, it is possible to disable redirects for all requests by instantiating a PoolManager and specifying retries in a way that disable redirects. By default, requests and botocore users are not affected. An application attempting to mitigate SSRF or open redirect vulnerabilities by disabling redirects at the PoolManager level will remain vulnerable. This issue has been patched in version 2.5.0.
Publish Date: 2025-06-19
URL: CVE-2025-50181
CVSS 3 Score Details (5.3)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: None
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Release Date: 2025-06-19
Fix Resolution (urllib3): 2.5.0
Direct dependency fix Resolution (pycloudlib): 1!8.0.0
⛑️ Automatic Remediation will be attempted for this issue.
CVE-2024-12797
Vulnerable Library - cryptography-44.0.0-cp37-abi3-manylinux_2_28_x86_64.whl
cryptography is a package which provides cryptographic recipes and primitives to Python developers.
Library home page: https://files.pythonhosted.org/packages/b1/07/40fe09ce96b91fc9276a9ad272832ead0fddedcba87f1190372af8e3039c/cryptography-44.0.0-cp37-abi3-manylinux_2_28_x86_64.whl
Path to dependency file: /integration-requirements.txt
Path to vulnerable library: /integration-requirements.txt
Dependency Hierarchy:
- pycloudlib-1!7.8.0-py3-none-any.whl (Root Library)
- azure_cli_core-2.66.0-py3-none-any.whl
- ❌ cryptography-44.0.0-cp37-abi3-manylinux_2_28_x86_64.whl (Vulnerable Library)
- azure_cli_core-2.66.0-py3-none-any.whl
Found in HEAD commit: 5c771b5c4297cac8375c7c2e9941a49b82369337
Found in base branch: develop
Vulnerability Details
Issue summary: Clients using RFC7250 Raw Public Keys (RPKs) to authenticate a
server may fail to notice that the server was not authenticated, because
handshakes don't abort as expected when the SSL_VERIFY_PEER verification mode
is set.
Impact summary: TLS and DTLS connections using raw public keys may be
vulnerable to man-in-middle attacks when server authentication failure is not
detected by clients.
RPKs are disabled by default in both TLS clients and TLS servers. The issue
only arises when TLS clients explicitly enable RPK use by the server, and the
server, likewise, enables sending of an RPK instead of an X.509 certificate
chain. The affected clients are those that then rely on the handshake to
fail when the server's RPK fails to match one of the expected public keys,
by setting the verification mode to SSL_VERIFY_PEER.
Clients that enable server-side raw public keys can still find out that raw
public key verification failed by calling SSL_get_verify_result(), and those
that do, and take appropriate action, are not affected. This issue was
introduced in the initial implementation of RPK support in OpenSSL 3.2.
The FIPS modules in 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected by this issue.
Publish Date: 2025-02-11
URL: CVE-2024-12797
CVSS 3 Score Details (4.8)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Origin: https://openssl-library.org/news/secadv/20250211.txt
Release Date: 2025-02-11
Fix Resolution (cryptography): 44.0.1
Direct dependency fix Resolution (pycloudlib): 1!8.0.0
⛑️ Automatic Remediation will be attempted for this issue.
⛑️Automatic Remediation will be attempted for this issue.