(In reply to Andrej Nemec from comment #0)
> A vulnerability was found in elfutils. A maliciously crafted ELF file could
> cause the application to crash.
Note that the real bug wasn't a crash (unless the application made malloc abort when an allocation failed) but a possibly very large allocation failure. The fix was to limit the maximum amount of memory the library would allocated to the file size that was being read.