CVE-2026-26007
Last modified
CVE-2026-26007 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. 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. EPSS estimates a 0.34% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Cryptography.Io | Cryptography | < 46.0.5 |
References
- http://www.openwall.com/lists/oss-security/2026/02/10/4Mailing List, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-26007?
How severe is CVE-2026-26007?
How do I fix CVE-2026-26007?
How Strix Helps
- Same Subject, Wrong User: A Cross-Issuer Account Takeover in n8nStrix found an identity-binding bug in n8n's token-exchange flow enabling account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-26001The GLPI Inventory Plugin handles network discovery, invento…8.8
- CVE-2026-26002Open OnDemand is an open-source high-performance computing p…9.8
- CVE-2026-26003FastGPT is an AI Agent building platform. From 4.14.0 to 4.1…5.4
- CVE-2026-26004Sentry is a developer-first error tracking and performance m…6.5
- CVE-2026-26005ClipBucket v5 is an open source video sharing platform. Prio…5
- CVE-2026-26006AutoGPT is a platform that allows users to create, deploy, a…6.5
- CVE-2026-26008EVerest is an EV charging software stack. Versions prior to …7.5
- CVE-2026-26009Catalyst is a platform built for enterprise game server host…9.9
- CVE-2026-2601GitLab has remediated an issue in GitLab EE affecting all ve…4.3
- CVE-2026-26010OpenMetadata is a unified metadata platform. Prior to 1.11.8…7.6
- CVE-2026-26011navigation2 is a ROS 2 Navigation Framework and System. In 1…9.8
- CVE-2026-26012vaultwarden is an unofficial Bitwarden compatible server wri…6.5
Are you affected by CVE-2026-26007?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
