CVE-2026-8695
7.5radareorg · radare2
A Use After Free vulnerability in the gdbr thread list functionality of radare2 version 6.1.5 may lead to application instability and denial of service.
Executive summary
A Use After Free vulnerability in the radare2 gdbr thread list processing allows for potential denial of service through memory corruption.
Vulnerability
This is a Use After Free vulnerability (CWE-416) within the gdbr thread list processing logic. An unauthenticated attacker can trigger this condition by providing malicious input, causing the application to crash.
Business impact
Exploitation of this flaw causes an application crash, which can impede security research and binary analysis operations. If radare2 is used as part of an automated pipeline, this vulnerability could be leveraged to cause a denial of service in the analysis workflow. The CVSS score of 7.5 indicates a high risk to availability.
Remediation
Immediate Action: Update the radare2 installation to incorporate the fix found in commit c213ad6894a1eb9086ac8bf5fae35757e9e1683c.
Proactive Monitoring: Review application error logs for memory-related crashes or segmentation faults occurring during debugging sessions.
Compensating Controls: Ensure that debugging sessions are performed in secure, restricted environments to mitigate the impact of potential crashes.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Organizations utilizing radare2 should prioritize applying the provided upstream fix to mitigate the risk of denial-of-service attacks. The presence of a proof-of-concept warrants an urgent response to maintain the integrity and availability of security analysis infrastructure.