cve/2018/CVE-2018-20002.md

20 lines
846 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2018-20002](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20002)
![](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 _bfd_generic_read_minisymbols function in syms.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.31, has a memory leak via a crafted ELF file, leading to a denial of service (memory consumption), as demonstrated by nm.
### POC
#### Reference
- https://sourceware.org/bugzilla/show_bug.cgi?id=23952
#### Github
- https://github.com/fokypoky/places-list
- https://github.com/fuzz-evaluator/MemLock-Fuzz-eval
- https://github.com/wcventure/MemLock-Fuzz