CVE-2026-26958
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.
Scoring
- Severity
- LOW
- CVSS base score
- 1.7
- CVSS vector
- CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:U
- EPSS probability
- 0.37%
- CWE
- CWE-665
- Published
- 2026-02-19
- Last modified
- 2026-03-12
Affected products
- FiloSottile filippo.io/edwards25519
Weakness type
Related vulnerabilities
- CVE-2026-87616 — Improper initialization in Views in Google Chrome on on Windows prior to 153.0.8010.36 allowed a...
- CVE-2026-78940 — Improper initialization in Network in Google Chrome prior to 152.0.7977.65 allowed a remote...
- CVE-2026-12233 — Uninitialized mutex in TLS trusted-credential backend causes kernel NULL-deref DoS under contention
- CVE-2026-20734 — Improper initialization in some firmware for some Intel(R) Active Management Technology (Intel(R)...
- CVE-2026-44434 — Quicly is vulnerable to stateless reset injection
- CVE-2026-54777 — CoreWCF NetNamedPipe transport accepts attach to a pre-existing named pipe instance
- CVE-2026-54409 — A malicious actor with access to the network and under certain conditions could exploit an Improper...
- CVE-2026-54279 — AIOHTTP: Host-Only Cookies Become Domain Cookies After CookieJar Persistence