Description
ImageMagick before 7.1.2-30 contains a time-of-check-time-of-use vulnerability in path policy enforcement on Windows that allows attackers to bypass read or write restrictions by exploiting symlink race conditions. Attackers can swap symlinks between policy validation and file access to read or write policy-denied files.
Published: 2026-09-07
Score: 1 Low
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized File Access
Action: Immediate Patch
AI Analysis

Impact

ImageMagick before 7.1.2-30 contains a time-of-check time-of-use flaw in its path-policy enforcement on Windows. The flaw lets an attacker arrange for a symbolic link to be swapped between the policy check and the actual file access. By doing so, the attacker can read files that are otherwise blocked by the policy, or write to policy-denied locations, effectively bypassing all read or write restrictions imposed by the program. This flaw corresponds to the CWE-367 Race Condition and CWE-59 Path Manipulation weaknesses.

Affected Systems

ImageMagick. All versions prior to 7.1.2-30 are affected. The vulnerability applies to installations running on Windows platforms.

Risk and Exploitability

The CVSS score of 1 indicates a low severity metric, yet the impact can be considerable in environments where ImageMagick processes files from untrusted sources. Based on the description, it is inferred that the exploit requires the attacker to influence the symbolic link that ImageMagick resolves, so the likely attack vector is local or remote privilege escalation where the attacker can supply a crafted image file containing a symlink. Since the EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog, there is presently no evidence of widespread exploitation; however, the race condition could be abused with sufficient local access. In any case, the possibility of reading or writing protected files warrants timely remediation.

Generated by OpenCVE AI on September 8, 2026 at 02:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the patch delivered in ImageMagick 7.1.2-30 or later.
  • Adjust ImageMagick path policy to disallow symbolic link following, mitigating CWE-59 path manipulation vulnerabilities.
  • Run ImageMagick processes with the least privilege necessary and restrict file system access to policy-protected directories.

Generated by OpenCVE AI on September 8, 2026 at 02:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 08 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-367
References
Metrics threat_severity

None

threat_severity

Low


Mon, 07 Sep 2026 13:00:00 +0000

Type Values Removed Values Added
Description ImageMagick before 7.1.2-30 contains a time-of-check-time-of-use vulnerability in path policy enforcement on Windows that allows attackers to bypass read or write restrictions by exploiting symlink race conditions. Attackers can swap symlinks between policy validation and file access to read or write policy-denied files.
Title ImageMagick before 7.1.2-30 Path Policy TOCTOU Symlink Race
First Time appeared Imagemagick
Imagemagick imagemagick
Weaknesses CWE-59
CPEs cpe:2.3:a:imagemagick:imagemagick:*:*:*:*:*:*:*:*
Vendors & Products Imagemagick
Imagemagick imagemagick
References
Metrics cvssV3_1

{'score': 3.3, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:N'}

cvssV4_0

{'score': 1, 'vector': 'CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:P/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Imagemagick Imagemagick
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-10T15:04:23.805Z

Reserved: 2026-09-07T12:33:13.368Z

Link: CVE-2026-86422

cve-icon Vulnrichment

Updated: 2026-09-10T14:19:01.891Z

cve-icon NVD

Status : Analyzed

Published: 2026-09-07T13:20:41.103

Modified: 2026-09-10T16:18:02.537

Link: CVE-2026-86422

cve-icon Redhat

Severity : Low

Publid Date: 2026-09-07T12:53:45Z

Links: CVE-2026-86422 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-08T02:15:08Z

Weaknesses
  • CWE-367

    Time-of-check Time-of-use (TOCTOU) Race Condition

  • CWE-59

    Improper Link Resolution Before File Access ('Link Following')