Out-of-bounds Read in Radareorg Radare2
CVE-2026-81879
radare2 is a UNIX-like reverse engineering framework and command-line toolset. Prior to 6.2.0, radare2's ELF PN_XNUM handling was vulnerable because the ELF parser allocated the program-header array using the resolved PN_XNUM count but several consumers still iterated with the original e_phnum value of 65535. The vulnerability is triggered by processing a crafted ELF file with e_phnum = 0xffff and a much smaller resolved count in shdr[0].sh_info. Consumers iterated beyond the allocated program-header array. This can cause a heap out-of-bounds read and process termination, resulting in denial of service; memory disclosure and code execution have not been demonstrated. This issue is fixed in version 6.2.0.
Vulnerability class: Buffer Overflow
Published .
CVSS v3 metric
CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H.
EPSS exploit prediction
No EPSS score from FIRST.org yet. New CVEs usually get one within a few days; no score means no signal yet, not low risk. How EPSS works.
Affected products
- Radareorg Radare2 — versions < 6.2.0
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-81879?
- CVE-2026-81879 is a medium-severity vulnerability in Radareorg Radare2, classified under Out-of-bounds Read. CVSS score: 5.5/10. Published 2026-09-22.
- How severe is CVE-2026-81879?
- Medium severity. CVSS v3 base score is 5.5 out of 10.