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

|
|

|
|

|
|
|
|
### Description
|
|
|
|
An issue was discovered in icoutils 0.31.1. A buffer overflow was observed in the "decode_ne_resource_id" function in the "restable.c" source file. This is happening because the "len" parameter for memcpy is not checked for size and thus becomes a negative integer in the process, resulting in a failed memcpy. This affects wrestool.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/vulsio/goval-dictionary
|
|
|