pillow v8.1.1 Release Notes

Release Date: 2021-03-01 // about 3 years ago
    • ๐Ÿ‘‰ Use more specific regex chars to prevent ReDoS. CVE-2021-25292 [hugovk]

    • ๐Ÿ›  Fix OOB Read in TiffDecode.c, and check the tile validity before reading. CVE-2021-25291 [wiredfool]

    • ๐Ÿ›  Fix negative size read in TiffDecode.c. CVE-2021-25290 [wiredfool]

    • ๐Ÿ›  Fix OOB read in SgiRleDecode.c. CVE-2021-25293 [wiredfool]

    • Incorrect error code checking in TiffDecode.c. CVE-2021-25289 [wiredfool]

    • PyModule_AddObject fix for Python 3.10 #5194 [radarhere]