CVE-2026-75148
cgltf 1.15 Integer Overflow via cgltf_validate() Accessor Bounds Check
CVSS Score
6.1
EPSS Score
0.0%
EPSS Percentile
0th
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.
| CWE | CWE-190 |
| Vendor | jkuhlmann |
| Product | cgltf |
| Published | Aug 19, 2026 |
Stay Ahead of the Next One
Get instant alerts for jkuhlmann cgltf
Be the first to know when new medium vulnerabilities affecting jkuhlmann cgltf are published โ delivered to Slack, Telegram or Discord.
Get Free Alerts โ
Free ยท No credit card ยท 60 sec setup
CVSS v3 Breakdown
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H Attack Vector
Local
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
High
Affected Versions
jkuhlmann / cgltf
0 โค 1.15
References
Credits
Asilbek Muhammadiyev