Vulnerability CVE-2022-3008


Published: 2022-09-05

Description:
The tinygltf library uses the C library function wordexp() to perform file path expansion on untrusted paths that are provided from the input file. This function allows for command injection by using backticks. An attacker could craft an untrusted path input that would result in a path expansion. We recommend upgrading to 2.6.0 or past commit 52ff00a38447f06a17eab1caa2cf0730a119c751

 References:
https://github.com/syoyo/tinygltf/issues/368
https://github.com/syoyo/tinygltf/blob/master/README.md
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=49053
https://github.com/syoyo/tinygltf/commit/52ff00a38447f06a17eab1caa2cf0730a119c751

Copyright 2026, cxsecurity.com

 

Back to Top