Description
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.
Published: 2026-08-19
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

cgltf, a lightweight GLTF loader, contains an integer overflow in the non‑sparse accessor bounds check inside cgltf_validate(). An attacker can supply a .gltf or .glb file with a crafted accessor count that causes the multiplication of the accessor stride and element count to overflow an unsigned integer. The bounds check incorrectly succeeds and later cgltf_accessor_read_float() performs a heap out‑of‑bounds read on the malformed accessor, potentially exposing sensitive memory contents and allowing the attacker to crash the application, resulting in denial of service.

Affected Systems

The vulnerable library is cgltf, maintained by jkuhlmann. All releases up to and including version 1.15 contain the flaw. Any application that incorporates those versions of cgltf and accepts externally supplied .gltf or .glb files is potentially affected. No other vendors or products are listed as affected.

Risk and Exploitability

The CVSS score is 6.9, indicating moderate risk. EPSS is < 1%, and the vulnerability is not listed in the CISA KEV catalog. Attackers can exploit the flaw remotely by providing a malicious 3D file to an application that loads GLTF assets.

Generated by OpenCVE AI on August 20, 2026 at 16:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade cgltf to the latest release that contains the integer overflow fix (e.g., version 1.16 or newer if available).
  • If an update is not immediately available, validate .gltf or .glb files before passing them to cgltf_validate(), ensuring that accessor stride and element count values are within realistic bounds to prevent overflow.
  • Restrict loading of 3D files to trusted sources or sandbox the application process that uses cgltf so that any out‑of‑bounds reads are contained.

Generated by OpenCVE AI on August 20, 2026 at 16:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 19 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
First Time appeared Jkuhlmann
Jkuhlmann cgltf
Vendors & Products Jkuhlmann
Jkuhlmann cgltf

Wed, 19 Aug 2026 14:00:00 +0000

Type Values Removed Values Added
Description 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.
Title cgltf 1.15 Integer Overflow via cgltf_validate() Accessor Bounds Check
Weaknesses CWE-190
References
Metrics cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:L/VI:N/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-21T11:21:02.923Z

Reserved: 2026-08-17T18:39:57.662Z

Link: CVE-2026-75148

cve-icon Vulnrichment

Updated: 2026-08-20T17:21:41.301Z

cve-icon NVD

Status : Received

Published: 2026-08-19T14:17:40.507

Modified: 2026-08-20T18:16:51.213

Link: CVE-2026-75148

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T16:45:16Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound