GHSA-x57h-xx53-v53w · Severity: medium · Ecosystem: 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.
Conclusion & alert: CVE-2026-29795 is rated Low Risk (16.6/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.01%). Mandatory action: Low composite risk—no urgent action required; patch on your normal maintenance cycle and revisit priority if CVSS or EPSS increases.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-03-07 | — | 0.01% | — |
Full EPSS history (1 record total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 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 · Severity: medium · Ecosystem: rust — stellar-xdr's StringM::from_str bypasses max length validation
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| stellar | stellar-xdr | < 25.0.1 | cpe:2.3:a:stellar:stellar-xdr:*:*:*:*:*:rust:*:* |
| URL | Tags |
|---|---|
| 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 |