5.5
CVSSv3

CVE-2022-1325

Published: 31/08/2022 Updated: 07/09/2022
CVSS v3 Base Score: 5.5 | Impact Score: 3.6 | Exploitability Score: 1.8
VMScore: 0

Vulnerability Summary

A flaw was found in Clmg, where with the help of a maliciously crafted pandore or bmp file with modified dx and dy header field values it is possible to trick the application into allocating huge buffer sizes like 64 Gigabyte upon reading the file from disk or from a virtual buffer.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

cimg cimg

Vendor Advisories

Debian Bug report logs - #1018941 cimg: CVE-2022-1325 - memory exhaustion from a malicious pandore or bmp file Package: src:cimg; Maintainer for src:cimg is Debian Science Maintainers <debian-science-maintainers@listsaliothdebianorg>; Reported by: Neil Williams <codehelp@debianorg> Date: Fri, 2 Sep 2022 08:45:02 ...

Github Repositories

Fuzzing the CImg library

Fuzzing CImg This project aims to fuzz the CImg library It consits of a worker binary, written in c++, that does the heavy sample processing and an overwatcher, written in python, that reports progress to the tui and saves crashes to disk The two components communicate via shared memory Scaling up via multiple worker processes is supported Im writing this project in my