An issue was discovered in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.32. It is an integer overflow leading to a SEGV in _bfd_dwarf2_find_nearest_line in dwarf2.c, as demonstrated by nm.
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.
Link | Tags |
---|---|
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git%3Bh=336bfbeb1848f4b9558456fdcf283ee8a32d7fd1 | |
https://sourceware.org/bugzilla/show_bug.cgi?id=25070 | issue tracking exploit third party advisory |
https://security.netapp.com/advisory/ntap-20191024-0002/ | third party advisory |
https://usn.ubuntu.com/4336-1/ | third party advisory vendor advisory |
https://security.gentoo.org/glsa/202007-39 | third party advisory vendor advisory |
http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00078.html | mailing list third party advisory vendor advisory |
http://lists.opensuse.org/opensuse-security-announce/2020-11/msg00004.html | mailing list third party advisory vendor advisory |