VYPR

tinyobjloader-c

by Syoyo

CVEs (1)

  • CVE-2026-71266Aug 5, 2026
    risk 0.00cvss epss

    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 `linebuf` via memcpy(linebuf, p, p_len), guarded only by `assert(p_len < 4095)`. Because assert() compiles to a no-op under…