cgltf version 1.15 and prior contain an integer overflow vulnerability in the cgltf_validate() function when validating sparse accessors that allows attackers to trigger out-of-bounds reads by supplying crafted glTF/GLB input files with attacker-controlled size values. Attackers can exploit unchecked arithmetic operations in sparse accessor validation to cause heap buffer over-reads in cgltf_calc_index_bound(), resulting in denial of service crashes and potential memory disclosure.
Security readout for executives and security teams
Plain-English summary
CVE-2026-32845 affects cgltf 1.15 and earlier when parsing crafted glTF/GLB files. A malicious 3D asset can trigger unsafe memory reads, causing application crashes and possible memory exposure. Treat this as high priority where cgltf handles untrusted or customer-supplied assets.
Executive priority
Prioritize remediation for any internet-facing or customer-facing 3D asset workflow. Lower urgency may be reasonable for isolated internal-only tooling that never processes untrusted files.
Technical view
cgltf_validate() has unchecked integer arithmetic during sparse accessor validation. Crafted sparse accessor size values can overflow calculations and lead to heap buffer over-reads in cgltf_calc_index_bound(). The reported impact is denial of service and potential memory disclosure.
Likely exposure
Exposure is most likely in software, services, import pipelines, or desktop tools that embed cgltf 1.15 or earlier and parse untrusted glTF/GLB content.
Exploitation context
The source bundle references technical details and exploit-related material, but does not show active exploitation. KEV status is false. Exploitation requires a crafted glTF/GLB file being processed by vulnerable cgltf code.
Researcher notes
Evidence supports integer overflow leading to heap over-read, crash, and possible disclosure. The bundle does not establish remote exploitation, active exploitation, or a finalized fixed version. Avoid assuming code execution from the provided facts.
Mitigation direction
Inventory products and services that embed cgltf.
Check upstream cgltf guidance, issue 287, and pull request 293 for fix status.
Update cgltf when a fixed upstream version or commit is confirmed.
Restrict or sandbox processing of untrusted glTF/GLB files.
Apply file validation and size limits before cgltf parsing.
Validation and detection
Search dependency manifests and vendored source for cgltf usage.
Confirm whether deployed code uses cgltf 1.15 or earlier.
Review asset ingestion paths that accept glTF or GLB files.
Check crash telemetry for cgltf validation or bounds calculation failures.
Track the CVE record and VulnCheck advisory for updates.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-190: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
3Timeline events
1ADP providers
4Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-190 · source CWE mapping
Integer Overflow or Wraparound
Integer Overflow or Wraparound represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.