### [CVE-2018-13033](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-13033) ![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen) ### Description The Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, allows remote attackers to cause a denial of service (excessive memory allocation and application crash) via a crafted ELF file, as demonstrated by _bfd_elf_parse_attributes in elf-attrs.c and bfd_malloc in libbfd.c. This can occur during execution of nm. ### POC #### Reference - https://sourceware.org/bugzilla/show_bug.cgi?id=23361 - https://sourceware.org/bugzilla/show_bug.cgi?id=23361 #### Github No PoCs found on GitHub currently.