Change logs for pillow source package in Groovy

  • pillow (7.2.0-1ubuntu0.3) groovy-security; urgency=medium
    
      * SECURITY UPDATE: OOB read in Jpeg2KDecode
        - debian/patches/CVE-2021-25287_8.patch: handle different widths for
          each band in src/libImaging/Jpeg2KDecode.c.
        - CVE-2021-25287
        - CVE-2021-25288
      * SECURITY UPDATE: DOS in PsdImagePlugin
        - debian/patches/CVE-2021-28675.patch: sanity check the number of
          input layers in Tests/test_decompression_bomb.py,
          Tests/test_file_apng.py, Tests/test_file_blp.py,
          Tests/test_file_tiff.py, src/PIL/ImageFile.py,
          src/PIL/PsdImagePlugin.py.
        - CVE-2021-28675
      * SECURITY UPDATE: FLI DOS
        - debian/patches/CVE-2021-28676.patch: check the block advance in
          src/libImaging/FliDecode.c.
        - CVE-2021-28676
      * SECURITY UPDATE: EPS DOS on _open
        - debian/patches/CVE-2021-28677.patch: properly handle line endings in
          src/PIL/EpsImagePlugin.py.
        - CVE-2021-28677
      * SECURITY UPDATE: BLP DOS
        - debian/patches/CVE-2021-28678.patch: check that reads return data in
          src/PIL/BlpImagePlugin.py.
        - CVE-2021-28678
    
     -- Marc Deslauriers <email address hidden>  Tue, 18 May 2021 07:10:06 -0400
  • pillow (7.2.0-1ubuntu0.2) groovy-security; urgency=medium
    
      * SECURITY UPDATE: insufficient fix for CVE-2020-35654
        - debian/patches/CVE-2021-25289.patch: improve return code check in
          src/libImaging/TiffDecode.c.
        - CVE-2021-25289
      * SECURITY UPDATE: negative-offset memcpy with an invalid size
        - debian/patches/CVE-2021-25290.patch: add extra check to
          src/libImaging/TiffDecode.c.
        - CVE-2021-25290
      * SECURITY UPDATE: invalid tile boundaries could lead to an OOB Read
        - debian/patches/CVE-2021-25291.patch: check tile validity in
          src/libImaging/TiffDecode.c.
        - CVE-2021-25291
      * SECURITY UPDATE: DoS via backtrack regex
        - debian/patches/CVE-2021-25292.patch: use more specific regex in
          src/PIL/PdfParser.py.
        - CVE-2021-25292
      * SECURITY UPDATE: Out of Bounds Read
        - debian/patches/CVE-2021-25293.patch: add more checks to
          src/libImaging/SgiRleDecode.c.
        - CVE-2021-25293
      * SECURITY UPDATE: DoS via invalid reported size
        - debian/patches/CVE-2021-2792x.patch: check reported sizes in
          src/PIL/BlpImagePlugin.py, src/PIL/IcnsImagePlugin.py,
          src/PIL/IcoImagePlugin.py.
        - CVE-2021-27921
        - CVE-2021-27922
        - CVE-2021-27923
    
     -- Marc Deslauriers <email address hidden>  Wed, 10 Mar 2021 12:41:13 -0500
  • pillow (7.2.0-1ubuntu0.1) groovy-security; urgency=medium
    
      * SECURITY UPDATE: buffer over-read via PCX file
        - debian/patches/CVE-2020-35653.patch: don't trust the image to specify
          a buffer size in src/PIL/PcxImagePlugin.py.
        - CVE-2020-35653
      * SECURITY UPDATE: heap overflow via YCbCr files
        - debian/patches/CVE-2020-35654-1.patch: fix tiff comparison warnings
          in src/libImaging/TiffDecode.c.
        - debian/patches/CVE-2020-35654-2.patch: fix OOB write in
          src/libImaging/TiffDecode.c.
        - debian/patches/CVE-2020-35654-3.patch: rework ReadTile in
          src/libImaging/TiffDecode.c.
        - CVE-2020-35654
      * SECURITY UPDATE: buffer over-read via SGI RLE image file
        - debian/patches/CVE-2020-35655-1.patch: add checks to
          src/libImaging/SgiRleDecode.c.
        - debian/patches/CVE-2020-35655-2.patch: rework error flags in
          src/libImaging/SgiRleDecode.c.
        - CVE-2020-35655
    
     -- Marc Deslauriers <email address hidden>  Wed, 13 Jan 2021 09:35:02 -0500
  • pillow (7.2.0-1) unstable; urgency=medium
    
      * New upstream version.
      * Update debian/copyright, partially addresses #952899.
        - Mention contributors.
        - Add copyright information for fonts.
      * Bump debhelper version.
    
     -- Matthias Klose <email address hidden>  Thu, 16 Jul 2020 13:42:51 +0200
  • pillow (7.0.0-4ubuntu1) groovy; urgency=medium
    
      * SECURITY UPDATE: multiple out of bounds reads
        - debian/patches/CVE-2020-10177-1.patch: fix issue in
          src/libImaging/FliDecode.c.
        - debian/patches/CVE-2020-10177-2.patch: refactor to macro in
          src/libImaging/FliDecode.c.
        - debian/patches/CVE-2020-10177-3.patch: fix OOB Reads in SS2 Chunk in
          src/libImaging/FliDecode.c.
        - debian/patches/CVE-2020-10177-4.patch: fix OOB in LC packet in
          src/libImaging/FliDecode.c.
        - debian/patches/CVE-2020-10177-5.patch: fix OOB Advance Values in
          src/libImaging/FliDecode.c.
        - debian/patches/CVE-2020-10177-6.patch: fix OOB Read in FLI Copy Chunk
          in src/libImaging/FliDecode.c.
        - debian/patches/CVE-2020-10177-7.patch: fix comments in
          src/libImaging/FliDecode.c.
        - debian/patches/CVE-2020-10177-8.patch: additional FLI check in
          src/libImaging/FliDecode.c.
        - CVE-2020-10177
      * SECURITY UPDATE: out of bounds read with PCX files
        - debian/patches/CVE-2020-10378.patch: fix OOB Access in
          src/libImaging/PcxDecode.c.
        - CVE-2020-10378
      * SECURITY UPDATE: two buffer overflows
        - debian/patches/CVE-2020-10379-1.patch: ensure that Tiff's concept of
          Strip and Tilesize matches Pillow's in src/libImaging/TiffDecode.c.
        - debian/patches/CVE-2020-10379-2.patch: avoid uninitialized read in
          src/libImaging/TiffDecode.c.
        - debian/patches/CVE-2020-10379-3.patch: fix typos in
          src/libImaging/TiffDecode.c.
        - CVE-2020-10379
      * SECURITY UPDATE: out-of-bounds read via JP2 file
        - debian/patches/CVE-2020-10994-1.patch: fix for OOB Read in
          src/libImaging/Jpeg2KDecode.c.
        - debian/patches/CVE-2020-10994-2.patch: fix typo in
          src/libImaging/Jpeg2KDecode.c.
        - CVE-2020-10994
      * SECURITY UPDATE: out-of-bounds read via SGI file
        - debian/patches/CVE-2020-11538.patch: track number of pixels, not the
          number of runs in src/libImaging/SgiRleDecode.c.
        - CVE-2020-11538
    
     -- Marc Deslauriers <email address hidden>  Tue, 07 Jul 2020 13:14:10 -0400
  • pillow (7.0.0-4build1) focal; urgency=medium
    
      * No-change rebuild to drop python3.7.
    
     -- Matthias Klose <email address hidden>  Tue, 18 Feb 2020 10:44:40 +0100