Skip to content

Commit c949e9f

Browse files
committed
notes for v3.3.11
Signed-off-by: Cary Phillips <cary@ilm.com>
1 parent d197b11 commit c949e9f

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
# OpenEXR Release Notes
55

6+
* [Version 3.3.11](#version-3311-april-29-2026) April 29, 2026
67
* [Version 3.3.10](#version-3310-april-17-2026) April 17, 2026
78
* [Version 3.3.9](#version-339-april-3-2026) April 3, 2026
89
* [Version 3.3.8](#version-338-february-26-2026) February 26, 2026
@@ -85,6 +86,34 @@
8586
* [Version 1.0.1](#version-101)
8687
* [Version 1.0](#version-10)
8788

89+
## Version 3.3.11 (April 29, 2026)
90+
91+
Patch release for 3.3 that addresses the following security
92+
vulnerabilities:
93+
94+
* [CVE-2026-42217](https://www.cve.org/CVERecord?id=CVE-2026-42217)
95+
Shift exponent overflow in `readVariableLengthInteger()` (`ImfIDManifest.cpp`)
96+
* [CVE-2026-42216](https://www.cve.org/CVERecord?id=CVE-2026-42216)
97+
Out-of-bounds read in `IDManifest::init()` during prefix expansion
98+
* [CVE-2026-41142](https://www.cve.org/CVERecord?id=CVE-2026-41142)
99+
Integer overflow in `ImageChannel::resize` leads to heap OOB write via OpenEXRUtil public API
100+
101+
Also:
102+
103+
* OSS-fuzz [504280155](https://issues.oss-fuzz.com/issues/504280155)
104+
Heap-buffer-overflow in `DwaCompressor_uncompress`
105+
106+
### Merged Pull Requests
107+
108+
* [2383](https://github.com/AcademySoftwareFoundation/openexr/pull/2383)
109+
validate that the uncompressed sizes recorded in the dwa header are valid
110+
* [2378](https://github.com/AcademySoftwareFoundation/openexr/pull/2378)
111+
Harden IDManifest parsing against illegal shift and string prefix OOB
112+
* [2377](https://github.com/AcademySoftwareFoundation/openexr/pull/2377)
113+
Fix OOB read when expanding IDManifest prefix-compressed strings
114+
* [2367](https://github.com/AcademySoftwareFoundation/openexr/pull/2367)
115+
Fix int overflow in ImageChannel::resize pixel count
116+
88117
## Version 3.3.10 (April 17, 2026)
89118

90119
Patch release that addresses the following security vulnerabilities:

0 commit comments

Comments
 (0)