Home / CVE DB / CVE-2026-26007
Standard
Vulnerability Identifier

CVE-2026-26007

2026-02-10
Severity Assessment
6.5
MEDIUM
CVSS v3.x Score
Clinical Analysis (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.

Vector Sequencing

Attack Parameters

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Impact Consequences

Technical Impact

Unchanged
Scope
High
Confidentiality
None
Integrity
None
Availability
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
Weakness Classification

CWE-CWE-345

Timeline

Time Line

PUBLICATION
10 Feb 2026
MODIFICATION
23 Feb 2026
FIRST PATCH
21 Apr 2026
Impact Statistics

Key Metrics

CVSS Score
6.5
MEDIUM
Patches
4
Available
Remediation Protocol

Recommended Solution

No automatic solution found. Check vendor references.
Recommended Actions for Administrators

Immediate Action Plan

1. Inventory

Identify all affected systems in your infrastructure.

2. Assessment

Assess exposure and criticality for your organization.

3. Mitigation

Apply patches or available workarounds.

4. Verification

Test and confirm effectiveness of applied measures.