Lookup for vulnerable packages by Package URL.
| Purl | pkg:pypi/psd-tools@0.1.1 |
| Type | pypi |
| Namespace | |
| Name | psd-tools |
| Version | 0.1.1 |
| Qualifiers |
|
| Subpath | |
| Is_vulnerable | true |
| Next_non_vulnerable_version | 1.12.2 |
| Latest_non_vulnerable_version | 1.12.2 |
| Affected_by_vulnerabilities |
| 0 |
|
| 1 |
| url |
VCID-qc8f-qu2u-puc3 |
| vulnerability_id |
VCID-qc8f-qu2u-puc3 |
| summary |
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 way to the user, crashing psd.composite() and psd-tools export. decompress() already had a fallback that replaces failed channels with black pixels when result is None, but it never triggered because the ValueError from decode_rle() was not caught. The fix in version 1.12.2 wraps the decode_rle() call in a try/except so the existing fallback handles the error gracefully. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2026-27809, GHSA-24p2-j2jr-386w
|
| risk_score |
3.1 |
| exploitability |
0.5 |
| weighted_severity |
6.2 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-qc8f-qu2u-puc3 |
|
|
| Fixing_vulnerabilities |
|
| Risk_score | 4.5 |
| Resource_url | http://public2.vulnerablecode.io/packages/pkg:pypi/psd-tools@0.1.1 |