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

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Because of an integer overflow in sam2p 0.49.3, a loop executes 0xffffffff times, ending with an invalid read of size 1 in the Image::Indexed::sortPal function in image.cpp. However, this also causes memory corruption because of an attempted write to the invalid d[0xfffffffe] array element.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/pts/sam2p/issues/14
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|