libde265 1.0.8-1ubuntu0.1 source package in Ubuntu

Changelog

libde265 (1.0.8-1ubuntu0.1) jammy-security; urgency=medium

  * SECURITY UPDATE: denial-of-service
    - debian/patches/CVE-2021-35452.patch: fix check for valid PPS idx.
    - CVE-2021-35452
  * SECURITY UPDATE: heap-buffer-overflow
    - debian/patches/CVE-2021-36408.patch: fix streams where SPS image
      size changes without refreshing PPS.
    - CVE-2021-36408
  * SECURITY UPDATE: heap-buffer-overflow
    - debian/patches/CVE-2021-36409.patch: fix assertion when reading
      invalid scaling_list.
    - CVE-2021-36409
  * SECURITY UPDATE: stack-buffer-overflow
    - debian/patches/CVE-2021-36410.patch: fix MC with HDR chroma, but
      SDR luma.
    - CVE-2021-36410
  * SECURITY UPDATE: read-out-of-bounds
    - debian/patches/CVE-2021-36411.patch: fix reading invalid images
      where shdr references are NULL in part of the image.
    - CVE-2021-36411
  * SECURITY UPDATE: heap-buffer-overflow
    - debian/patches/CVE-2022-1253.patch: error on out-of-range
      cpb_cnt_minus1.
    - CVE-2022-1253
  * SECURITY UPDATE: stack-buffer-overflow
    - debian/patches/CVE-2022-43236.patch: check that image bit-depth
      matches SPS bit depth.
    - CVE-2022-43235
    - CVE-2022-43236
    - CVE-2022-43248
    - CVE-2022-43253
  * SECURITY UPDATE: stack-buffer-overflow
    - debian/patches/CVE-2022-43237.patch: check that image chroma
      format matches the SPS chroma format.
    - CVE-2022-43237
    - CVE-2022-43243
    - CVE-2022-43252
  * SECURITY UPDATE: read-out-of-bounds
    - debian/patches/CVE-2022-43238.patch: check that image size
      matches sps.
    - CVE-2022-43238
    - CVE-2022-43239
    - CVE-2022-43240
    - CVE-2022-43241
    - CVE-2022-43242

 -- Fabian Toepfer <email address hidden>  Tue, 06 Feb 2024 16:52:09 +0100

Upload details

Uploaded by:
Fabian Toepfer
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libde265_1.0.8.orig.tar.gz 818.2 KiB 24c791dd334fa521762320ff54f0febfd3c09fc978880a8c5fbc40a88f21d905
libde265_1.0.8-1ubuntu0.1.debian.tar.xz 12.5 KiB 5751b5beaa2d8be80f4f809093f20665e88382ac6e870b6ac6a62b7e662f3873
libde265_1.0.8-1ubuntu0.1.dsc 2.3 KiB 14cb38f401de9df994d18a002e6339335768728883cbf44ee6eb693cbbef2fd9

View changes file

Binary packages built by this source

libde265-0: Open H.265 video codec implementation

 libde265 is an open source implementation of the H.265 video codec.
 It is written from scratch in plain C for simplicity and efficiency.
 Its simple API makes it easy to integrate it into other software.

libde265-0-dbgsym: debug symbols for libde265-0
libde265-dev: Open H.265 video codec implementation - development files

 libde265 is an open source implementation of the H.265 video codec.
 It is written from scratch in plain C for simplicity and efficiency.
 Its simple API makes it easy to integrate it into other software.
 .
 The development headers for compiling programs that use libde265
 are provided by this package.

libde265-examples: Open H.265 video codec implementation - examples

 libde265 is an open source implementation of the H.265 video codec.
 It is written from scratch in plain C for simplicity and efficiency.
 Its simple API makes it easy to integrate it into other software.
 .
 Sample applications using libde265 are provided by this package.

libde265-examples-dbgsym: debug symbols for libde265-examples