Package: openjpeg2 / 2.5.0-2+deb12u1

Metadata

Package Version Patches format
openjpeg2 2.5.0-2+deb12u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
issue878.patch | (download)

src/bin/wx/OPJViewer/source/imagjpeg2000.cpp | 3 2 + 1 - 0 !
src/bin/wx/OPJViewer/source/imagjpeg2000.h | 3 2 + 1 - 0 !
2 files changed, 4 insertions(+), 2 deletions(-)

 openjpeg2 viewer fails to build
man_fix.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
src/bin/jp2/CMakeLists.txt | 2 0 + 2 - 0 !
src/lib/openjp2/CMakeLists.txt | 2 0 + 2 - 0 !
3 files changed, 1 insertion(+), 5 deletions(-)

 add install rules for man page even when not building doc
CVE 2021 3575.patch | (download)

src/bin/common/color.c | 12 10 + 2 - 0 !
1 file changed, 10 insertions(+), 2 deletions(-)

 [patch] opj_decompress: fix off-by-one read heap-buffer-overflow in
 sycc420_to_rgb() when x0 and y0 are odd (CVE-2021-3575, fixes #1347)


CVE 2023 39327.patch | (download)

src/lib/openjp2/t2.c | 19 13 + 6 - 0 !
tests/nonregression/test_suite.ctest.in | 3 3 + 0 - 0 !
2 files changed, 16 insertions(+), 6 deletions(-)

 [patch] fix: when eph markers are specified, they are required.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

reference from Rec. ITU-T T.800 (06/2019):
- Table A.13  Coding style parameter values for the Scod parameter
- Section A.8.1 Start of packet (SOP)
- Section A.8.2 End of packet header (EPH)

CVE 2024 56826.patch | (download)

src/bin/common/color.c | 42 32 + 10 - 0 !
1 file changed, 32 insertions(+), 10 deletions(-)

 [patch] sycc422_to_rgb(): fix out-of-bounds read accesses when 2 *
 width_component_1_or_2 + 1 == with_component_0

Fixes #1563

Also adjusts sycc420_to_rgb() for potential similar issue (amending
commit 7bd884f8750892de4f50bf4642fcfbe7011c6bdf)

CVE 2024 56827.patch | (download)

src/lib/openjp2/j2k.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 [patch] opj_j2k_add_tlmarker(): validate that current tile-part
 number if smaller that total number of tile-parts

Fixes #1564