Insufficient verification of data authenticity in onnx - CVE-2026-28500
Published: April 27, 2026
onnx
Detailed vulnerability description
The vulnerability allows a remote attacker to execute arbitrary code.
The vulnerability exists due to insufficient verification of data authenticity in onnx.hub.load() when loading a model from an external repository with silent=true. A remote attacker can supply a malicious unverified repository to execute arbitrary code.
The issue suppresses trust warnings and user prompts, and the SHA256 check validates against a manifest stored in the same repository.