-
Notifications
You must be signed in to change notification settings - Fork 22
cryptography-44.0.2-cp39-abi3-manylinux_2_34_x86_64.whl: 2 vulnerabilities (highest severity is: 5.9) #133
Description
Vulnerable Library - cryptography-44.0.2-cp39-abi3-manylinux_2_34_x86_64.whl
cryptography is a package which provides cryptographic recipes and primitives to Python developers.
Library home page: https://files.pythonhosted.org/packages/89/33/c1cf182c152e1d262cac56850939530c05ca6c8d149aa0dcee490b417e99/cryptography-44.0.2-cp39-abi3-manylinux_2_34_x86_64.whl
Path to dependency file: /Pi-CryptoConnect-Xtreme/requirements.txt
Path to vulnerable library: /Pi-CryptoConnect-Xtreme/requirements.txt
Found in HEAD commit: 2ed3e6d266405677eb45c15a472c288b604a1cad
Vulnerabilities
| Vulnerability | Severity | Dependency | Type | Fixed in (cryptography version) | Remediation Possible** | |
|---|---|---|---|---|---|---|
| CVE-2026-26007 | 5.9 | cryptography-44.0.2-cp39-abi3-manylinux_2_34_x86_64.whl | Direct | 46.0.5 | ❌ | |
| CVE-2026-34073 | 3.7 | cryptography-44.0.2-cp39-abi3-manylinux_2_34_x86_64.whl | Direct | cryptography - 46.0.6 | ❌ |
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2026-26007
Vulnerable Library - cryptography-44.0.2-cp39-abi3-manylinux_2_34_x86_64.whl
cryptography is a package which provides cryptographic recipes and primitives to Python developers.
Library home page: https://files.pythonhosted.org/packages/89/33/c1cf182c152e1d262cac56850939530c05ca6c8d149aa0dcee490b417e99/cryptography-44.0.2-cp39-abi3-manylinux_2_34_x86_64.whl
Path to dependency file: /Pi-CryptoConnect-Xtreme/requirements.txt
Path to vulnerable library: /Pi-CryptoConnect-Xtreme/requirements.txt
Dependency Hierarchy:
- ❌ cryptography-44.0.2-cp39-abi3-manylinux_2_34_x86_64.whl (Vulnerable Library)
Found in HEAD commit: 2ed3e6d266405677eb45c15a472c288b604a1cad
Found in base branch: main
Vulnerability Details
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Prior to 46.0.5, the public_key_from_numbers (or EllipticCurvePublicNumbers.public_key()), EllipticCurvePublicNumbers.public_key(), load_der_public_key() and load_pem_public_key() functions do not verify that the point belongs to the expected prime-order subgroup of the curve. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this. This vulnerability is fixed in 46.0.5.
Publish Date: 2026-02-10
URL: CVE-2026-26007
CVSS 3 Score Details (5.9)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: None
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Origin: GHSA-r6ph-v2qm-q3c2
Release Date: 2026-02-10
Fix Resolution: 46.0.5
Step up your Open Source Security Game with Mend here
CVE-2026-34073
Vulnerable Library - cryptography-44.0.2-cp39-abi3-manylinux_2_34_x86_64.whl
cryptography is a package which provides cryptographic recipes and primitives to Python developers.
Library home page: https://files.pythonhosted.org/packages/89/33/c1cf182c152e1d262cac56850939530c05ca6c8d149aa0dcee490b417e99/cryptography-44.0.2-cp39-abi3-manylinux_2_34_x86_64.whl
Path to dependency file: /Pi-CryptoConnect-Xtreme/requirements.txt
Path to vulnerable library: /Pi-CryptoConnect-Xtreme/requirements.txt
Dependency Hierarchy:
- ❌ cryptography-44.0.2-cp39-abi3-manylinux_2_34_x86_64.whl (Vulnerable Library)
Found in HEAD commit: 2ed3e6d266405677eb45c15a472c288b604a1cad
Found in base branch: main
Vulnerability Details
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Prior to version 46.0.6, DNS name constraints were only validated against SANs within child certificates, and not the "peer name" presented during each validation. Consequently, cryptography would allow a peer named bar.example.com to validate against a wildcard leaf certificate for *.example.com, even if the leaf's parent certificate (or upwards) contained an excluded subtree constraint for bar.example.com. This issue has been patched in version 46.0.6.
Publish Date: 2026-03-31
URL: CVE-2026-34073
CVSS 3 Score Details (3.7)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: Low
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Origin: GHSA-m959-cc7f-wv43
Release Date: 2026-03-28
Fix Resolution: cryptography - 46.0.6
Step up your Open Source Security Game with Mend here