Writeup Exploits
60,488 exploits tracked across all sources.
radare2 5.8.0-5.9.4 - Denial of Service via __bf_div Function
An issue in radare2 v5.8.0 through v5.9.4 allows a local attacker to cause a denial of service via the __bf_div function.
CVSS 5.5
radare2 5.8.0-5.9.4 - Denial of Service via __bf_div Function
An issue in radare2 v5.8.0 through v5.9.4 allows a local attacker to cause a denial of service via the __bf_div function.
CVSS 5.5
radare2 5.8.8 - Buffer Overflow via Name, Type, or Group Fields
Buffer Overflow vulnerability in radarorg radare2 v.5.8.8 allows an attacker to execute arbitrary code via the name, type, or group fields.
CVSS 9.8
radare2 5.8.8 - Buffer Overflow via Name, Type, or Group Fields
Buffer Overflow vulnerability in radarorg radare2 v.5.8.8 allows an attacker to execute arbitrary code via the name, type, or group fields.
CVSS 9.8
radare2 5.8.8 - Buffer Overflow via Name, Type, or Group Fields
Buffer Overflow vulnerability in radarorg radare2 v.5.8.8 allows an attacker to execute arbitrary code via the name, type, or group fields.
CVSS 9.8
radare2 5.8.8 - Buffer Overflow via Name, Type, or Group Fields
Buffer Overflow vulnerability in radarorg radare2 v.5.8.8 allows an attacker to execute arbitrary code via the name, type, or group fields.
CVSS 9.8
radare2 5.8.8 - Buffer Overflow via Name, Type, or Group Fields
Buffer Overflow vulnerability in radarorg radare2 v.5.8.8 allows an attacker to execute arbitrary code via the name, type, or group fields.
CVSS 9.8
radare2 5.8.8 - Buffer Overflow in parse_die Function
Buffer Overflow vulnerability in radarorg radare2 v.5.8.8 allows an attacker to execute arbitrary code via the parse_die function.
CVSS 7.8
radare2 < 5.9.0 - Out-of-bounds Write in r_bin_object_set_items
radare2 5.8.9 has an out-of-bounds read in r_bin_object_set_items in libr/bin/bobj.c, causing a crash in r_read_le32 in libr/include/r_endian.h.
CVSS 7.5
radare2 < 5.9.0 - Out-of-bounds Read in print_insn32 Function
An out-of-bounds read in radare2 v.5.8.9 and before exists in the print_insn32 function of libr/arch/p/nds32/nds32-dis.h.
CVSS 9.8
radare2 < 5.9.0 - Out-of-bounds Read in nds32-dis.h print_insn32_fpu Function
An out-of-bounds read in radare2 v.5.8.9 and before exists in the print_insn32_fpu function of libr/arch/p/nds32/nds32-dis.h.
CVSS 9.8
radare2 5.8.3 - Denial of Service via wasm_dis Component
radare2 v5.8.3 was discovered to contain a segmentation fault via the component wasm_dis at p/wasm/wasm.c.
CVSS 5.5
radare2 5.7.2 - Denial of Service via Crafted Binary File in r_bin_file_xtr_load_buffer
Radare2 v5.7.2 was discovered to contain a NULL pointer dereference via the function r_bin_file_xtr_load_buffer at bin/bfile.c. This vulnerability allows attackers to cause a Denial of Service (DOS) via a crafted binary file.
CVSS 5.5
radare2 5.7.0 - Denial of Service via Heap Buffer Overflow in consume_encoded_name_new
Radare2 v5.7.0 was discovered to contain a heap buffer overflow via the function consume_encoded_name_new at format/wasm/wasm.c. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted binary file.
CVSS 5.5
radare2 5.5.2 - Buffer Overflow in mach-o Parser
radareorg radare2 5.5.2 is vulnerable to Buffer Overflow via /libr/core/anal_objc.c mach-o parser.
CVSS 5.5
radare2 < 5.5.4 - NULL Pointer Dereference in Binary Symbol Parser
radareorg radare2 version 5.5.2 is vulnerable to NULL Pointer Dereference via libr/bin/p/bin_symbols.c binary symbol parser.
CVSS 5.5
radare2 < 5.5.0 - Uncontrolled Resource Consumption via ELF64 MIPS Section Mapping
A vulnerability was found in Radare2 in versions prior to 5.6.2, 5.6.0, 5.5.4 and 5.5.2. Mapping a huge section filled with zeros of an ELF64 binary for MIPS architecture can lead to uncontrolled resource consumption and DoS.
CVSS 7.5
radare2 < 5.3.0 - Double Free in pyc Parser
In radare2 through 5.3.0 there is a double free vulnerability in the pyc parse via a crafted file which can lead to DoS.
CVSS 5.5
radare2 < 5.3.0 - Double Free in pyc Parser
In radare2 through 5.3.0 there is a double free vulnerability in the pyc parse via a crafted file which can lead to DoS.
CVSS 5.5
radare2 < 5.3.0 - Double Free in pyc Parser
In radare2 through 5.3.0 there is a double free vulnerability in the pyc parse via a crafted file which can lead to DoS.
CVSS 5.5
radare2 < 5.3.0 - Double Free in pyc Parser
In radare2 through 5.3.0 there is a double free vulnerability in the pyc parse via a crafted file which can lead to DoS.
CVSS 5.5
radare2 - Use-After-Free in pyc Parser get_none_object Function
Radare2 has a use-after-free vulnerability in pyc parser's get_none_object function. Attacker can read freed memory afterwards. This will allow attackers to cause denial of service.
CVSS 10.0
radare2 - Denial of Service via Mach-O Parser Rebase Buffer Division By Zero
Radare2 has a division by zero vulnerability in Mach-O parser's rebase_buffer function. This allow attackers to create malicious inputs that can cause denial of service.
CVSS 10.0
radare2 < 4.4.0 - Denial of Service via adf Command Null Pointer Dereference
A segmentation fault was discovered in radare2 with adf command. In libr/core/cmd_anal.c, when command "adf" has no or wrong argument, anal_fcn_data (core, input + 1) --> RAnalFunction *fcn = r_anal_get_fcn_in (core->anal, core->offset, -1); returns null pointer for fcn causing segmentation fault later in ensure_fcn_range (fcn).
CVSS 7.5
radare2 < 4.4.0 - Denial of Service via adf Command Null Pointer Dereference
A segmentation fault was discovered in radare2 with adf command. In libr/core/cmd_anal.c, when command "adf" has no or wrong argument, anal_fcn_data (core, input + 1) --> RAnalFunction *fcn = r_anal_get_fcn_in (core->anal, core->offset, -1); returns null pointer for fcn causing segmentation fault later in ensure_fcn_range (fcn).
CVSS 7.5
By Source