Bug 2290806 (CVE-2024-5187)

Summary: CVE-2024-5187 onnx: arbitrary file overwrite in download_model_with_test_data
Product: [Other] Security Response Reporter: Robb Gatica <rgatica>
Component: vulnerabilityAssignee: Product Security <prodsec-ir-bot>
Status: NEW --- QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: unspecifiedKeywords: Security
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2290807    
Bug Blocks:    

Description Robb Gatica 2024-06-06 21:51:14 UTC
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.

https://huntr.com/bounties/50235ebd-3410-4ada-b064-1a648e11237e

Comment 1 Robb Gatica 2024-06-06 21:51:25 UTC
Created onnx tracking bugs for this issue:

Affects: fedora-all [bug 2290807]

Comment 2 Abhishek Raj 2025-02-03 05:50:11 UTC
The GitHub advisory for this vulnerability has been updated, and the affected package version is < 1.16.2 (https://github.com/advisories/GHSA-6rq9-53c3-f7vj) .