CVE-2026-55832
Published:June 19, 2026
Updated:August 27, 2026
"tract" (the "tract-onnx" crate) resolves an ONNX tensor's external-data "location" by joining it onto the model directory without any sanitization. Because "location" comes from the (untrusted) ".onnx" file, a malicious model can make "tract" open and read an arbitrary local file at load time, with the file's contents flowing into the model's tensors / inference output (read-only file disclosure). This is the ONNX external-data path-traversal class that the reference "onnx" library hardened over several CVEs; "tract" resolves "location" itself and was never hardened.
Affected Packages
tract-onnx (RUST):
Affected version(s) >=0.23.0 <0.23.2Fix Suggestion:
Update to version 0.23.2tract-onnx (RUST):
Affected version(s) >=0.1.0 <0.21.17Fix Suggestion:
Update to version 0.21.17tract-onnx (RUST):
Affected version(s) >=0.22.0 <0.22.3Fix Suggestion:
Update to version 0.22.3Related Resources (2)
Do you need more information?
Contact UsCVSS v4
Base Score:
6.9
Attack Vector
LOCAL
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
PASSIVE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
NONE
Vulnerable System Availability
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
6.1
Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
REQUIRED
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
NONE
Availability
LOW
Weakness Type (CWE)
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')