@@ -91,13 +91,13 @@ properly rejecting corrupt input data.
9191
9292Specifically:
9393
94- - Buffer overflow in PyOpenEXR_old's ` channels() ` and ` channel() ` in
94+ * Buffer overflow in PyOpenEXR_old's ` channels() ` and ` channel() ` in
9595 legacy python, reported by Joshua Rogers (GitHub: MegaManSec).
96- - Use after free in PyObject_StealAttrString in legacy python, reported
96+ * Use after free in PyObject_StealAttrString in legacy python, reported
9797 by Joshua Rogers (GitHub: MegaManSec).
98- - Use of Uninitialized Memory in openexr, reported by Aldo Ristori
98+ * Use of Uninitialized Memory in openexr, reported by Aldo Ristori
9999 (GitHub: Kaldreic).
100- - Heap-based Buffer Overflow Remote Code Execution Vulnerability,
100+ * Heap-based Buffer Overflow Remote Code Execution Vulnerability,
101101 reported by Trend Micro Zero Day Initiative.
102102
103103Also:
@@ -122,12 +122,18 @@ Other fixes:
122122 which makes it possible to set ` CMAKE_DEBUG_POSTFIX="" ` .
123123
124124This version also bumps the auto-fetched version of OpenJPH to
125- 0.24.4 . OpenJPH 0.24.4 addresses these OSS-Fuzz issues:
125+ 0.24.5 . OpenJPH 0.24.5 addresses these OSS-Fuzz issues:
126126
127+ * OSS-fuzz [ 456837230] ( https://issues.oss-fuzz.com/issues/456837230 )
128+ Crash in ` ojph::local::param_cod::~param_cod `
129+ * OSS-fuzz [ 456248580] ( https://issues.oss-fuzz.com/issues/456248580 )
130+ Null-dereference READ in ` ojph::local::param_cod::~param_cod `
127131* OSS-fuzz [ 455374208] ( https://issues.oss-fuzz.com/issues/455374208 )
128132Floating-point-exception in ` ojph::local::tile::pre_alloc `
129133* OSS-fuzz [ 444963190] ( https://issues.oss-fuzz.com/issues/444963190 )
130134Index-out-of-bounds in ` ojph::local::param_qcd::read_qcc `
135+ * OSS-fuzz [ 444889300] ( https://issues.oss-fuzz.com/issues/444889300 )
136+ Heap-buffer-overflow in ` ojph::mem_infile::read `
131137* OSS-fuzz [ 444878558] ( https://issues.oss-fuzz.com/issues/444878558 )
132138Segv on unknown address in ` ojph::local::param_qcd::~param_qcd `
133139* OSS-fuzz [ 444878557] ( https://issues.oss-fuzz.com/issues/444878557 )
0 commit comments