Report

CVE-2022-38126: Memory leak in BFD DWARF abbreviation table handling

e0deed33-a717-489c-959a-82bc4f847a64

The BFD library's DWARF debug information parser leaks memory when processing malformed or complete DWARF data. The del_abbrev() function and the error path in read_abbrevs() fail to properly deallocate abbreviation table structures, causing heap memory leaks when processing DWARF sections.