Vulnerability in Openexr

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.

EPSS: 0.003 (22.1th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 6.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H.

Affected products

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2021-3941?
CVE-2021-3941 is a medium-severity vulnerability in Openexr, classified under Divide By Zero. CVSS score: 6.5/10. Published 2022-03-25.
How severe is CVE-2021-3941?
Medium severity. CVSS v3 base score is 6.5 out of 10.