๐Ÿ” CVE Alert

CVE-2026-49263

UNKNOWN 0.0

Capstone WASM `br_table` instruction-size truncation can cause no-progress disassembly and parser desynchronization

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-197
Vendor capstone-engine
Product capstone
Published Aug 14, 2026
Stay Ahead of the Next One

Get instant alerts for capstone-engine capstone

Be the first to know when new unknown vulnerabilities affecting capstone-engine capstone are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

capstone-engine / capstone
< 6.0.0-Alpha9

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/capstone-engine/capstone/security/advisories/GHSA-5m9f-vqcm-g5pr github.com: https://github.com/capstone-engine/capstone/blob/251c5bb4bc9bb92973e738ae3c5f4ef86f103356/ChangeLog#L102