Description
ImageMagick before 7.1.2-30 and 6.9.13-55 contains a time-of-check-time-of-use (TOCTOU) vulnerability in the video decoder that allows attackers to bypass path policy write restrictions via symlink swaps. An attacker can replace a symlink between policy validation (check-time) and the file write operation (use-time) to write to policy-denied locations.
Published: 2026-09-07
Score: 2 Low
EPSS: < 1% Very Low
KEV: No
Impact: File system write bypass via symlink race
Action: Assess Impact
AI Analysis

Impact

ImageMagick before 7.1.2‑30 and 6.9.13‑55 contains a time‑of‑check/time‑of‑use flaw in the video decoder that allows an attacker to replace a symlink between policy validation and the actual file write. This race condition can be used to write to paths that are normally protected by the policy configuration, enabling unauthorized modification of privileged files and potential escalation of privileges. The weakness aligns with CWE‑59, a path traversal problem, and CWE‑367, a time‑of‑check/time‑of‑use condition.

Affected Systems

The vulnerability affects ImageMagick for all versions prior to 7.1.2‑30 and prior to 6.9.13‑55. Users running those releases of the ImageMagick imaging library are impacted and should note that the policy restrictions they rely on are not enforced until the identified versions are applied.

Risk and Exploitability

The CVSS score of 2 indicates a low severity issue. EPSS is not available, implying no evidence of widespread exploitation. The vulnerability is not listed in the CISA KEV catalog. An attacker would need local or controlled access to the image‑processing environment to trigger the race, typically by crafting a malicious image file that the ImageMagick engine parses. Because the flaw is a time‑of‑check/time‑of‑use race condition (CWE‑367) on the filesystem, the likelihood of successful exploitation in the wild is considered low, but the ability to overwrite policy files could provide a foothold for further attacks if an attacker gains any foothold in the system.

Generated by OpenCVE AI on September 8, 2026 at 01:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ImageMagick to version 7.1.2‑30 or newer, or 6.9.13‑55 or newer, to eliminate the TOCTOU flaw.
  • If an upgrade cannot be performed immediately, modify the image‑processing environment to run with no write privileges to the policy directory and to disable symlink creation for temporary files.
  • Restrict the creation and resolution of symbolic links in the directories used by ImageMagick, and run the image decoder under least privilege to mitigate the risk of untrusted symlink manipulation.

Generated by OpenCVE AI on September 8, 2026 at 01:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 19 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 and 6.9.13-55 contains a time-of-check-time-of-use (TOCTOU) vulnerability in the video decoder that allows attackers to bypass path policy write restrictions via symlink swaps. An attacker can replace a symlink between policy validation (check-time) and the file write operation (use-time) to write to policy-denied locations.
Title ImageMagick before 7.1.2-30 Path Traversal via 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': 2.5, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N'}

cvssV4_0

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


Subscriptions

Imagemagick Imagemagick
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-19T14:21:57.320Z

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

Link: CVE-2026-86424

cve-icon Vulnrichment

Updated: 2026-09-19T14:20:48.143Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-09-19T15:17:06.227

Link: CVE-2026-86424

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-86424 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-08T01:45:06Z

Weaknesses
  • CWE-367

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

  • CWE-59

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