ID CVE-2018-6323
Summary The elf_object_p function in elfcode.h in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29.1, has an unsigned integer overflow because bfd_size_type multiplication is not used. A crafted ELF file allows remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact.
References
Vulnerable Configurations
  • cpe:2.3:a:gnu:binutils:2.29.1:*:*:*:*:*:*:*
    cpe:2.3:a:gnu:binutils:2.29.1:*:*:*:*:*:*:*
CVSS
Base: 6.8 (as of 31-10-2019 - 01:15)
Impact:
Exploitability:
CWE CWE-190
CAPEC
  • Forced Integer Overflow
    This attack forces an integer variable to go out of range. The integer variable is often used as an offset such as size of memory allocation or similarly. The attacker would typically control the value of such variable and try to get it out of range. For instance the integer in question is incremented past the maximum possible value, it may wrap to become a very small, or negative number, therefore providing a very incorrect value which can lead to unexpected behavior. At worst the attacker can execute arbitrary code.
Access
VectorComplexityAuthentication
NETWORK MEDIUM NONE
Impact
ConfidentialityIntegrityAvailability
PARTIAL PARTIAL PARTIAL
cvss-vector via4 AV:N/AC:M/Au:N/C:P/I:P/A:P
refmap via4
bid 102821
confirm https://sourceware.org/bugzilla/show_bug.cgi?id=22746
exploit-db 44035
suse
  • openSUSE-SU-2019:2415
  • openSUSE-SU-2019:2432
Last major update 31-10-2019 - 01:15
Published 26-01-2018 - 08:29
Last modified 31-10-2019 - 01:15
Back to Top