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

JLSEC-2026-131

JLSEC Published
Modified
Severity
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H
Affected Packages
OpenEXR_jll >= 3.1.4+0, < 3.2.4+0
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