PT-2025-55395 · Crates.Io · I Tree

Publicado

2025-07-04

·

Atualizado

2025-07-04

Nenhuma

Não há classificações de severidade ou métricas disponíveis. Quando houver, atualizaremos as informações correspondentes na página.
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.
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾

Identificadores relacionados

RUSTSEC-2025-0165

Produtos afetados

I Tree