CVE-2026-5477 is a high-severity integer overflow flaw in wolfSSL's wolfCrypt CMAC implementation. In wc_CmacUpdate, the code used the guard if (cmac->totalSz != 0) to skip XOR-chaining on the first block because the initial digest state is all zeros and the XOR is a no-op. The totalSz field is a 32-bit word32; after 2^28 CMAC block flushes, corresponding to 4 GiB of processed data, it wraps to zero. Once this wraparound occurs, the guard incorrectly treats a later block as if it were the first block and discards the live CBC-MAC chaining state. As a result, two messages that share a common suffix beyond the 4 GiB boundary can produce identical CMAC tags, enabling prefix-substitution forgery. The issue also affects AES-EAX constructions that rely on the vulnerable CMAC behavior for authentication of messages larger than 4 GiB.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
No public exploits tracked yet. Mallory keeps watching.
No public exploit code observed for this vulnerability.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
4 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.