GHSA-r6ph-v2qm-q3c2 · Severity: high · Ecosystem: pip — cryptography Vulnerable to a Subgroup Attack Due to Missing Subgroup Validation for SECT Curves
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.
Conclusion & alert: CVE-2026-26007 is rated Low Risk (32.9/100): CVSS High severity, with low exploitation likelihood (EPSS 0.01%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-02-11 | — | 0.01% | — |
Full EPSS history (1 record total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 8.2 | 4.0 | HIGH |
|
— | — | [email protected] |
| 6.5 | 3.1 | MEDIUM |
|
2.8 | 3.6 | [email protected] |
GHSA-r6ph-v2qm-q3c2 · Severity: high · Ecosystem: pip — cryptography Vulnerable to a Subgroup Attack Due to Missing Subgroup Validation for SECT Curves
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
— | CVE-2026-26007: 1 source package rows (py3-cryptography); 19 state rows across 3 repos (3.23-main, edge-community, edge-main); fixed 2, open 17. | https://security.alpinelinux.org/vuln/CVE-2026-26007 |
debian
|
not yet assigned | CVE-2026-26007 not yet assigned priority: Debian including 1 source packages (python-cryptography), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 3, open 2. | https://security-tracker.debian.org/tracker/CVE-2026-26007 |
redhat
|
high | — | https://access.redhat.com/security/cve/CVE-2026-26007 |
suse
|
medium | CVE-2026-26007 severity moderate: SUSE including 242 source package names (amazon/suse-sles-15-sp1-chost-byos-v20210304-hvm-ssd-x86_64, amazon/suse-sles-15-sp1-chost-byos-v20220127-hvm-ssd-x86_64, …), 302 product×package rows across 49 product lines (Image SL-Micro, Image SL-Micro-Base-VMware, … (49 product lines)): Known Affected 231, Known Not Affected 41, Fixed 29, First Fixed 1. | https://www.suse.com/security/cve/CVE-2026-26007/ |
ubuntu
|
medium | CVE-2026-26007 medium priority: Ubuntu including 1 source packages (python-cryptography), 8 status rows across 8 suites (bionic, focal, jammy, noble, questing, resolute, upstream, xenial): released 7, not-affected 1. | https://ubuntu.com/security/CVE-2026-26007 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| cryptography.io | cryptography | < 46.0.5 | cpe:2.3:a:cryptography.io:cryptography:*:*:*:*:*:python:*:* |
| URL | Tags |
|---|---|
| https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c | Patch |
| https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2 | Vendor Advisory |
| http://www.openwall.com/lists/oss-security/2026/02/10/4 | Mailing List Third Party Advisory |