CoolFace
Datasetpublic

0xiviel/poc-openvino-onnx-uint64-overflow

PoC: OpenVINO ONNX External Data uint64 Integer Overflow Summary The ONNX external data bounds check m_offset + m_data_length > file_size is vulnerable to uint64 integer overflow. When offset and length sum to exactly 2^64, the result wraps to 0, bypassing the check. The subsequent pointer arithmetic mapped_memory->data() + offset produces a wild pointer. Confirmed on OpenVINO 2025.4.1 — model loads successfully with overflowed values. Root Cause… See the full description on the dataset page: https://huggingface.co/datasets/0xiviel/poc-openvino-onnx-uint64-overflow.

sourceHugging Facemitupdated 8mo agoView on Hugging Face
0likes28downloads
filemalicious_onnx_overflow.onnx186 Bdownload
fileoverflow_data.bin64 Bdownload

0xiviel/poc-openvino-onnx-uint64-overflow · main · files are served by the source, never re-hosted here