PatchSiren cyber security CVE debrief
CVE-2026-81882 radareorg CVE debrief
CVE-2026-81882 is a vulnerability in radare2, a UNIX-like reverse engineering framework and command-line toolset. The vulnerability is due to a binary property-list Unicode parser underallocating an uninitialized UTF-8 destination and not guaranteeing NUL termination. This can cause disclosure of uninitialized or adjacent heap contents in JSON output and possible process termination. The issue is fixed in version 6.2.0.
- Vendor
- radareorg
- Product
- radare2
- CVSS
- LOW 3.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-22
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-22
- Advisory updated
- 2026-09-25
Who should care
Defenders responsible for radare2 installations, especially in environments where radare2 is used to process untrusted binary property-list data, should assess exposure and prioritize patching to version 6.2.0 or later.
Why it matters
Defenders should care about CVE-2026-81882 because it can lead to data disclosure and process termination in radare2 installations. The vulnerability requires verification of radare2 versions and application of the patch to prevent potential impacts.
- Potential disclosure of uninitialized or adjacent heap contents in JSON output
- Possible process termination due to reading beyond allocated memory
Technical summary
The radare2 binary property-list Unicode parser vulnerability occurs because the parser underallocates an uninitialized UTF-8 destination and does not guarantee NUL termination. This can cause disclosure of uninitialized or adjacent heap contents in JSON output and possible process 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. Defenders should prioritize verifying and applying the patch to radare2 versions prior to 6.2.0, especially in environments where radare2 is used to process untrusted binary property-
Defensive priority
Defenders should prioritize verifying and applying the patch to radare2 versions prior to 6.2.0, especially in environments where radare2 is used to process untrusted binary property-list data.
Recommended defensive actions
- Verify radare2 version and apply patch to versions prior to 6.2.0
- Restrict use of radare2 to trusted binary property-list data
- Monitor for potential process termination and data disclosure
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
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.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-81882 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-81882
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-81882 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-81882
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/radareorg/radare2/commit/38d82a949626dba3783f40508bb66179e631fa45
[email protected] - Patch
-
Source reference
Unverified legacy reference
URL: https://github.com/radareorg/radare2/issues/26227
[email protected] - Exploit, Issue Tracking, Mitigation, Vendor Advisory
-
Source reference
Unverified legacy reference
URL: https://github.com/radareorg/radare2/releases/tag/6.2.0
[email protected] - Release Notes
-
Source reference
Unverified legacy reference
URL: https://github.com/radareorg/radare2/security/advisories/GHSA-r5cr-f9p6-5pvj
[email protected] - Patch, Vendor Advisory
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.