Description
radare2 is a UNIX-like reverse engineering framework and command-line toolset. Prior to 6.2.0, radare2's Apple Preferred Executable Format loader was vulnerable because the PEF loader accepted relocSecCount values that were not bounded by the number of sections or complete relocation records in the input. The vulnerability is triggered by normal binary-format auto-detection of a small crafted Apple PEF file. The loader could perform up to 268,435,456 relocation-section iterations and repeated buffer operations after record offsets passed the end of the file. This can cause denial of service through excessive CPU consumption and prolonged processing. This issue is fixed in version 6.2.0.
Published: 2026-09-22
Score: 5.5 Medium
EPSS: n/a
KEV: No
Impact: Denial of Service via excessive resource consumption
Action: Patch Now
AI Analysis

Impact

radare2's Apple Preferred Executable Format loader can accept a malformed relocSecCount value that is not constrained by the number of sections or relocation records in the input. When a crafted PEF file is auto‑detected by radare2, the loader may iterate up to 268,435,456 relocation‑section cycles and repeatedly perform buffer operations beyond the end of the file. This uncontrolled processing leads to excessive CPU consumption and can keep radare2 busy for extended periods, effectively denying service to legitimate workloads. The vulnerability is rooted in CWE‑400 and CWE‑834 weaknesses related to input validation and resource handling.

Affected Systems

All installations of radare2 older than version 6.2.0 are affected. The vulnerability exists in the radare2 framework and command‑line toolset distributed by radareorg. Systems that use radare2 for parsing Apple PEF files, especially when processing binaries from untrusted or externally supplied sources, are within the scope. Version 6.2.0 and later incorporate a fix that bounds the relocation processing loop.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity. Because the exploit does not require elevated privileges and only needs a crafted PEF file that the loader will automatically detect, the likelihood of exploitation is high in environments where radare2 is exposed to untrusted binaries. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog, but the absence of these metrics does not mitigate the risk. Attackers can trigger the denial of service from a remote interface that accepts binary files, such as a file upload endpoint that uses radare2 under the hood. Without timely patching, affected systems could experience prolonged CPU usage and degraded performance.

Generated by OpenCVE AI on September 22, 2026 at 17:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade radare2 to version 6.2.0 or later, which limits relocation processing and removes the accept of unbounded relocSecCount values.
  • In environments where upgrading is delayed, configure radare2 to reject unknown executable formats or validate file sizes before invoking the PEF loader.
  • Audit all automated or user‑supplied binary processing pipelines that rely on radare2 to ensure they do not accept malicious or malformed PEF inputs.

Generated by OpenCVE AI on September 22, 2026 at 17:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 17:15:00 +0000

Type Values Removed Values Added
First Time appeared Radareorg
Radareorg radare2
Vendors & Products Radareorg
Radareorg radare2

Tue, 22 Sep 2026 15:15:00 +0000

Type Values Removed Values Added
Description radare2 is a UNIX-like reverse engineering framework and command-line toolset. Prior to 6.2.0, radare2's Apple Preferred Executable Format loader was vulnerable because the PEF loader accepted relocSecCount values that were not bounded by the number of sections or complete relocation records in the input. The vulnerability is triggered by normal binary-format auto-detection of a small crafted Apple PEF file. The loader could perform up to 268,435,456 relocation-section iterations and repeated buffer operations after record offsets passed the end of the file. This can cause denial of service through excessive CPU consumption and prolonged processing. This issue is fixed in version 6.2.0.
Title radare2: Uncontrolled resource consumption in radare2 PEF loader
Weaknesses CWE-400
CWE-834
References
Metrics cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H'}


Subscriptions

Radareorg Radare2
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-22T15:09:48.887Z

Reserved: 2026-08-27T17:48:42.122Z

Link: CVE-2026-81880

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-22T16:18:02.763

Modified: 2026-09-22T16:18:02.763

Link: CVE-2026-81880

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T17:15:15Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption

  • CWE-834

    Excessive Iteration