CVE-2026-75148: cgltf 1.15 Integer Overflow via cgltf_validate() Accessor Bounds Check

Published Aug 19, 2026
·
Updated

cgltf through 1.15 contains an integer overflow vulnerability in the non-sparse accessor bounds check within cgltfvalidate() 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 cgltfaccessorreadfloat() is subsequently called on the validated malformed accessor.

Affected Software

1 affected component
cgltf<=1.15

Event History

Aug 19, 2026
CVE Published
via MITRE·01:37 PM
Data Sourced
via MITRE·01:37 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Which applications are realistically exposed?

Applications using cgltf through version 1.15 are exposed if they process attacker-supplied .gltf or .glb files. The vulnerable path involves validating a malformed accessor and later reading it with cgltf_accessor_read_float().

2

What must an attacker provide to trigger the issue?

The attacker must supply a malformed .gltf or .glb input containing a specially crafted accessor count. The count causes an unsigned multiplication of accessor stride and element count to overflow, allowing the bounds check to pass.

3

How can I determine whether my application may be affected?

Check whether the application includes cgltf version 1.15 or earlier and accepts or loads untrusted glTF input. It may be vulnerable when it calls cgltf_validate() and subsequently uses cgltf_accessor_read_float() on accessors from that input.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203