mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-31 01:49:30 +02:00
20 lines
1.1 KiB
Markdown
20 lines
1.1 KiB
Markdown
### [CVE-2020-25663](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25663)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
A call to ConformPixelInfo() in the SetImageAlphaChannel() routine of /MagickCore/channel.c caused a subsequent heap-use-after-free or heap-buffer-overflow READ when GetPixelRed() or GetPixelBlue() was called. This could occur if an attacker is able to submit a malicious image file to be processed by ImageMagick and could lead to denial of service. It likely would not lead to anything further because the memory is used as pixel data and not e.g. a function pointer. This flaw affects ImageMagick versions prior to 7.0.9-0.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=1891601
|
|
- https://github.com/ImageMagick/ImageMagick/issues/1723
|
|
- https://github.com/ImageMagick/ImageMagick/issues/1723#issuecomment-718275153
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|