Use-after-free vulnerability in dwarfdump in libdwarf 20130126 through 20140805 might allow remote attackers to cause a denial of service (program crash) via a crafted ELF file.
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Link | Tags |
---|---|
http://www.openwall.com/lists/oss-security/2015/01/03/14 | third party advisory mailing list |
http://www.openwall.com/lists/oss-security/2014/12/31/3 | third party advisory mailing list |
https://bugzilla.redhat.com/show_bug.cgi?id=1178725 | issue tracking third party advisory |
http://www.securityfocus.com/bid/71839 | vdb entry third party advisory |