In ImfChromaticities.cpp routine RGBtoXYZ(), there are some division operations such as `float Z = (1 - chroma.white.x - chroma.white.y) * Y / chroma.white.y;` and `chroma.green.y * (X + Z))) / d;` but the divisor is not checked for a 0 value. A specially crafted file could trigger a divide-by-zero condition which could affect the availability of programs linked with OpenEXR.
Cite this page
CVE-2021-3941. CVEDatabase.com. Retrieved 1 May 2026. https://cvedatabase.com/cve/CVE-2021-3941
Use CWE-369, Openexr vendor hub and Openexr product page to widen CVE-2021-3941 into its surrounding weakness, vendor, and product context.
Compare it with CVE-2026-34543, CVE-2026-34588 and CVE-2026-40250 for nearby disclosures in the same product family.