cve/2019/CVE-2019-12211.md
2024-05-26 14:27:05 +02:00

693 B

CVE-2019-12211

Description

When FreeImage 3.18.0 reads a tiff file, it will be handed to the Load function of the PluginTIFF.cpp file, but a memcpy occurs in which the destination address and the size of the copied data are not considered, resulting in a heap overflow.

POC

Reference

No PoCs from references.

Github