PT-2025-45729 · Crates.Io · Orx-Pinned-Vec

Published

2025-10-21

·

Updated

2025-10-21

CVSS v4.0

2.0

Low

VectorAV: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 👾

Weakness Enumeration

Related Identifiers

GHSA-H5J3-CRG5-8JQM

Affected Products

Orx-Pinned-Vec