CVE-2025-14505

MEDIUM EPSS 5.7%
Published Jan 8, 20265mo ago · Modified Jun 17, 20262w ago
5.6 CVSS 3.1
Medium
Find Similar
Published Jan 8, 2026 5mo ago
Last Modified Jun 17, 2026 2w ago

Description

The ECDSA implementation of the Elliptic package generates incorrect signatures if an interim value of 'k' (as computed based on step 3.2 of RFC 6979 https://datatracker.ietf.org/doc/html/rfc6979 ) has leading zeros and is susceptible to cryptanalysis, which can lead to secret key exposure. This happens, because the byte-length of 'k' is incorrectly computed, resulting in its getting truncated during the computation. Legitimate transactions or communications will be broken as a result. Furthermore, due to the nature of the fault, attackers could–under certain conditions–derive the secret key, if they could get their hands on both a faulty signature generated by a vulnerable version of Elliptic and a correct signature for the same inputs. This issue affects all known versions of Elliptic (at the time of writing, versions less than or equal to 6.6.1).

CVSS Details

Base Score
5.6
Exploitability
2.2
Impact
3.4
Vector string
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L
Attack Vector Network
Attack Complexity High
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality Low
Integrity Low
Availability Low

Threat Intelligence

EPSS Exploit Probability
5.7% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 1

CWE-1240

References 2

  • github.com https://github.com/indutny/elliptic/issues/321
  • herodevs.com https://www.herodevs.com/vulnerability-directory/cve-2025-14505

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.