Vulnerable Library - cryptography-46.0.5-cp38-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/99/0f/a3076874e9c88ecb2ecc31382f6e7c21b428ede6f55aafa1aa272613e3cd/cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl
Path to dependency file: /dev-requirements.txt
Path to vulnerable library: /tmp/ws-ua_20260217194741_QDCSVR/python_LPKUNC/20260217194742/31/cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl,/tmp/ws-ua_20260217194741_QDCSVR/python_LPKUNC/20260217194742/80/cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl,/tmp/ws-ua_20260217194741_QDCSVR/python_LPKUNC/20260217194742/16/cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl
Vulnerabilities
| Vulnerability |
Severity |
CVSS |
Dependency |
Type |
Fixed in (cryptography version) |
Remediation Possible** |
| CVE-2026-39892 |
Medium |
5.3 |
cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl |
Direct |
46.0.7 |
✅ |
| CVE-2026-34073 |
Low |
3.7 |
cryptography-46.0.5-cp38-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-39892
Vulnerable Library - cryptography-46.0.5-cp38-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/99/0f/a3076874e9c88ecb2ecc31382f6e7c21b428ede6f55aafa1aa272613e3cd/cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl
Path to dependency file: /dev-requirements.txt
Path to vulnerable library: /tmp/ws-ua_20260217194741_QDCSVR/python_LPKUNC/20260217194742/31/cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl,/tmp/ws-ua_20260217194741_QDCSVR/python_LPKUNC/20260217194742/80/cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl,/tmp/ws-ua_20260217194741_QDCSVR/python_LPKUNC/20260217194742/16/cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl
Dependency Hierarchy:
- ❌ cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl (Vulnerable Library)
Found in base branch: main
Vulnerability Details
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. From 45.0.0 to before 46.0.7, if a non-contiguous buffer was passed to APIs which accepted Python buffers (e.g. Hash.update()), this could lead to buffer overflows. This vulnerability is fixed in 46.0.7.
Publish Date: 2026-04-08
URL: CVE-2026-39892
CVSS 3 Score Details (5.3)
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: Low
For more information on CVSS3 Scores, click here.
Suggested Fix
Type: Upgrade version
Origin: GHSA-p423-j2cm-9vmq
Release Date: 2026-04-08
Fix Resolution: 46.0.7
⛑️ Automatic Remediation will be attempted for this issue.
CVE-2026-34073
Vulnerable Library - cryptography-46.0.5-cp38-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/99/0f/a3076874e9c88ecb2ecc31382f6e7c21b428ede6f55aafa1aa272613e3cd/cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl
Path to dependency file: /dev-requirements.txt
Path to vulnerable library: /tmp/ws-ua_20260217194741_QDCSVR/python_LPKUNC/20260217194742/31/cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl,/tmp/ws-ua_20260217194741_QDCSVR/python_LPKUNC/20260217194742/80/cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl,/tmp/ws-ua_20260217194741_QDCSVR/python_LPKUNC/20260217194742/16/cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl
Dependency Hierarchy:
- ❌ cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl (Vulnerable Library)
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
For more information on CVSS3 Scores, click here.
Suggested Fix
Type: Upgrade version
Origin: GHSA-m959-cc7f-wv43
Release Date: 2026-03-28
Fix Resolution: cryptography - 46.0.6
⛑️ Automatic Remediation will be attempted for this issue.
⛑️Automatic Remediation will be attempted for this issue.
cryptography is a package which provides cryptographic recipes and primitives to Python developers.
Library home page: https://files.pythonhosted.org/packages/99/0f/a3076874e9c88ecb2ecc31382f6e7c21b428ede6f55aafa1aa272613e3cd/cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl
Path to dependency file: /dev-requirements.txt
Path to vulnerable library: /tmp/ws-ua_20260217194741_QDCSVR/python_LPKUNC/20260217194742/31/cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl,/tmp/ws-ua_20260217194741_QDCSVR/python_LPKUNC/20260217194742/80/cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl,/tmp/ws-ua_20260217194741_QDCSVR/python_LPKUNC/20260217194742/16/cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl
Vulnerabilities
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
Vulnerable Library - cryptography-46.0.5-cp38-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/99/0f/a3076874e9c88ecb2ecc31382f6e7c21b428ede6f55aafa1aa272613e3cd/cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl
Path to dependency file: /dev-requirements.txt
Path to vulnerable library: /tmp/ws-ua_20260217194741_QDCSVR/python_LPKUNC/20260217194742/31/cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl,/tmp/ws-ua_20260217194741_QDCSVR/python_LPKUNC/20260217194742/80/cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl,/tmp/ws-ua_20260217194741_QDCSVR/python_LPKUNC/20260217194742/16/cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl
Dependency Hierarchy:
Found in base branch: main
Vulnerability Details
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. From 45.0.0 to before 46.0.7, if a non-contiguous buffer was passed to APIs which accepted Python buffers (e.g. Hash.update()), this could lead to buffer overflows. This vulnerability is fixed in 46.0.7.
Publish Date: 2026-04-08
URL: CVE-2026-39892
CVSS 3 Score Details (5.3)
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: Low
For more information on CVSS3 Scores, click here.Suggested Fix
Type: Upgrade version
Origin: GHSA-p423-j2cm-9vmq
Release Date: 2026-04-08
Fix Resolution: 46.0.7
⛑️ Automatic Remediation will be attempted for this issue.
Vulnerable Library - cryptography-46.0.5-cp38-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/99/0f/a3076874e9c88ecb2ecc31382f6e7c21b428ede6f55aafa1aa272613e3cd/cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl
Path to dependency file: /dev-requirements.txt
Path to vulnerable library: /tmp/ws-ua_20260217194741_QDCSVR/python_LPKUNC/20260217194742/31/cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl,/tmp/ws-ua_20260217194741_QDCSVR/python_LPKUNC/20260217194742/80/cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl,/tmp/ws-ua_20260217194741_QDCSVR/python_LPKUNC/20260217194742/16/cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl
Dependency Hierarchy:
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
For more information on CVSS3 Scores, click here.Suggested Fix
Type: Upgrade version
Origin: GHSA-m959-cc7f-wv43
Release Date: 2026-03-28
Fix Resolution: cryptography - 46.0.6
⛑️ Automatic Remediation will be attempted for this issue.
⛑️Automatic Remediation will be attempted for this issue.