WriteUHDRImage in coders/uhdr.c uses int arithmetic to compute the pixel buffer size. When image dimensions are large, the multiplication overflows 32-bit int, causing an undersized heap allocation followed by an out-of-bounds write. This can crash the process or potentially lead to an out of bounds heap write.
==1575126==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x7fc382ef3820 at pc 0x5560d31f229f bp 0x7ffe865f9530 sp 0x7ffe865f9520
WRITE of size 8 at 0x7fc382ef3820 thread T0
#0 0x5560d31f229e in WriteUHDRImage coders/uhdr.c:807
{
"sources": [
{
"url": "https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2026-25794",
"database_specific": {
"status": "Modified"
},
"html_url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25794",
"published": "2026-02-24T01:16:13.970Z",
"id": "CVE-2026-25794",
"modified": "2026-07-15T02:18:56.947Z",
"imported": "2026-07-30T14:08:44.882Z"
},
{
"url": "https://api.github.com/advisories/GHSA-vhqj-f5cj-9x8h",
"html_url": "https://github.com/advisories/GHSA-vhqj-f5cj-9x8h",
"published": "2026-02-24T15:31:57Z",
"id": "GHSA-vhqj-f5cj-9x8h",
"modified": "2026-04-08T16:26:24Z",
"imported": "2026-07-30T14:10:02.570Z"
},
{
"imported": "2026-07-30T14:08:51.295Z",
"html_url": "https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-7448",
"published": "2026-02-24T00:53:23Z",
"url": "https://euvdservices.enisa.europa.eu/api/enisaid?id=EUVD-2026-7448",
"modified": "2026-07-15T01:15:58Z",
"id": "EUVD-2026-7448"
}
],
"license": "CC-BY-4.0"
}