Description
ImageMagick is free and open-source software used for editing and manipulating digital images. 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 vendor’s –concatenate option was implemented without the necessary policy checks, allowing an attacker to choose filenames that traverse directories. This flaw permits the attacker to read or write files in locations that the security policy normally forbids, directly compromising the confidentiality and integrity of protected data. The weakness is an example of path traversal, missing authorization, and policy bypass, as identified by the associated CWE identifiers.

Affected Systems

All publicly available builds of ImageMagick before version 7.1.2‑26 are impacted. The product is identified under the ImageMagick:ImageMagick vendor/product name and includes the library’s image processing functionality.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity while the EPSS score of less than 1% reflects a very low but non‑zero chance of exploitation. The vulnerability is not listed in CISA’s KEV catalog. The likely attack vector is the execution of the –concatenate command with maliciously constructed filenames, which could be used in any environment that processes untrusted image files, such as web servers, content management systems, or media handling services.

Generated by OpenCVE AI on August 4, 2026 at 08:02 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ImageMagick to version 7.1.2‑26 or later to restore policy checks.
  • If an upgrade is not immediately possible, adjust the ImageMagick security policy to explicitly deny access to directories that could be targeted by –concatenate, ensuring proper authorization enforcement.
  • Sanitize and validate all filenames or paths supplied to –concatenate to prevent directory traversal before processing.

Generated by OpenCVE AI on August 4, 2026 at 08:02 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
Github GHSA Github GHSA GHSA-82mp-vp5c-9pf7 ImageMagick: Policy Bypass in concatenate operation due to missing checks
History

Wed, 29 Jul 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 29 Jul 2026 20:45: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. ImageMagick is free and open-source software used for editing and manipulating digital images. 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.

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-29T20:30:01.982Z

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

Link: CVE-2026-55628

cve-icon Vulnrichment

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

cve-icon NVD

Status : Deferred

Published: 2026-07-01T19:16:55.707

Modified: 2026-07-29T21:17:47.470

Link: CVE-2026-55628

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-55628 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T08:15:06Z

Weaknesses
  • CWE-1220

    Insufficient Granularity of Access Control

  • CWE-73

    External Control of File Name or Path

  • CWE-862

    Missing Authorization