CVE-2024-5187: onnx allows Arbitrary File Overwrite in download_model_with_test_data
(updated )
A vulnerability in the download_model_with_test_data
function of the onnx/onnx framework, version 1.16.0, allows for arbitrary file overwrite due to inadequate prevention of path traversal attacks in malicious tar files. This vulnerability enables attackers to overwrite any file on the system, potentially leading to remote code execution, deletion of system, personal, or application files, thus impacting the integrity and availability of the system. The issue arises from the function’s handling of tar file extraction without performing security checks on the paths within the tar file, as demonstrated by the ability to overwrite the /home/kali/.ssh/authorized_keys
file by specifying an absolute path in the malicious tar file.
References
- github.com/advisories/GHSA-6rq9-53c3-f7vj
- github.com/onnx/onnx
- github.com/onnx/onnx/commit/1b70f9b673259360b6a2339c4bd97db9ea6e552f
- github.com/onnx/onnx/commit/3fc3845edb048df559aa2a839e39e95503a0ee34
- github.com/onnx/onnx/issues/6215
- github.com/onnx/onnx/pull/6145
- huntr.com/bounties/50235ebd-3410-4ada-b064-1a648e11237e
- nvd.nist.gov/vuln/detail/CVE-2024-5187
Detect and mitigate CVE-2024-5187 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →