CVE-2024-48949: elliptic: Missing Validation in Elliptic's EDDSA Signature Verification
Severity: Critical
CVSS Score: 5.3
The verify function in lib/elliptic/eddsa/index.js in the Elliptic package before 6.5.6 for Node.js omits "sig.S().gte(sig.eddsa.curve.n) || sig.S().isNeg()" validation.