Bugzilla – Bug 1221064
VUL-0: CVE-2024-2002: libdwarf: libdwarf: crashes randomly on fuzzed object
Last modified: 2024-03-06 13:44:26 UTC
In a multiply-corrupted DWARF object libdwarf may try to dealloc(free) an allocation twice. Results are unpredictable and various. This has been a possibility since we added code to prevent leaks when generating 'unattached' Dwarf_Error records (where there is no Dwarf_Debug available at the point of error). The problem was introduced in libdwarf-0.1.0 in 2021. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-2002 https://bugzilla.redhat.com/show_bug.cgi?id=2267700
We are still on an old code package pre 2021. The source file dates back to 2016.11.24 and therefore the issue is not present. Closing bug as invalid.