Use After Free
CVE-2023-5341
Summary
A heap Use-After-Free flaw was found in "coders/bmp.c" in ImageMagick. This vulnerability affects ImageMagick6 versions through 6.9.12-96, and ImageMagick7 versions through 7.1.1-18.
- LOW
- LOCAL
- NONE
- UNCHANGED
- NONE
- LOW
- NONE
- HIGH
CWE-416 - Use After Free
Use-after-free (UaF) vulnerability occurs when the application is using a pointer to memory that has been freed. Any attempt to read/write to a buffer after it is de-allocated allows memory corruption, sensitive information exposure, and can potentially lead to arbitrary code execution.
Advisory Timeline
- Published