Buffer Overflow vulnerability in radarorg radare2 v.5.8.8 allows an attacker to execute arbitrary code via the parse_die function.
The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.
Link | Tags |
---|---|
https://github.com/radareorg/radare2/commit/72bf3a486fa851797aa21887a40ba0e3d3a6d620 | patch |
https://github.com/radareorg/radare2/pull/22561 | issue tracking |
https://gist.github.com/Crispy-fried-chicken/83f0f5e8a475284d64bf99fb342e9027 | third party advisory |