When decoding an OpenEXR file that uses DWAA or DWAB compression, the specified raw length of run-length-encoded data is not checked when using it to calculate the output data.
We read rle_raw_size from the input file at [0], we decompress and decode into the buffer td->rle_raw_data of size rle_raw_size at [1], and then at [2] we will access entries in this buffer up to (td->xsize - 1) * (td->ysize - 1) + rle_raw_size / 2, which may exceed rle_raw_size.
We recommend upgrading to version 8.0 or beyond.
{
"sources": [
{
"imported": "2026-07-17T22:18:54.885Z",
"published": "2025-10-06T08:15:34.770Z",
"id": "CVE-2025-59731",
"database_specific": {
"status": "Deferred"
},
"modified": "2026-06-17T09:46:36.573Z",
"url": "https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2025-59731",
"html_url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59731"
},
{
"imported": "2026-07-17T22:18:55.082Z",
"published": "2025-10-06T09:30:20Z",
"id": "GHSA-p7r5-qh99-qchm",
"modified": "2025-10-19T15:31:16Z",
"url": "https://api.github.com/advisories/GHSA-p7r5-qh99-qchm",
"html_url": "https://github.com/advisories/GHSA-p7r5-qh99-qchm"
},
{
"imported": "2026-07-17T22:18:55.601Z",
"id": "EUVD-2025-32181",
"published": "2025-10-06T08:09:23Z",
"modified": "2026-02-26T17:48:18Z",
"url": "https://euvdservices.enisa.europa.eu/api/enisaid?id=EUVD-2025-32181",
"html_url": "https://euvd.enisa.europa.eu/vulnerability/EUVD-2025-32181"
}
],
"license": "CC-BY-4.0"
}