PyPI package
psd-tools
pkg:pypi/psd-tools
Vulnerabilities (2)
| CVE | Sev | CVSS | KEV | Affected versions | Fixed in | Published | Description |
|---|---|---|---|---|---|---|---|
| CVE-2026-27809 | — | < 1.12.2 | 1.12.2 | Feb 25, 2026 | 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-10571 | — | >= 1.8.37, < 1.9.4 | 1.9.4 | Mar 14, 2020 | An issue was discovered in psd-tools before 1.9.4. The Cython implementation of RLE decoding did not check for malicious data. |
- CVE-2026-27809Feb 25, 2026affected < 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, 2020affected >= 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.