#VU75176 Path traversal in onnx - CVE-2022-25882

 

#VU75176 Path traversal in onnx - CVE-2022-25882

Published: April 17, 2023 / Updated: March 21, 2024


Vulnerability identifier: #VU75176
Vulnerability risk: Medium
CVSSv4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: CVE-2022-25882
CWE-ID: CWE-22
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vulnerable software:
onnx
Software vendor:
Open Neural Network Exchange

Description

The vulnerability allows a remote attacker to perform directory traversal attacks.

The vulnerability exists due to input validation error when processing directory traversal sequences. A remote attacker can send a specially crafted HTTP request and read arbitrary files on the system.

Request example:

http://localhost:8080/public/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/root/.ssh/id_rsa


Remediation

Install update from vendor's website.

External links