mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-14 11:02:11 +02:00
19 lines
774 B
Markdown
19 lines
774 B
Markdown
### [CVE-2018-12698](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12698)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
demangle_template in cplus-dem.c in GNU libiberty, as distributed in GNU Binutils 2.30, allows attackers to trigger excessive memory consumption (aka OOM) during the "Create an array for saving the template argument values" XNEWVEC call. This can occur during execution of objdump.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/RUB-SysSec/redqueen
|
|
- https://github.com/fokypoky/places-list
|
|
|