Answer in brief
CVE-2026-59991 records a High severity (CVSS 7.5) vulnerability in psd-tools: Uncontrolled memory allocation in psd-tools composite/numpy via crafted PSD geometry. The current sources do not mark it as known exploited. The current feed maps psd-tools/psd-tools (generic), psd-tools (pip), psd-tools (pypi). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.5. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps psd-tools/psd-tools (generic), psd-tools (pip), psd-tools (pypi). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| psd-tools/psd-toolsgeneric | <1.17.4 | 1.17.4 |
| psd-toolspip | <1.17.4 | 1.17.4 |
| psd-toolspypi | >=0 <1.17.4 | 1.17.4 |
Published upstream
Sep 22, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 22, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 22, 2026
psd-tools is a Python package for working with Adobe Photoshop PSD files. Prior to 1.17.4, PSDImage.composite() and PSDImage.numpy() allocated output buffers from attacker-controlled PSD header geometry, including width, height, channels, depth, and per-layer rectangles, before validating those values against the available file data. A tiny crafted PSD could therefore cause multi-gigabyte memory allocation, and PSDImage.composite() could return a black image with only a warning instead of raising an exception. Services that composite untrusted PSD files could be terminated by out-of-memory handling. This issue is fixed in version 1.17.4.
Quoted source text, attributed separately from HOL analysis.