Search
Search is not available in local development.
Run npx pagefind --site __site after building to enable it.
JLSEC-2026-131

JLSEC-2026-131

JLSEC Published
Modified
Affected Packages
OpenEXR_jll >= 3.1.4+0, < 3.2.4+0
Aliases / Upstream
CVE-2021-3941

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.

References