YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
VULN-014: EyeLike Integer Overflow in TensorRT ONNX Parser
CWE-190: Integer Overflow or Wraparound
EyeLike operator uses int32 multiplication for dimensions. [65536, 65536] = 2^32 overflows int32 to 0. Zero-sized buffer allocated, then written with 65536 diagonal elements.
- EyeLike-SPECIFIC: all other ops handle [65536,65536] correctly
- Crash during parse (before engine build)
- 10/10 reproducible
- All dtypes affected: FLOAT, INT32, INT64, DOUBLE
- Tested: TensorRT 10.15.1.29
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support