CVE-2024-48949
9.1CRITICALThe 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.
Publicado: 10/10/2024Actualizado: 11/25/2025
Descripción
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.
Análisis IAImpulsado por IA
Productos Afectados
indutnyelliptic
Referencias
- https://blog.trailofbits.com/2025/11/18/we-found-cryptography-bugs-in-the-elliptic-library-using-wycheproof/
- https://github.com/indutny/elliptic/commit/7ac5360118f74eb02da73bdf9f24fd0c72ff5281Patch
- https://github.com/indutny/elliptic/compare/v6.5.5...v6.5.6Patch
- https://security.netapp.com/advisory/ntap-20241227-0003/