The Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, has an invalid read (of size 8) because the code to emit relocs (bfd_elf_final_link function in bfd/elflink.c) does not check the format of the input file before trying to read the ELF reloc section header. The vulnerability leads to a GNU linker (ld) program crash.
The product reads data past the end, or before the beginning, of the intended buffer.
Link | Tags |
---|---|
https://sourceware.org/bugzilla/show_bug.cgi?id=20908 | issue tracking patch |
http://www.securityfocus.com/bid/97217 | vdb entry third party advisory |