In MbedTLS 3.3.0 before 3.6.4, mbedtls_lms_verify may accept invalid signatures if hash computation fails and internal errors go unchecked, enabling LMS (Leighton-Micali Signature) forgery in a fault scenario. Specifically, unchecked return values in mbedtls_lms_verify allow an attacker (who can induce a hardware hash accelerator fault) to bypass LMS signature verification by reusing stale stack data, resulting in acceptance of an invalid signature. In mbedtls_lms_verify, the return values of the internal Merkle tree functions create_merkle_leaf_value and create_merkle_internal_value are not checked. These functions return an integer that indicates whether the call succeeded or not. If a failure occurs, the output buffer (Tc_candidate_root_node) may remain uninitialized, and the result of the signature verification is unpredictable. When the software implementation of SHA-256 is used, these functions will not fail. However, with hardware-accelerated hashing, an attacker could use fault injection against the accelerator to bypass verification.
総合評価: CVE-2025-49600 は低リスク(20.7/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 0.13%、3 パーセンタイル) 推奨対応: 悪用情報と EPSS の推移を監視し、必要に応じて優先度を見直してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.01% | 0.13% | +0.11% |
| 2 | 2025-07-05 | — | 0.01% | — |
EPSS の全履歴 (全 2 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 4.9 | 3.1 | MEDIUM |
|
0.5 | 4.0 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
— | CVE-2025-49600: 1 source package rows (mbedtls); 18 state rows across 4 repos (3.20-main, 3.21-main, 3.22-main, edge-main); fixed 4, open 14. | https://security.alpinelinux.org/vuln/CVE-2025-49600 |
debian
|
unimportant | CVE-2025-49600 unimportant priority: Debian including 1 source packages (mbedtls), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 5. | https://security-tracker.debian.org/tracker/CVE-2025-49600 |
ubuntu
|
medium | CVE-2025-49600 medium priority: Ubuntu including 1 source packages (mbedtls), 9 status rows across 9 suites (bionic, focal, jammy, noble, oracular, plucky, questing, upstream, xenial): not-affected 5, ignored 2, needed 1, released 1. | https://ubuntu.com/security/CVE-2025-49600 |
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| trustedfirmware | mbed_tls | >= 3.3.0, < 3.6.4 | cpe:2.3:a:trustedfirmware:mbed_tls:*:*:*:*:*:*:*:* |
| URL | タグ |
|---|---|
| https://github.com/Mbed-TLS/mbedtls-docs/blob/main/security-advisories/mbedtls-security-advisory-2025-06-3.md | Third Party Advisory |