CVE 8.6 HIGH

ONNX: Malicious ONNX models can crash servers by exploiting unprotected object settings._CVE-2026-34445

8.6 / 10
HIGH
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H

Description

Open Neural Network Exchange (ONNX) is an open standard for machine learning interoperability. Prior to version 1.21.0, the ExternalDataInfo class in ONNX was using Python’s setattr() function to load metadata (like file paths or data lengths) directly from an ONNX model file. It didn’t check if the "keys" in the file were valid. Due to this, an attacker could craft a malicious model that overwrites internal object properties. This issue has been patched in version 1.21.0.

Basic Information

ID CVE-2026-34445
Source GitHub_M
Published Apr 1, 2026 at 17:30
Modified Apr 1, 2026 at 18:00

Affected Product

Vendor onnx
Product onnx
Version < 1.21.0
Affected Versions onnx onnx < 1.21.0

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.