Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
File must be opened locally by a victim, so AV:L and UI:R; claimed arbitrary code execution justifies C:H/I:H/A:H rather than the input vector's availability-only impact.
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
Lifecycle Timeline
3DescriptionCVE.org
An integer overflow in the PSD parser compnent of FastStone Image Viewer v8.3 allows attackers to execute arbitrary code or cause a Denial of Service (DoS) via supplying a crafted PSD file.
AnalysisAI
Arbitrary code execution and denial of service in FastStone Image Viewer 8.3 occur when the application parses a maliciously crafted Photoshop (PSD) file, triggering an integer overflow in its PSD parsing component. Affected users are those who open attacker-supplied PSD files in this Windows freeware image viewer; successful exploitation can crash the application or, per the reporter and tags, lead to code execution in the user's context. No public exploit identified at time of analysis, and the issue is not listed in CISA KEV.
Technical ContextAI
FastStone Image Viewer is a Windows desktop image browser, viewer, and converter that natively decodes many raster formats, including Adobe's layered PSD format. The flaw lives in the routine that parses PSD file structures, where attacker-controlled size or dimension fields are used in arithmetic without bounds validation, producing an integer overflow (classic CWE-190 behavior). NVD tags the root cause as CWE-400 (Uncontrolled Resource Consumption), which fits the DoS outcome, but the claimed arbitrary-code-execution path more typically maps to an integer overflow leading to undersized allocation and a subsequent out-of-bounds write (CWE-190/CWE-787) - this CWE mismatch should be verified against the CERT/CC note. The vulnerability is reached purely through file content, not any network service.
RemediationAI
No vendor-released patch version is identified in the available data, so the primary action is to monitor the vendor's download page (https://www.faststone.org/FSIVDownload.htm) and the CERT/CC note (https://kb.cert.org/vuls/id/936962) for a fixed release beyond 8.3 and upgrade as soon as one is published. As compensating controls until a patch exists, avoid opening PSD files from untrusted or unsolicited sources in FastStone Image Viewer and route PSD handling to a different, patched application; where feasible, change the default file-association for .psd so crafted files are not auto-opened by this viewer (trade-off: workflow disruption for users who routinely view PSDs). For higher-risk environments, run the viewer under a restricted/low-integrity account or application sandbox to limit the impact of any code execution, accepting some loss of convenience and integration.
Same weakness CWE-400 – Uncontrolled Resource Consumption
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-39773
GHSA-qqfj-jwq4-rqmg