Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

nvd логотип

CVE-2026-55832

Опубликовано: 14 сент. 2026
Источник: nvd
CVSS3: 6.1
EPSS Низкий

Описание

Tract is a tiny, no-nonsense, self-contained TensorFlow and ONNX inference toolkit. Prior to 0.21.17, 0.22.3, and 0.23.2, the tract-onnx crate passes the attacker-controlled external_data location from an ONNX model through onnx/src/tensor.rs get_external_resources and joins the value to the model directory without rejecting absolute paths or parent directory components. Loading an untrusted model through model_for_path can therefore make onnx/src/data_resolver.rs MmapDataResolver open an arbitrary local file and place the file contents into model tensors or inference output. Attacker-controlled offset and length fields can also select an out-of-range mapping slice and cause a denial of service, but the flaw does not write files or execute code. This issue is fixed in versions 0.21.17, 0.22.3, and 0.23.2.

EPSS

Процентиль: 15%
0.00236
Низкий

6.1 Medium

CVSS3

Дефекты

CWE-22

Связанные уязвимости

CVSS3: 6.1
github
3 месяца назад

tract: Arbitrary file read via unsanitized ONNX external_data `location` (path traversal) on model load in tract-onnx

EPSS

Процентиль: 15%
0.00236
Низкий

6.1 Medium

CVSS3

Дефекты

CWE-22