#VU125927 Improper Verification of Cryptographic Signature in wolfSSL - CVE-2026-5466
Published: April 14, 2026
wolfSSL
wolfSSL
Description
The vulnerability allows a remote attacker to forge signatures.
The vulnerability exists due to improper cryptographic signature verification in wc_VerifyEccsiHash when decoding the r and s scalars from the signature blob. A remote attacker can provide a crafted forged signature to forge signatures.
The verifier does not check that the decoded scalars lie in the range [1, q-1].