Vulnerability Description
wolfSSL's ECCSI signature verifier `wc_VerifyEccsiHash` decodes the `r` and `s` scalars from the signature blob via `mp_read_unsigned_bin` with no check that they lie in `[1, q-1]`. A crafted forged signature could verify against any message for any identity, using only publicly-known constants.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Wolfssl | Wolfssl | < 5.9.1 |
Related Weaknesses (CWE)
References
- https://github.com/wolfssl/wolfssl/pull/10102Issue Tracking
FAQ
What is CVE-2026-5466?
CVE-2026-5466 is a vulnerability with a CVSS score of 8.1 (HIGH). wolfSSL's ECCSI signature verifier `wc_VerifyEccsiHash` decodes the `r` and `s` scalars from the signature blob via `mp_read_unsigned_bin` with no check that they lie in `[1, q-1]`. A crafted forged s...
How severe is CVE-2026-5466?
CVE-2026-5466 has been rated HIGH with a CVSS base score of 8.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-5466?
Check the references section above for vendor advisories and patch information. Affected products include: Wolfssl Wolfssl.