Description
In versions prior to 7.1.2-26he, the `-concatenate` operation is missing policy checks, potentially resulting in both reading and writing to paths disallowed by the security policy. This issue has been fixed in version 7.1.2-26.
Published: 2026-07-01
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The –concatenate option in ImageMagick omitted necessary policy checks, enabling an attacker to use crafted filenames that traverse directories. This allows read or write operations on paths that the security policy normally forbids, effectively bypassing access controls. The flaw includes path traversal (CWE‑73), missing authorization (CWE‑862), and policy bypass (CWE‑1220), and can directly compromise confidentiality and integrity by exposing protected files or altering them.

Affected Systems

All ImageMagick releases prior to version 7.1.2‑26 are vulnerable; the vendor fixed the issue in 7.1.2‑26. The affected product is the ImageMagick image processing library, available under the ImageMagick:ImageMagick vendor/product name.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity while the EPSS score of less than 1% indicates a very low but non‑zero likelihood of exploitation. The vulnerability is not listed in CISA’s KEV catalog. Based on the description, it is inferred that an attacker can exploit the flaw by invoking the –concatenate command with maliciously crafted file names; this could occur in any context where untrusted image files are processed, such as web servers or media handling services.

Generated by OpenCVE AI on July 22, 2026 at 14:14 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ImageMagick to version 7.1.2‑26 or newer to apply the policy check fix.
  • If an upgrade is not immediately possible, modify the ImageMagick security policy to explicitly deny access to directories that –concatenate could target, ensuring proper authorization.
  • Sanitize and validate all filenames or paths supplied to –concatenate to prevent path traversal attacks.

Generated by OpenCVE AI on July 22, 2026 at 14:14 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4680-1 imagemagick security update
Debian DSA Debian DSA DSA-6383-1 imagemagick security update
History

Thu, 02 Jul 2026 12:30:00 +0000

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

None

threat_severity

Moderate


Thu, 02 Jul 2026 04:00:00 +0000

Type Values Removed Values Added
First Time appeared Imagemagick
Imagemagick imagemagick
Vendors & Products Imagemagick
Imagemagick imagemagick

Wed, 01 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Description In versions prior to 7.1.2-26he, the `-concatenate` operation is missing policy checks, potentially resulting in both reading and writing to paths disallowed by the security policy. This issue has been fixed in version 7.1.2-26.
Title ImageMagick: Policy Bypass in concatenate operation due to missing checks
Weaknesses CWE-73
CWE-862
References
Metrics cvssV3_1

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


Subscriptions

Imagemagick Imagemagick
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-01T18:34:34.320Z

Reserved: 2026-06-16T23:52:12.055Z

Link: CVE-2026-55628

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-01T18:16:23Z

Links: CVE-2026-55628 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-22T14:15:02Z

Weaknesses
  • CWE-1220

    Insufficient Granularity of Access Control

  • CWE-73

    External Control of File Name or Path

  • CWE-862

    Missing Authorization