---
id: CVE-2026-81882
title: radare2 is a UNIX-like reverse engineering framework and command-line toolset
summary: >-
  radare2 is a UNIX-like reverse engineering framework and command-line toolset.
  Prior to 6.2.0, radare2's binary property-list Unicode parser was vulnerable
  because the binary-property-list Unicode parser underallocated an
  uninitialized U…
severity: low
cvss: 3.3
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N'
cwe:
  - CWE-125
  - CWE-170
vendor: radare
product: radare2
affected:
  - radare2 < 6.2.0
patched:
  - radare2 6.2.0
published: '2026-09-22'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T16:43:26.343'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-81882'
references:
  - url: >-
      https://github.com/radareorg/radare2/commit/38d82a949626dba3783f40508bb66179e631fa45
    label: security-advisories@github.com
  - url: 'https://github.com/radareorg/radare2/issues/26227'
    label: security-advisories@github.com
  - url: 'https://github.com/radareorg/radare2/releases/tag/6.2.0'
    label: security-advisories@github.com
  - url: >-
      https://github.com/radareorg/radare2/security/advisories/GHSA-r5cr-f9p6-5pvj
    label: security-advisories@github.com
  - url: >-
      https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-81882.json
  - url: 'https://access.redhat.com/security/cve/CVE-2026-81882'
  - url: 'https://www.cve.org/CVERecord?id=CVE-2026-81882'
tags:
  - nvd
  - cve.org
  - csaf
  - vex
  - red-hat
epss: 0.00118
epssPercentile: 0.01515
scores:
  nvd: 3.3
  vendor: 3.9
ingestedAt: '2026-09-22T16:06:00.499Z'
---

## Overview

radare2 is a UNIX-like reverse engineering framework and command-line toolset. Prior to 6.2.0, radare2's binary property-list Unicode parser was vulnerable because the binary-property-list Unicode parser underallocated an uninitialized UTF-8 destination and did not guarantee NUL termination. The vulnerability is triggered by running the explicit pFB or pFBj commands on untrusted binary property-list data. The json encoder treated the converted data as a nul-terminated c string and could continue reading beyond the allocation. This can cause disclosure of uninitialized or adjacent heap contents in JSON output and possible process termination. This issue is fixed in version 6.2.0.

## Affected

- `radare2 < 6.2.0`

## Remediation

Upgrade past the affected range:

- `radare2 6.2.0`

## Vendor advisories

- **Red Hat VEX** · updated 2026-09-23 · [vex](https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-81882.json)
