mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 15:15:46 +02:00
20 lines
807 B
Markdown
20 lines
807 B
Markdown
### [CVE-2017-6966](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-6966)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
readelf in GNU Binutils 2.28 has a use-after-free (specifically read-after-free) error while processing multiple, relocated sections in an MSP430 binary. This is caused by mishandling of an invalid symbol index, and mishandling of state across invocations.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/SZU-SE/UAF-Fuzzer-TestSuite
|
|
- https://github.com/fokypoky/places-list
|
|
- https://github.com/wcventure/UAF-Fuzzer-TestSuite
|
|
|