Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Markus-Ms

Researcher fromTrail of Bits
#49963of 53,624
4.8Total CVSS
Vulnerabilities · 1
PT-2024-33289
4.8
2024-10-13
Node.Js · Elliptic · CVE-2024-48948
**Name of the Vulnerable Software and Affected Versions** Elliptic versions prior to 6.6.0 **Description** The Elliptic package for Node.js, in its ECDSA implementation, does not correctly verify valid signatures if the hash contains at least four leading 0 bytes and when the order of the elliptic curve's base point is smaller than the hash, because of an truncateToN anomaly. This leads to valid signatures being rejected. Legitimate transactions or communications may be incorrectly flagged as invalid. **Recommendations** For versions prior to 6.6.0, update to version 6.6.0 or later to resolve the issue. As a temporary workaround, consider implementing additional validation checks for signatures to minimize the risk of incorrectly flagging legitimate transactions or communications as invalid. Restrict the use of the ECDSA implementation in the Elliptic package until the update is applied.