CVE-2025-64182
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-11-10

Last updated on: 2025-12-08

Assigner: GitHub, Inc.

Description
OpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. In versions 3.2.0 through 3.2.4, 3.3.0 through 3.3.5, and 3.4.0 through 3.4.2, a memory safety bug in the legacy OpenEXR Python adapter (the deprecated OpenEXR.InputFile wrapper) allow crashes and likely code execution when opening attacker-controlled EXR files or when passing crafted Python objects. Integer overflow and unchecked allocation in InputFile.channel() and InputFile.channels() can lead to heap overflow (32 bit) or a NULL deref (64 bit). Versions 3.2.5, 3.3.6, and 3.4.3 contain a patch for the issue.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-11-10
Last Modified
2025-12-08
Generated
2026-05-07
AI Q&A
2025-11-11
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 3 associated CPEs
Vendor Product Version / Range
openexr openexr From 3.2.0 (inc) to 3.2.5 (exc)
openexr openexr From 3.3.0 (inc) to 3.3.6 (exc)
openexr openexr From 3.4.0 (inc) to 3.4.3 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-120 The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a memory safety bug in the legacy OpenEXR Python adapter (the deprecated OpenEXR.InputFile wrapper) present in certain versions of OpenEXR. It involves integer overflow and unchecked memory allocation in the InputFile.channel() and InputFile.channels() functions, which can lead to heap overflow on 32-bit systems or a NULL pointer dereference on 64-bit systems. This can cause crashes and potentially allow code execution when opening specially crafted EXR files or passing crafted Python objects.


How can this vulnerability impact me? :

The vulnerability can cause application crashes and potentially allow an attacker to execute arbitrary code when processing malicious EXR files or crafted Python objects using the affected OpenEXR Python adapter versions. This could lead to denial of service or compromise of the system running the vulnerable software.


What immediate steps should I take to mitigate this vulnerability?

To mitigate this vulnerability, update OpenEXR to versions 3.2.5, 3.3.6, or 3.4.3 or later, which contain patches for the issue. Avoid opening untrusted or attacker-controlled EXR files using the legacy OpenEXR Python adapter until the update is applied.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart