ГлавнаяУязвимости → CVE-2026-6331
7.5высокая

CVE-2026-6331

Описание

HMAC zero-length tag forgery in EVP_DigestVerifyFinal, where a zero-length tag could be accepted as valid during HMAC verification. In the OpenSSL-compatibility HMAC verify path the supplied signature length was only checked as not exceeding the MAC length, so a zero-length or otherwise truncated tag could pass verification. The fix requires the supplied tag length to exactly equal the MAC length and rejects a zero-length MAC, so a forged short or empty tag is no longer accepted.

Затрагиваемое ПО
Wolfssl Wolfssl
CVSS
Балл7.5 — высокая
ВекторCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Источники
https://github.com/wolfSSL/wolfssl/pull/10192https://www.wolfssl.com/docs/security-vulnerabilities/