VYPR

Rs Stellar Strkey

by Stellar

CVEs (2)

  • CVE-2023-46135MedOct 25, 2023
    risk 0.28cvss 5.3epss 0.01

    rs-stellar-strkey is a Rust lib for encode/decode of Stellar Strkeys. A panic vulnerability occurs when a specially crafted payload is used.`inner_payload_len` should not above 64. This vulnerability has been patched in version 0.0.8.

  • CVE-2026-29795MedMar 6, 2026
    risk 0.19cvss 4.0epss 0.00

    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::::from_str(s) where s is longer than N…