scaly: Multiple soundness issues in Rust safe APIs
High severity
GitHub Reviewed
Published
Apr 4, 2026
to the GitHub Advisory Database
•
Updated Apr 4, 2026
Description
Published to the GitHub Advisory Database
Apr 4, 2026
Reviewed
Apr 4, 2026
Last updated
Apr 4, 2026
Affected versions contain multiple safe APIs that can trigger undefined behavior:
Array<T>::indexcan perform an out-of-bounds read.String::get_lengthcan perform an out-of-bounds read.String::append_charactercan perform an invalid write.String::to_c_stringcan perform an out-of-bounds write.These issues were reproduced against
scaly0.0.37 under Miri. The crate is unmaintained.References