PSA: onnx.hub.load(silent=True) suppresses ALL security warnings during model loading. CVE-2026-2850 (opens in new tab)
A critical security control bypass in the ONNX (Open Neural Network Exchange) Python library allows the `onnx.hub.load()` function's `silent=True` parameter to suppress all trust verification warnings and user confirmation prompts, enabling silent loading of models from untrusted repositories (NVD, `GHSA-hqmj-h5c6-369m`).
Read the original article