Description
radare2 is a UNIX-like reverse engineering framework and command-line toolset. Prior to 6.2.0, radare2's Windows 64-bit crash-dump dmp64 parser was vulnerable because the Windows dmp64 parser used an input-controlled physical-memory-run PageCount directly as the bound of a per-page allocation loop. The vulnerability is triggered by opening a small crafted full-memory Windows crash dump. The parser repeatedly allocated and appended page descriptors without validating the count against the dump size. This can cause denial of service through excessive memory consumption and processing time. 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
Action: Patch
AI Analysis

Impact

The vulnerability in radare2 concerns the Windows 64‑bit crash‑dump (dmp64) parser, where it uses an input‑controlled PageCount value directly to bound a per‑page memory allocation loop. Because the parser does not validate that PageCount does not exceed the actual size of the dump, a specially crafted full‑memory crash dump can force radare2 to repeatedly allocate and append page descriptors, rapidly exhausting system memory and causing a denial of service. This weakness is classified as CWE‑770 (Unchecked Memory Allocation). No arbitrary code execution or confidentiality breach results from the flaw; the practical consequence is service interruption due to excessive memory consumption.

Affected Systems

This issue affects the radareorg:radare2 product on Windows 64‑bit platforms for all versions earlier than 6.2.0. The vulnerability is specific to the dmp64 parser component used to read Windows crash dump files. Users who run older radare2 binaries and open or load such dump files are at risk.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity, and the EPSS score is unavailable, so the current evidence does not suggest a high likelihood of exploitation. The vulnerability is not listed in the CISA KEV catalog. Attackers would need to supply a crafted dump file to a local user or an application that automatically processes dumps, making the attack vector likely local or via a compromised user. Because the flaw results in memory exhaustion rather than code execution, the risk is limited to denial of service, but it can have significant impact in environments where radare2 is used for automated analysis or reverse engineering.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade radare2 to version 6.2.0 or later to eliminate the unchecked allocation loop.
  • If an upgrade is not possible, restrict access to the dmp64 parser so that only trusted users or services can load Windows crash dumps, or disable crash‑dump processing altogether.
  • Implement or enforce pre‑validation of dump files, ensuring that the PageCount value is bounded by the actual dump size before invoking the parser, to prevent excessive allocations.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


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 Windows 64-bit crash-dump dmp64 parser was vulnerable because the Windows dmp64 parser used an input-controlled physical-memory-run PageCount directly as the bound of a per-page allocation loop. The vulnerability is triggered by opening a small crafted full-memory Windows crash dump. The parser repeatedly allocated and appended page descriptors without validating the count against the dump size. This can cause denial of service through excessive memory consumption and processing time. This issue is fixed in version 6.2.0.
Title radare2: Uncontrolled memory allocation in radare2 dmp64 parser
Weaknesses CWE-770
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-22T17:44:33.102Z

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

Link: CVE-2026-81886

cve-icon Vulnrichment

Updated: 2026-09-22T17:33:06.057Z

cve-icon NVD

Status : Received

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

Modified: 2026-09-22T18:17:20.767

Link: CVE-2026-81886

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T17:45:17Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling