GHSA-x57h-xx53-v53w · 深刻度: medium · エコシステム: rust — stellar-xdr's StringM::from_str bypasses max length validation
stellar-xdr is a library and CLI containing types and functionality for working with Stellar XDR. Prior to version 25.0.1, StringM::from_str does not validate that the input length is within the declared maximum (MAX). Calling StringM::<N>::from_str(s) where s is longer than N bytes succeeds and returns an Ok value instead of Err(Error::LengthExceedsMax), producing a StringM that violates its length invariant. This affects any code that constructs StringM values from string input using FromStr (including str::parse), and relies on the type's maximum length constraint being enforced. An oversized StringM could propagate through serialization, validation, or other logic that assumes the invariant holds. This issue has been patched in version 25.0.1.
総合評価: CVE-2026-29795 は低リスク(19.4/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 0.19%、9 パーセンタイル) 推奨対応: 総合リスクは低く緊急対応は不要です。通常の保守サイクルでパッチを適用し、CVSS / EPSS が上昇したら優先度を見直してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.01% | 0.19% | +0.18% |
| 2 | 2026-03-07 | — | 0.01% | — |
EPSS の全履歴 (全 2 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 4.0 | 3.1 | MEDIUM |
|
2.5 | 1.4 | [email protected] |
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
GHSA-x57h-xx53-v53w · 深刻度: medium · エコシステム: rust — stellar-xdr's StringM::from_str bypasses max length validation
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| stellar | stellar-xdr | < 25.0.1 | cpe:2.3:a:stellar:stellar-xdr:*:*:*:*:*:rust:*:* |
| URL | タグ |
|---|---|
| https://github.com/stellar/rs-stellar-xdr/commit/1f840013c3e2fca0321fb844b048afa01d10dda6 | Patch |
| https://github.com/stellar/rs-stellar-xdr/issues/499 | Issue Tracking |
| https://github.com/stellar/rs-stellar-xdr/pull/500 | Issue Tracking Patch |
| https://github.com/stellar/rs-stellar-xdr/security/advisories/GHSA-x57h-xx53-v53w | Mitigation Patch Vendor Advisory |