Stack BufferOverflow in readelf.c

2023-04-27 Thread 2ourc3 1er
Dears, I am writing to bring to your attention a potential issue in the function *dump_relocations *in the software* readelf.c.* The function includes a declaration of a fixed-sized buffer, *char name_buf[40];*, which is used later in the function with the *sprintf* function:* sprintf* (*name_buf

Buffer overflow in objdump

2024-11-07 Thread 2ourc3 1er
Hi, I'd like to report a buffer-overflow in objdump, is this the right place for it? Thanks, 2ourc3