tinyobjloader-c's tinyobj_parse_and_index_mtl_file (tinyobj_loader_c.h) reads each line of a .mtl material file into a fixed 4096-byte stack buffer via memcpy(linebuf, p, p_len), guarded only by . The identical vulnerable pattern is duplicated in a second function in the same file.
References
Configurations
No configuration.
History
No history.
Information
Published : 2026-08-05 13:24
Updated : 2026-08-26 17:13
NVD link : CVE-2026-71266
Mitre link : CVE-2026-71266
CVE.ORG link : CVE-2026-71266
JSON object : View
Products Affected
No product.
CWE
CWE-121
Stack-based Buffer Overflow
