๐Ÿ” CVE Alert

CVE-2026-75148

MEDIUM 6.1

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

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/jkuhlmann/cgltf/issues/301 vulncheck.com: https://www.vulncheck.com/advisories/cgltf-integer-overflow-via-cgltf-validate-accessor-bounds-check

Credits

Asilbek Muhammadiyev