OpenEXR is a high dynamic-range (HDR) image file format originally developed by Industrial Light & Magic for use in computer imaging applications.
Security Fix(es):
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.(CVE-2021-3941)
{ "severity": "Medium" }
{ "aarch64": [ "OpenEXR-2.2.0-31.oe2003sp4.aarch64.rpm", "OpenEXR-debuginfo-2.2.0-31.oe2003sp4.aarch64.rpm", "OpenEXR-debugsource-2.2.0-31.oe2003sp4.aarch64.rpm", "OpenEXR-devel-2.2.0-31.oe2003sp4.aarch64.rpm", "OpenEXR-libs-2.2.0-31.oe2003sp4.aarch64.rpm" ], "src": [ "OpenEXR-2.2.0-31.oe2003sp4.src.rpm" ], "x86_64": [ "OpenEXR-2.2.0-31.oe2003sp4.x86_64.rpm", "OpenEXR-debuginfo-2.2.0-31.oe2003sp4.x86_64.rpm", "OpenEXR-debugsource-2.2.0-31.oe2003sp4.x86_64.rpm", "OpenEXR-devel-2.2.0-31.oe2003sp4.x86_64.rpm", "OpenEXR-libs-2.2.0-31.oe2003sp4.x86_64.rpm" ] }