CVE Catalog

CVE-2026-75148

MediumCVSS 6.1
Published: Translated: NVD NIST

Summary

cgltf through 1.15 contains an integer overflow vulnerability in the non-sparse accessor bounds check within cgltf_validate() that allows remote attackers to cause memory disclosure and denial of service by supplying crafted accessor count values. Attackers can provide malformed .gltf or .glb input with a specially crafted accessor count to overflow the unsigned integer multiplication of accessor stride and element count, causing the bounds check to pass and triggering a heap out-of-bounds read when cgltf_accessor_read_float() is subsequently called on the validated malformed accessor.

Risk Assessment

The risk is memory disclosure and potential denial of service, which could disrupt systems processing glTF/GLB files.

Recommendation

It is recommended to upgrade the cgltf library to a version later than 1.15, which includes a fix for the integer overflow in accessor validation.

Original NVD description (English source)

cgltf through 1.15 contains an integer overflow vulnerability in the non-sparse accessor bounds check within cgltf_validate() that allows remote attackers to cause memory disclosure and denial of service by supplying crafted accessor count values. Attackers can provide malformed .gltf or .glb input with a specially crafted accessor count to overflow the unsigned integer multiplication of accessor stride and element count, causing the bounds check to pass and triggering a heap out-of-bounds read when cgltf_accessor_read_float() is subsequently called on the validated malformed accessor.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS