PT-2025-55395 · Crates.Io · I Tree
Published
2025-07-04
·
Updated
2025-07-04
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
Affected versions of
i tree exposed safe public Tree::node and Tree::mut node methods in the public tree module. These methods accepted an arbitrary u32 index and passed it directly to Vec::get unchecked / get unchecked mut on the internal node buffer, without validating that the index was in bounds.Because these methods were safe and public, a caller could pass an out-of-bounds index without writing any
unsafe code, producing an out-of-bounds shared or mutable reference and triggering undefined behavior.Starting with
0.10.0 the crate was restructured and these accessors are no longer reachable from outside the crate. Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
I Tree