CVE-2026-8695: radare2 6.1.5 Use-After-Free via gdbr_threads_list()
radare2 6.1.5 contains a use-after-free vulnerability in the gdbr_threads_list() function that allows remote attackers to trigger memory corruption by sending a valid qfThreadInfo response followed by a malformed qsThreadInfo response. Attackers can exploit this vulnerability through GDB remote debugging to cause a denial of service or potentially achieve code execution by manipulating thread list processing.
Security readout for executives and security teams
Plain-English summary
This flaw affects radare2 when it processes GDB remote debugging thread information. A malicious or compromised remote debugging endpoint could corrupt radare2 memory, likely crashing the tool and potentially enabling code execution. The source bundle does not show active exploitation.
Executive priority
Treat as high priority for teams using radare2 with remote debugging. Risk is concentrated but meaningful: a security analysis workstation could be crashed or possibly compromised by malicious debugging responses.
Technical view
CVE-2026-8695 is a CWE-416 use-after-free in radare2 6.1.5, in gdbr_threads_list(). It is triggered through malformed GDB remote thread-list handling and has CVSS 4.0 score 8.7. Reported impact is denial of service or possible code execution.
Likely exposure
Exposure is most likely in reverse engineering, malware analysis, embedded debugging, or CI workflows where radare2 connects to GDB remote targets. Ordinary systems are exposed only if radare2 is installed and used with remote debugging.
Exploitation context
The bundle states remote attackers can trigger memory corruption through GDB remote debugging. CISA KEV status is false, and no provided source claims active exploitation. Code execution is described as potential, not confirmed weaponized exploitation.
Researcher notes
The source bundle names radare2 6.1.5 and gdbr_threads_list(). It also lists a commit as both an affected version and a patch reference, so fixed-version evidence is ambiguous. Validate remediation against upstream radare2 guidance.
Mitigation direction
Identify radare2 6.1.5 deployments and remote-debugging use.
Check radare2 vendor guidance for a fixed release or supported patch.
Avoid connecting radare2 to untrusted GDB remote endpoints.
Restrict remote debugging access to trusted networks and systems.
Isolate reverse-engineering and debugging workstations where practical.
Validation and detection
Confirm installed radare2 versions across analyst and build environments.
Review whether workflows connect radare2 to remote GDB targets.
Check vendor issue and advisory links for fixed-version clarification.
Monitor for crashes during GDB remote thread-list processing.
Document compensating controls if immediate upgrade is unavailable.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-416: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-416 · source CWE mapping
Use After Free
Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.