CVE-2026-49282

Source
https://cve.org/CVERecord?id=CVE-2026-49282
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-49282.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-49282
Aliases
  • GHSA-jrw4-wj52-2vw8
Downstream
Published
2026-08-14T17:44:44.818Z
Modified
2026-08-18T03:31:21.441899099Z
Severity
  • 5.1 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L CVSS Calculator
Summary
Capstone M68K and RISCV `cs_insn_name()` invalid IDs can trigger out-of-bounds reads and process crashes
Details

Capstone is a disassembly framework. Prior to version 6.0.0-Alpha9, Capstone's public cs_insn_name() API forwards caller-supplied instruction IDs directly to the selected architecture backend. Most backends validate the ID before indexing instruction-name tables, but the M68K and RISCV backends have missing or incomplete bounds checks. On a Capstone handle opened for M68K or RISCV, a caller-controlled invalid instruction ID can trigger an out-of-bounds read and crash the process. The demonstrated impact is availability loss in applications or bindings that expose instruction-name lookup to untrusted IDs. No code execution or data disclosure was demonstrated. Version 6.0.0-Alpha9 patches the issue.

Database specific
{
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-125",
        "CWE-129",
        "CWE-191"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/49xxx/CVE-2026-49282.json"
}
References

Affected packages

Git / github.com/capstone-engine/capstone

Affected ranges

Type
GIT
Repo
https://github.com/capstone-engine/capstone
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
Show details
{
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "6.0.0-Alpha9"
        }
    ],
    "source": "AFFECTED_FIELD"
}

Affected versions

1.*
1.0
2.*
2.0
2.0-rc1
2.1
3.*
3.0-rc1
3.0-rc2
3.0-rc3
4.*
4.0-alpha1
4.0-alpha2
6.*
6.0.0-Alpha3
6.0.0-Alpha4
6.0.0-Alpha5
6.0.0-Alpha6
6.0.0-Alpha7
6.0.0-Alpha8

Database specific

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