YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
ONNX FunctionProto output-underbinding abort PoC
This repository hosts a benign security research proof-of-concept for an ONNX model file vulnerability affecting ONNX Runtime local-function loading.
Files:
control-function-single-output.onnxmalicious-function-output-mismatch.onnxbuild_poc.pyrepro.py
Reproduction:
python3 repro.py
Expected results:
control-function-single-output.onnx- checker passes
- shape inference passes
InferenceSession(...)succeedssess.run(...)returns[1.0]
malicious-function-output-mismatch.onnx- checker passes
- shape inference reports
Output 1 is out of bounds InferenceSession(...)aborts withSIGABRT
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support