---
id: CVE-2026-75148
title: >-
  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 cou…
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 cou…
severity: medium
cvss: 6.1
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H'
cwe:
  - CWE-190
published: '2026-08-19'
updated: '2026-09-24'
sourceUpdated: '2026-09-24T20:06:30.133'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-75148'
references:
  - url: 'https://github.com/jkuhlmann/cgltf/issues/301'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/cgltf-integer-overflow-via-cgltf-validate-accessor-bounds-check
    label: disclosure@vulncheck.com
tags:
  - nvd
epss: 0.00203
epssPercentile: 0.0906
ingestedAt: '2026-09-24T20:51:40.209Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
