apply_relocations in readelf.c in GNU Binutils 2.32 contains an integer overflow that allows attackers to trigger a write access violation (in byte_put_little_endian function in elfcomm.c) via an ELF file, as demonstrated by readelf.
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/bugzilla/show_bug.cgi?id=24829 | issue tracking patch exploit third party advisory |
https://security.netapp.com/advisory/ntap-20190822-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 |