PT-2025-45729 · Crates.Io · Orx-Pinned-Vec
Published
2025-10-21
·
Updated
2025-10-21
CVSS v4.0
2.0
Low
| Vector | AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P |
The safe function
index of ptr causes undefined behavior when called with an empty slice.The issue occurs in the line
ptr.add(slice.len() - 1) which underflows when slice.len() is 0, creating a pointer with a massive offset. According to Rust's safety rules, creating such a pointer causes immediate undefined behavior.Fix
Buffer Overflow
Integer Underflow
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Orx-Pinned-Vec