CVE-2026-5477

Name
CVE-2026-5477
Description
An integer overflow existed in the wolfCrypt CMAC implementation, that could be exploited to forge CMAC tags. The function wc_CmacUpdate used the guard `if (cmac->totalSz != 0)` to skip XOR-chaining on the first block (where digest is all-zeros and the XOR is a no-op). However, totalSz is word32 and wraps to zero after 2^28 block flushes (4 GiB), causing the guard to erroneously discard the live CBC-MAC chain state. Any two messages sharing a common suffix beyond the 4 GiB mark then produce identical CMAC tags, enabling a zero-work prefix-substitution forgery. The fix removes the guard, making the XOR unconditional; the no-op property on the first block is preserved because digest is zero-initialized by wc_InitCmac_ex.
NVD Severity
unknown
Other trackers
Mailing lists
Exploits
Forges
GitHub (code, issues), Aports (code, issues)

References

Type URI
facts@wolfssl.com https://github.com/wolfSSL/wolfssl/pull/10102

Match rules

CPE URI Source package Min version Max version
cpe:2.3:a:wolfssl:wolfssl:*:*:*:*:*:*:*:* wolfssl >= None <= 5.9.0

Vulnerable and fixed packages

Source package Branch Version Maintainer Status
wolfssl edge-community 5.9.1-r0 Pavlo Dembytskyi <me@devs.boo> fixed
wolfssl edge-community 5.9.0-r0 Pavlo Dembytskyi <me@devs.boo> possibly vulnerable
wolfssl edge-community 5.8.4-r2 Pavlo Dembytskyi <me@devs.boo> possibly vulnerable
wolfssl edge-community 5.8.4-r1 None possibly vulnerable
wolfssl edge-community 5.8.2-r1 None possibly vulnerable
wolfssl edge-community 5.8.2-r0 Jakub Jirutka <jakub@jirutka.cz> possibly vulnerable
wolfssl edge-community 5.7.6-r0 Jakub Jirutka <jakub@jirutka.cz> possibly vulnerable
wolfssl edge-community 5.7.4-r0 Jakub Jirutka <jakub@jirutka.cz> possibly vulnerable
wolfssl edge-community 5.7.2-r0 Jakub Jirutka <jakub@jirutka.cz> possibly vulnerable
wolfssl edge-community 5.7.0-r0 Jakub Jirutka <jakub@jirutka.cz> possibly vulnerable
wolfssl edge-community 5.6.6-r0 None possibly vulnerable
wolfssl edge-community 5.6.2-r0 Jakub Jirutka <jakub@jirutka.cz> possibly vulnerable
wolfssl edge-community 5.5.3-r0 Jakub Jirutka <jakub@jirutka.cz> possibly vulnerable
wolfssl edge-community 5.5.1-r0 Jakub Jirutka <jakub@jirutka.cz> possibly vulnerable
wolfssl edge-community 5.5.0-r0 Jakub Jirutka <jakub@jirutka.cz> possibly vulnerable
wolfssl edge-community 5.4.0-r0 Jakub Jirutka <jakub@jirutka.cz> possibly vulnerable
wolfssl 3.23-community 5.9.1-r0 Jakub Jirutka <jakub@jirutka.cz> fixed
wolfssl 3.23-community 5.8.2-r0 Jakub Jirutka <jakub@jirutka.cz> possibly vulnerable