5
CVSSv2

CVE-2016-5044

Published: 17/02/2017 Updated: 01/03/2022
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
CVSS v3 Base Score: 7.5 | Impact Score: 3.6 | Exploitability Score: 3.9
VMScore: 445
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:P

Vulnerability Summary

The WRITE_UNALIGNED function in dwarf_elf_access.c in libdwarf prior to 20160923 allows remote malicious users to cause a denial of service (out-of-bounds write and crash) via a crafted DWARF section.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

libdwarf project libdwarf

Vendor Advisories

The WRITE_UNALIGNED function in dwarf_elf_accessc in libdwarf before 20160923 allows remote attackers to cause a denial of service (out-of-bounds write and crash) via a crafted DWARF section ...
A vulnerability was found in libdwarf in dwarf_elf_accessc:1071 A crafted ELF file may lead to a large offset value, which bigger than the size of target_section heap chunk, then this WRITE_UNALIGNED() function will write the value of &outval out of the heap chunk The offset is a 64bit unsigned int value, so this is more than a heap overflow ...