GHSA-grqc-3vmg-p68x · 深刻度: high — An integer overflow existed in the wolfCrypt CMAC implementation, that could be exploited to...
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.
総合評価: CVE-2026-5477 は低リスク(36.4/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 0.03%、10 パーセンタイル) 推奨対応: 悪用情報と EPSS の推移を監視し、必要に応じて優先度を見直してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-04-28 | 0.06% | 0.03% | -0.02% |
| 2 | 2026-04-16 | 0.04% | 0.06% | +0.01% |
| 3 | 2026-04-10 | — | 0.04% | — |
EPSS の全履歴 (全 3 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 8.2 | 4.0 | HIGH |
|
— | — | [email protected] |
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
GHSA-grqc-3vmg-p68x · 深刻度: high — An integer overflow existed in the wolfCrypt CMAC implementation, that could be exploited to...
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2026-5477 not yet assigned priority: Debian including 1 source packages (wolfssl), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): open 3, resolved 2. | https://security-tracker.debian.org/tracker/CVE-2026-5477 |
ubuntu
|
medium | CVE-2026-5477 medium priority: Ubuntu including 1 source packages (wolfssl), 7 status rows across 7 suites (bionic, focal, jammy, noble, questing, upstream, xenial): needs-triage 7. | https://ubuntu.com/security/CVE-2026-5477 |
| URL | タグ |
|---|---|
| https://github.com/wolfSSL/wolfssl/pull/10102 | Issue Tracking |