Description
A security flaw has been discovered in radareorg radare2 up to 6.1.6. This impacts the function r_str_word_get0set of the file libr/util/str.c. The manipulation results in integer overflow. The attack must be initiated from a local position. The exploit has been released to the public and may be used for attacks. The patch is identified as 11ac224c0eb8d57830fccc99e1c1cd8e5d958813. It is best practice to apply a patch to resolve this issue.
Published: 2026-07-06
Score: 4.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

radare.org radare2 contains an integer overflow bug in the r_str_word_get0set function located in libr/util/str.c. The flaw is triggered by crafted string inputs that cause a signed or unsigned overrun (CWE‑189, CWE‑190). When the overflow occurs, the program may corrupt its stack or heap memory, leading to unpredictable behavior, crashes, or the potential for attacker‑controlled data to influence subsequent operations.

Affected Systems

All radare.org radare2 releases up to and including version 6.1.6 are affected. The vulnerability resides in the string manipulation library and is caused by the r_str_word_get0set routine.

Risk and Exploitability

The CVSS score of 4.8 indicates moderate severity. The EPSS score of <1% suggests a low probability of exploitation in the wild, and the flaw is not listed in CISA’s KEV catalog. Because the attack is local, an adversary must have the ability to supply input to the vulnerable function—typically by running radare2 or a script that invokes it. Successful exploitation could lead to memory corruption or a denial‑of‑service condition within the affected process.

Generated by OpenCVE AI on August 1, 2026 at 19:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the patch from commit 11ac224c0eb8d57830fccc99e1c1cd8e5d958813 or upgrade to a radare2 release that incorporates the fix.
  • Sanitize or validate all user‑supplied strings before passing them to r_str_word_get0set to prevent overflow conditions.
  • Monitor radare2 executions for abnormal crashes or memory access violations that may indicate an attempted overflow exploitation.

Generated by OpenCVE AI on August 1, 2026 at 19:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 07 Jul 2026 03:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 06 Jul 2026 01:15:00 +0000

Type Values Removed Values Added
Description A security flaw has been discovered in radareorg radare2 up to 6.1.6. This impacts the function r_str_word_get0set of the file libr/util/str.c. The manipulation results in integer overflow. The attack must be initiated from a local position. The exploit has been released to the public and may be used for attacks. The patch is identified as 11ac224c0eb8d57830fccc99e1c1cd8e5d958813. It is best practice to apply a patch to resolve this issue.
Title radareorg radare2 str.c r_str_word_get0set integer overflow
First Time appeared Radareorg
Radareorg radare2
Weaknesses CWE-189
CWE-190
CPEs cpe:2.3:a:radareorg:radare2:*:*:*:*:*:*:*:*
Vendors & Products Radareorg
Radareorg radare2
References
Metrics cvssV2_0

{'score': 1.7, 'vector': 'AV:L/AC:L/Au:S/C:N/I:N/A:P/E:POC/RL:OF/RC:C'}

cvssV3_0

{'score': 3.3, 'vector': 'CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C'}

cvssV3_1

{'score': 3.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C'}

cvssV4_0

{'score': 4.8, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-07T02:55:39.743Z

Reserved: 2026-07-05T16:03:14.292Z

Link: CVE-2026-14786

cve-icon Vulnrichment

Updated: 2026-07-07T02:55:35.757Z

cve-icon NVD

Status : Analyzed

Published: 2026-07-06T01:16:54.913

Modified: 2026-07-07T04:17:45.510

Link: CVE-2026-14786

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T19:15:04Z

Weaknesses