{"id":"JLSEC-2026-646","summary":"When decoding an OpenEXR file that uses DWAA or DWAB compression, there's an implicit assumption...","details":"When decoding an OpenEXR file that uses DWAA or DWAB compression, there's an implicit assumption that all image channels have the same pixel type (and size), and that if there are four channels, the first four are \"B\", \"G\", \"R\" and \"A\". The channel parsing code can be found in `decode_header`. The buffer `td-\u003euncompressed_data` is allocated in `decode_block` based on the xsize, ysize and computed `current_channel_offset`.\n\nThe function `dwa_uncompress` then assumes at [5] that if there are 4 channels, these are \"B\", \"G\", \"R\" and \"A\", and in the calculations at [6] and [7] that all channels are of the same type, which matches the type of the main color channels.\n\nIf we set the main color channels to a 4-byte type and add duplicate or unknown channels of the 2-byte `EXR_HALF` type, then the addition at [7] will increment the pointer by `4-bytes * xsize * nb_channels`, which will exceed the allocated buffer.\n\nWe recommend upgrading to version 8.0 or beyond.","modified":"2026-07-25T18:25:20.480376186Z","published":"2026-06-26T20:24:16.337Z","upstream":["CVE-2025-59733","GHSA-hpfq-c235-5854","EUVD-2025-32183"],"database_specific":{"license":"CC-BY-4.0","sources":[{"url":"https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2025-59733","html_url":"https://nvd.nist.gov/vuln/detail/CVE-2025-59733","database_specific":{"status":"Deferred"},"id":"CVE-2025-59733","imported":"2026-07-17T22:19:07.762Z","modified":"2026-06-17T09:46:36.783Z","published":"2025-10-06T08:15:35.080Z"},{"id":"GHSA-hpfq-c235-5854","imported":"2026-07-17T22:19:07.908Z","modified":"2025-10-19T15:31:16Z","published":"2025-10-06T09:30:20Z","url":"https://api.github.com/advisories/GHSA-hpfq-c235-5854","html_url":"https://github.com/advisories/GHSA-hpfq-c235-5854"},{"modified":"2026-02-26T17:48:17Z","published":"2025-10-06T08:09:37Z","url":"https://euvdservices.enisa.europa.eu/api/enisaid?id=EUVD-2025-32183","html_url":"https://euvd.enisa.europa.eu/vulnerability/EUVD-2025-32183","id":"EUVD-2025-32183","imported":"2026-07-17T22:19:15.925Z"}]},"references":[{"type":"WEB","url":"https://b.corp.google.com/issues/436511754"},{"type":"WEB","url":"https://github.com/advisories/GHSA-hpfq-c235-5854"},{"type":"WEB","url":"https://issuetracker.google.com/436511754"},{"type":"WEB","url":"https://nvd.nist.gov/vuln/detail/CVE-2025-59733"}],"affected":[{"package":{"name":"FFMPEG_jll","ecosystem":"Julia","purl":"pkg:julia/FFMPEG_jll?uuid=b22a6f82-2f65-5046-a5b2-351ab43fb4e5"},"ranges":[{"type":"SEMVER","events":[{"introduced":"7.1.1+0"},{"fixed":"8.0.0+0"}]}],"database_specific":{"source":"https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-646.json"}},{"package":{"name":"FFplay_jll","ecosystem":"Julia","purl":"pkg:julia/FFplay_jll?uuid=c4dce911-e170-5107-8314-c7bdc6785395"},"ranges":[{"type":"SEMVER","events":[{"introduced":"7.1.1+0"},{"fixed":"8.1.2+0"}]}],"database_specific":{"source":"https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-646.json"}}],"schema_version":"1.7.5","severity":[{"type":"CVSS_V4","score":"CVSS:4.0/AV:A/AC:H/AT:N/PR:N/UI:P/VC:H/VI:H/VA:N/SC:H/SI:H/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"}]}