A double free issue was discovered in radare2 in cmd_info.c:cmd_info(). Successful exploitation could lead to modification of unexpected memory locations and potentially causing a crash.
The product calls free() twice on the same memory address.
Link | Tags |
---|---|
https://github.com/radareorg/radare2/issues/16303 | patch exploit third party advisory issue tracking |
https://github.com/radareorg/radare2/commit/cb8b683758edddae2d2f62e8e63a738c39f92683 | third party advisory patch |