CVE-2026-47667
Published:July 21, 2026
Updated:August 04, 2026
CImg Library is a C++ library for image processing. Prior to version 4.0.0 in "_load_analyze()", the header_size field is read as an "unsigned int" from the first 4 bytes of an Analyze/NIfTI file and passed directly to "new unsigned char[header_size]" without being bounded against the actual file size. A value up to ~4 GB is accepted. If the subsequent "fread" returns "short" as it will for any malformed file), the function throws a "CImgIOException" and the allocated buffer is never freed. A 6-byte crafted file is sufficient to trigger an allocation of ~1.3 GB per call, with the full allocation leaked on every error path. The issue is reachable via "load_analyze()" and the generic "load()" when the file extension is .hdr, .img, or .nii. Version 4.0.0 fixes the issue.
Affected Packages
https://github.com/GreycLab/CImg.git (GITHUB):
Affected version(s) >=v.2.2.2 <v.4.0.0Fix Suggestion:
Update to version v.4.0.0Related Resources (5)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
EPSS
Base Score:
0.43