VYPR

PyPI package

psd-tools

pkg:pypi/psd-tools

Vulnerabilities (2)

  • CVE-2026-27809Feb 25, 2026
    affected < 1.12.2fixed 1.12.2

    psd-tools is a Python package for working with Adobe Photoshop PSD files. Prior to version 1.12.2, when a PSD file contains malformed RLE-compressed image data (e.g. a literal run that extends past the expected row size), decode_rle() raises ValueError which propagated all the wa

  • CVE-2020-10571Mar 14, 2020
    affected >= 1.8.37, < 1.9.4fixed 1.9.4

    An issue was discovered in psd-tools before 1.9.4. The Cython implementation of RLE decoding did not check for malicious data.