๐Ÿ” CVE Alert

CVE-2026-29795

MEDIUM 4.0

stellar-xdr: `StringM::from_str` bypasses max length validation

CVSS Score
4.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-770
Vendor stellar
Product rs-stellar-xdr
Published Mar 6, 2026
Last Updated Mar 9, 2026
Stay Ahead of the Next One

Get instant alerts for stellar rs-stellar-xdr

Be the first to know when new medium vulnerabilities affecting stellar rs-stellar-xdr are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Attack Vector
Local
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Affected Versions

stellar / rs-stellar-xdr
< 25.0.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/stellar/rs-stellar-xdr/security/advisories/GHSA-x57h-xx53-v53w github.com: https://github.com/stellar/rs-stellar-xdr/issues/499 github.com: https://github.com/stellar/rs-stellar-xdr/pull/500 github.com: https://github.com/stellar/rs-stellar-xdr/commit/1f840013c3e2fca0321fb844b048afa01d10dda6