A vulnerability was found in gcc. Specifically, it revolves around demangling while analysing the untrusted binaries. A particularly malicious attacker could craft an executable that executes when *analysed* by objdump, nm or gdb, or any other libbfd / libiberty - based forensics tool (if the demangling option is switched on). External references: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69687 References: http://seclists.org/oss-sec/2016/q2/238 Upstream fix: https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=234829 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2226