Command Injection in tinygltf - CVE-2022-3008

 

Command Injection in tinygltf - CVE-2022-3008

Published: September 22, 2022


Vulnerability identifier: #VU67574
CSH Severity: High
CVSSv4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/U:Amber
CVE-ID: CVE-2022-3008
CWE-ID: CWE-77
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vulnerable software:
tinygltf
Software vendor:
Syoyo Fujita

Description

The vulnerability allows a remote attacker to execute arbitrary commands on the system.

The vulnerability exists due to insufficient parsing of user-supplied input within the wordexp() when handling file paths. A remote attacker can supply specially crafted string to the affected application and execute arbitrary OS commands on the system.


Remediation

Install updates from vendor's website.

External links