|
3 | 3 |
|
4 | 4 | # OpenEXR Release Notes |
5 | 5 |
|
| 6 | +* [Version 3.3.11](#version-3311-april-29-2026) April 29, 2026 |
6 | 7 | * [Version 3.3.10](#version-3310-april-17-2026) April 17, 2026 |
7 | 8 | * [Version 3.3.9](#version-339-april-3-2026) April 3, 2026 |
8 | 9 | * [Version 3.3.8](#version-338-february-26-2026) February 26, 2026 |
|
85 | 86 | * [Version 1.0.1](#version-101) |
86 | 87 | * [Version 1.0](#version-10) |
87 | 88 |
|
| 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 | + |
88 | 117 | ## Version 3.3.10 (April 17, 2026) |
89 | 118 |
|
90 | 119 | Patch release that addresses the following security vulnerabilities: |
|
0 commit comments