๐Ÿ” CVE Alert

CVE-2026-26958

UNKNOWN 0.0

filippo.io/edwards25519 MultiScalarMult function produces invalid results or undefined behavior if receiver is not the identity

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

filippo.io/edwards25519 is a Go library implementing the edwards25519 elliptic curve with APIs for building cryptographic primitives. In versions 1.1.0 and earlier, MultiScalarMult produces invalid results or undefined behavior if the receiver is not the identity point. If (*Point).MultiScalarMult is called on an initialized point that is not the identity point, it returns an incorrect result. If the method is called on an uninitialized point, the behavior is undefined. In particular, if the receiver is the zero value, MultiScalarMult returns an invalid point that compares Equal to every other point. Note that MultiScalarMult is a rarely used, advanced API. For example, users who depend on filippo.io/edwards25519 only through github.com/go-sql-driver/mysql are not affected. This issue has been fixed in version 1.1.1.

CWE CWE-665
Vendor filosottile
Product filippo.io/edwards25519
Published Feb 19, 2026
Last Updated Feb 20, 2026
Stay Ahead of the Next One

Get instant alerts for filosottile filippo.io/edwards25519

Be the first to know when new unknown vulnerabilities affecting filosottile filippo.io/edwards25519 are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

FiloSottile / filippo.io/edwards25519
< 1.1.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/FiloSottile/edwards25519/security/advisories/GHSA-fw7p-63qq-7hpr github.com: https://github.com/FiloSottile/edwards25519/commit/d1c650afb95fad0742b98d95f2eb2cf031393abb github.com: https://github.com/FiloSottile/edwards25519/releases/tag/v1.1.1