Lucene search
+L

2698 matches found

OSV
OSV
added 2026/07/13 2:36 p.m.9 views

PYSEC-2026-2846 OpenEXR's CompositeDeepScanLine integer-overflow leads to heap OOB write

Summary Function: CompositeDeepScanLine::readPixels, reachable from high-level multipart deep read flows MultiPartInputFile + DeepScanLineInputPart + CompositeDeepScanLine. Vulnerable lines src/lib/OpenEXR/ImfCompositeDeepScanLine.cpp: - totalsizesptr += countsjptr; line 511 - overallsamplecount ...

8.4CVSS7.1AI score0.00201EPSS
SaveExploits2References5
PyPA
PyPA
added 2026/07/13 2:36 p.m.75 views

OpenEXR's CompositeDeepScanLine integer-overflow leads to heap OOB write

SummaryFunction: CompositeDeepScanLine::readPixels, reachable from high-level multipart deep read flows MultiPartInputFile + DeepScanLineInputPart + CompositeDeepScanLine.Vulnerable lines src/lib/OpenEXR/ImfCompositeDeepScanLine.cpp:- totalsizesptr += countsjptr; line 511- overallsamplecount +=...

8.4CVSS7.1AI score0.00201EPSS
SaveExploits2References5Affected Software1
OSV
OSV
added 2026/07/13 10:07 a.m.9 views

RHSA-2026:38499 Red Hat Security Advisory: openexr security update

Bulletin has no description...

8.8CVSS6.1AI score0.00465EPSS
SaveExploits2References15
RedHat Linux
RedHat Linux
added 2026/07/13 9:35 a.m.11 views

Important: Red Hat Security Advisory: openexr security update

An update for openexr is now available for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from t...

9.1CVSS6.4AI score0.00465EPSS
SaveExploits2References3
RedHat Linux
RedHat Linux
added 2026/07/13 9:35 a.m.14 views

OpenEXR: OpenEXR: Information disclosure and denial of service via malformed EXR files

A flaw was found in OpenEXR. A remote attacker could exploit a vulnerability in the IDManifest::init function when processing specially crafted EXR files. The function attempts to reconstruct strings from a prefix-compressed representation. If a previous string exceeds 255 bytes, the subsequent...

9.1CVSS6.1AI score0.00465EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2026/07/13 9:35 a.m.11 views

OpenEXR: OpenEXR: Arbitrary code execution via integer overflow in image resizing

A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An integer overflow vulnerability exists in the ImageChannel::resize function, which can be triggered when processing a specially crafted OpenEXR image file through the OpenEXRUtil public API. This can...

8.8CVSS6.2AI score0.00439EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 2026/07/13 5:27 a.m.28 views

Important: Red Hat Security Advisory: openexr security update

An update for openexr is now available for Red Hat Enterprise Linux 10. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from...

9.1CVSS6.4AI score0.00465EPSS
SaveExploits2References3
RedHat Linux
RedHat Linux
added 2026/07/13 5:27 a.m.22 views

OpenEXR: OpenEXR: Information disclosure and denial of service via malformed EXR files

A flaw was found in OpenEXR. A remote attacker could exploit a vulnerability in the IDManifest::init function when processing specially crafted EXR files. The function attempts to reconstruct strings from a prefix-compressed representation. If a previous string exceeds 255 bytes, the subsequent...

9.1CVSS6.1AI score0.00465EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2026/07/13 5:27 a.m.18 views

OpenEXR: OpenEXR: Arbitrary code execution via integer overflow in image resizing

A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An integer overflow vulnerability exists in the ImageChannel::resize function, which can be triggered when processing a specially crafted OpenEXR image file through the OpenEXRUtil public API. This can...

8.8CVSS6.2AI score0.00439EPSS
SaveExploits1References7
OSV
OSV
added 2026/07/13 12:00 a.m.9 views

ALSA-2026:38498 Important: openexr security update

OpenEXR is an open-source high-dynamic-range floating-point image file format for high-quality image processing and storage. This document presents a brief overview of OpenEXR and explains concepts that are specific to this format. This package containes the binaries for OpenEXR. Security Fixes:...

9.1CVSS6.4AI score0.00465EPSS
SaveExploits2References6
OSV
OSV
added 2026/07/13 12:00 a.m.10 views

ALSA-2026:38499 Important: openexr security update

OpenEXR is an open-source high-dynamic-range floating-point image file format for high-quality image processing and storage. This document presents a brief overview of OpenEXR and explains concepts that are specific to this format. This package containes the binaries for OpenEXR. Security Fixes:...

9.1CVSS6.4AI score0.00465EPSS
SaveExploits2References6
Tenable Nessus
Tenable Nessus
added 2026/07/09 12:00 a.m.12 views

MiracleLinux 9 : openexr-3.1.1-3.el9_8.2 (AXSA:2026-1224:04)

The remote MiracleLinux 9 host has packages installed that are affected by a vulnerability as referenced in the AXSA:2026-1224:04 advisory. OpenEXR: OpenEXR: Arbitrary code execution and information disclosure via crafted EXR file CVE-2026-34588 Tenable has extracted the preceding description blo...

8.8CVSS7.5AI score0.00482EPSS
SaveExploits1References2
OSV
OSV
added 2026/07/07 4:02 p.m.10 views

PYSEC-2026-1749 OpenEXR Out-Of-Memory via Unbounded File Header Values

Summary The OpenEXR file format defines many information about the final image inside of the file header, such as the size of data/display window. The application trusts the value of dataWindow size provided in the header of the input file, and performs computations based on this value. This may...

4.6CVSS5.9AI score0.00259EPSS
SaveExploits1References7
OSV
OSV
added 2026/07/07 4:02 p.m.13 views

PYSEC-2026-1748 OpenEXR ScanLineProcess::run_fill NULL Pointer Write In "reduceMemory" Mode

Summary When reading a deep scanline image with a large sample count in reduceMemory mode, it is possible to crash a target application with a NULL pointer dereference in a write operation. Details In the ScanLineProcess::runfill function, implemented in...

4.6CVSS6.2AI score0.00198EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/07 4:02 p.m.12 views

PYSEC-2026-1747 OpenEXR Heap-Based Buffer Overflow in Deep Scanline Parsing via Forged Unpacked Size

Summary The OpenEXRCore code is vulnerable to a heap-based buffer overflow during a write operation when decompressing ZIPS-packed deep scan-line EXR files with a maliciously forged chunk header. Details When parsing STORAGEDEEPSCANLINE chunks from an EXR file, the following code from...

8.4CVSS7.8AI score0.00308EPSS
SaveExploits1References8
OSV
OSV
added 2026/07/07 4:02 p.m.13 views

PYSEC-2026-1746 OpenEXR Out of Bounds Heap Read due to Bad Pointer Arithmetic in LossyDctDecoder_execute

Summary The OpenEXRCore code is vulnerable to a heap-based buffer overflow during a read operation due to bad pointer math when decompressing DWAA-packed scan-line EXR files with a maliciously forged chunk. Details In the LossyDctDecoderexecute function from...

6.8CVSS6.2AI score0.00492EPSS
SaveExploits1References8
PyPA
PyPA
added 2026/07/02 2:13 p.m.16 views

OpenEXR invalid read

In OpenEXR 2.2.0, an invalid read of size 1 in the getBits function in ImfHuf.cpp could cause the application to crash...

6.5CVSS6.8AI score0.01866EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2026/07/02 2:13 p.m.10 views

PYSEC-2026-728 OpenEXR invalid write

In OpenEXR 2.2.0, an invalid write of size 8 in the storeSSE function in ImfOptimizedPixelReading.h could cause the application to crash or execute arbitrary code...

8.8CVSS6.1AI score0.03192EPSS
SaveExploits0References14
OSV
OSV
added 2026/07/02 2:13 p.m.14 views

PYSEC-2026-727 OpenEXR invalid read

In OpenEXR 2.2.0, an invalid read of size 1 in the getBits function in ImfHuf.cpp could cause the application to crash...

6.5CVSS6.8AI score0.01866EPSS
SaveExploits0References10
OSV
OSV
added 2026/06/26 8:24 p.m.14 views

JLSEC-2026-646 When decoding an OpenEXR file that uses DWAA or DWAB compression, there's an implicit assumption...

When decoding an OpenEXR file that uses DWAA or DWAB compression, there's an implicit assumption that all image channels have the same pixel type and size, and that if there are four channels, the first four are "B", "G", "R" and "A". The channel parsing code can be found in decodeheader. The...

8.7CVSS6.6AI score0.00185EPSS
SaveExploits0References4
Rows per page
Query Builder