{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-49263",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2026-05-28T14:33:01.180Z",
        "datePublished": "2026-08-14T17:49:36.804Z",
        "dateUpdated": "2026-08-14T17:49:36.804Z"
    },
    "containers": {
        "cna": {
            "title": "Capstone WASM `br_table` instruction-size truncation can cause no-progress disassembly and parser desynchronization",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-197",
                            "lang": "en",
                            "description": "CWE-197: Numeric Truncation Error",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV4_0": {
                        "attackVector": "LOCAL",
                        "attackComplexity": "LOW",
                        "attackRequirements": "PRESENT",
                        "privilegesRequired": "NONE",
                        "userInteraction": "PASSIVE",
                        "vulnConfidentialityImpact": "NONE",
                        "vulnIntegrityImpact": "LOW",
                        "vulnAvailabilityImpact": "LOW",
                        "subConfidentialityImpact": "NONE",
                        "subIntegrityImpact": "NONE",
                        "subAvailabilityImpact": "NONE",
                        "baseScore": 2,
                        "baseSeverity": "LOW",
                        "vectorString": "CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:P/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N",
                        "version": "4.0"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/capstone-engine/capstone/security/advisories/GHSA-5m9f-vqcm-g5pr",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/capstone-engine/capstone/security/advisories/GHSA-5m9f-vqcm-g5pr"
                },
                {
                    "name": "https://github.com/capstone-engine/capstone/blob/251c5bb4bc9bb92973e738ae3c5f4ef86f103356/ChangeLog#L102",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/capstone-engine/capstone/blob/251c5bb4bc9bb92973e738ae3c5f4ef86f103356/ChangeLog#L102"
                }
            ],
            "affected": [
                {
                    "vendor": "capstone-engine",
                    "product": "capstone",
                    "versions": [
                        {
                            "version": "< 6.0.0-Alpha9",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2026-08-14T17:49:36.804Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "Capstone is a disassembly framework. Prior to version 6.0.0-Alpha9, Capstone's WebAssembly backend accepts attacker-controlled raw WASM instruction bytes through the public `cs_disasm()` and `cs_disasm_iter()` APIs. For a large but well-formed `br_table` instruction, the WASM decoder accumulates the immediate length in a wider local variable but returns it through a `uint16_t` instruction-size path. When the encoded instruction length is exactly 65,536 bytes, the size wraps to zero and `cs_disasm()` can repeatedly decode the same instruction without advancing. For larger lengths, `cs_disasm_iter()` advances into the middle of the `br_table` payload and decodes target bytes as subsequent instructions. This is an availability and parser-integrity issue. Version 6.0.0-Alpha9 patches the issue."
                }
            ],
            "source": {
                "advisory": "GHSA-5m9f-vqcm-g5pr",
                "discovery": "UNKNOWN"
            }
        }
    }
}