Insecure digital certificates In elliptic
Description
Elliptic's verify function omits uniqueness validation
The Elliptic package 6.5.5 for Node.js for EDDSA implementation does not perform the required check if the signature proof(s) is within the bounds of the order n of the base point of the elliptic curve, leading to signature malleability. Namely, the verify function in lib/elliptic/eddsa/index.js omits sig.S().gte(sig.eddsa.curve.n) || sig.S().isNeg() validation.
This vulnerability could have a security-relevant impact if an application relies on the uniqueness of a signature.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Component | Affected version | Patched versions |
|---|---|---|---|
debian 14 | 6.5.7+dfsg-1 | ||
debian 12 | - | ||
debian 13 | 6.5.7+dfsg-1 | ||
debian 11 | - | ||
npm | 6.5.6 | ||
rpm rhel6 | - | - | |
rpm rhel8 | - | - | |
rpm rhel6 | - | - | |
rpm rhel7 | - | - |
Aliases
References