In radare2 prior to 3.1.1, core_anal_bytes in libr/core/cmd_anal.c allows attackers to cause a denial-of-service (application crash caused by out-of-bounds read) by crafting a binary file.
The product reads data past the end, or before the beginning, of the intended buffer.
Link | Tags |
---|---|
https://github.com/radare/radare2/commit/a1bc65c3db593530775823d6d7506a457ed95267 | third party advisory patch |
https://github.com/radare/radare2/issues/12375 | third party advisory exploit |