CVE-2026-75148

Source
https://cve.org/CVERecord?id=CVE-2026-75148
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-75148.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-75148
Published
2026-08-19T13:37:42Z
Modified
2026-09-08T11:45:48Z
Severity
  • 6.9 (Medium) CVSS_V4 - 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 CVSS Calculator
Summary
cgltf 1.15 Integer Overflow via cgltf_validate() Accessor Bounds Check
Details

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.

Database specific
{
    "cna_assigner": "VulnCheck",
    "cwe_ids": [
        "CWE-190"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/75xxx/CVE-2026-75148.json"
}
References

Affected packages

Git / github.com/jkuhlmann/cgltf

Affected ranges

Type
GIT
Repo
https://github.com/jkuhlmann/cgltf
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
Show details
{
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "last_affected": "1.15"
        },
        {
            "fixed": "1.15"
        }
    ],
    "source": [
        "AFFECTED_FIELD",
        "DESCRIPTION"
    ]
}

Affected versions

v1.*
v1.0
v1.1
v1.10
v1.11
v1.12
v1.13
v1.14
v1.2
v1.3
v1.4
v1.5
v1.6
v1.7
v1.8
v1.9

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-75148.json"