CVE-2026-47143 MEDIUM

CVE-2026-47143: Capstone has a NULL Pointer Dereference with 3DNow! opcodes

Vendor Capstone-Engine
Product capstone
Weakness CWE-476
Published July 21, 2026
Last update July 22, 2026

CVSS base score

5.1/10
Attack vector Local
Attack complexity High
Privileges required None
User interaction None
Confidentiality None
Integrity None

CVSS vector

CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H

What the vulnerability does

01Description

Capstone is a disassembly framework. Versions prior to 6.0.0-Alpha8 and 5.0.8 have a NULL pointer dereference in `modRMRequired()` and `decode()` when disassembling 3DNow! opcodes (`0F 0F`) in builds compiled with `-DCAPSTONE_X86_REDUCE`, allowing a remote attacker to crash any application using the reduced X86 Capstone library by supplying a crafted input containing the 4-byte sequence `0F 0F <modrm> <imm8>`. Versions 6.0.0-Alpha8 and 5.0.8 patch the issue.

Key dates

02Disclosure timeline

July 21, 2026 CVE published
July 22, 2026 Record updated