CVE-2026-25990: Pillow has an out-of-bounds write when loading PSD images
Pillow is a Python imaging library. From 10.3.0 to before 12.1.1, an out-of-bounds write may be triggered when loading a specially crafted PSD image. This vulnerability is fixed in 12.1.1.
Security readout for executives and security teams
Pillow, a widely used Python image library, can write outside intended memory while loading a malicious PSD file. Organizations are mainly exposed where applications process PSD images from users, partners, or automated ingestion. The upstream fix is Pillow 12.1.1. Exposure is most likely in Python services, batch jobs, or desktop tools using vulnerable Pillow versions to open PSD files, especially upload, conversion, thumbnailing, or media-processing workflows. Red Hat advisories indicate downstream packages also required vendor attention. Treat as a high-priority patch for systems processing untrusted PSD files. Prioritize internet-facing upload paths and automated media pipelines first, then internal tools and packaged OS dependencies. Mitigation focus: Upgrade Pillow to 12.1.1 or later where directly managed.; Apply relevant Red Hat or OS vendor security updates for packaged Pillow.; Temporarily restrict PSD ingestion from untrusted sources until patched..
Prepared
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-787: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
5Timeline events
3ADP providers
25Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-787 · source CWE mapping
Out-of-bounds Write
Out-of-bounds Write represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.