mirror of
https://github.com/0xMarcio/cve.git
synced 2025-06-01 11:10:36 +00:00
876 B
876 B
CVE-2022-25882
Description
Versions of the package onnx before 1.13.0 are vulnerable to Directory Traversal as the external_data field of the tensor proto can have a path to the file which is outside the model current directory or user-provided directory, for example "../../../etc/passwd"
POC
Reference
- https://gist.github.com/jnovikov/02a9aff9bf2188033e77bd91ff062856
- https://github.com/onnx/onnx/issues/3991
- https://security.snyk.io/vuln/SNYK-PYTHON-ONNX-2395479
Github
No PoCs found on GitHub currently.