A vulnerability in the `download_model_with_test_data` function of the onnx/onnx framework, versions before 1.16.2, allow for arbitrary file overwrite due to inadequate prevention of path traversal...
Full analysis pending. Showing NVD description excerpt.
Affected Systems
| Package | Ecosystem | Vulnerable Range | Patched |
|---|---|---|---|
| onnx | pip | < 1.16.2 | 1.16.2 |
Do you use onnx? You're affected.
Severity & Risk
Recommended Action
Patch available
Update onnx to version 1.16.2
Compliance Impact
Compliance analysis pending. Sign in for full compliance mapping when available.
Technical Details
NVD Description
A vulnerability in the `download_model_with_test_data` function of the onnx/onnx framework, versions before 1.16.2, allow 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.
Weaknesses (CWE)
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H References
- github.com/advisories/GHSA-6rq9-53c3-f7vj
- github.com/onnx/onnx/commit/1b70f9b673259360b6a2339c4bd97db9ea6e552f
- github.com/onnx/onnx/commit/3fc3845edb048df559aa2a839e39e95503a0ee34
- github.com/onnx/onnx/issues/6215
- github.com/onnx/onnx/pull/6145
- github.com/onnx/onnx/pull/6222
- github.com/onnx/onnx/releases/tag/v1.16.2
- huntr.com/bounties/50235ebd-3410-4ada-b064-1a648e11237e
- nvd.nist.gov/vuln/detail/CVE-2024-5187