Description
ImageMagick before 7.1.2-22 contains a division by zero vulnerability in binomial kernel processing that allows attackers to cause denial of service. An attacker can supply a large binomial kernel value causing integer overflow, resulting in division by zero and application crash.
Published: 2026-06-30
Score: 4.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

ImageMagick before version 7.1.2-22 contains a division by zero flaw in the binomial kernel processing routine. The bug can be triggered by supplying an excessively large binomial kernel value, which causes the internal arithmetic to overflow and the subsequent division by zero, crashing the application. The vulnerability is classified as CWE-190 (Integer Division or Modulo by Zero) and results only in a loss of availability, as an attacker can terminate the ImageMagick process but cannot gain code execution or read sensitive data.

Affected Systems

The vulnerability affects ImageMagick installations running any version prior to 7.1.2-22, including the default builds used by many web servers, content management systems, and batch image processing pipelines. Administrators should review whether their systems incorporate ImageMagick 7.x and verify the installed version number.

Risk and Exploitability

The CVSS score of 4.8 indicates moderate severity, with the EPSS score unavailable but not listed in the CISA KEV catalog. The likely attack vector is local or remote image processing, where an attacker supplies a crafted image containing a large binomial kernel. An attacker does not need administrative privileges but must be able to feed images to the vulnerable ImageMagick instance, which can be a web application or other consumer of image files.

Generated by OpenCVE AI on June 30, 2026 at 23:38 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update ImageMagick to version 7.1.2-22 or later, which contains the kernel bounds check that fixes the overflow.
  • If an upgrade is not immediately possible, configure ImageMagick or the surrounding application to reject or sanitize images with binomial kernel values above a safe threshold, effectively disabling the vulnerable processing path.
  • Deploy the ImageMagick installation behind a firewall or in a container with restricted file access, ensuring that only trusted internal processes can invoke image conversion or manipulation functions.

Generated by OpenCVE AI on June 30, 2026 at 23:38 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

Mon, 06 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Low


Wed, 01 Jul 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, 30 Jun 2026 22:45:00 +0000

Type Values Removed Values Added
Description ImageMagick before 7.1.2-22 contains a division by zero vulnerability in binomial kernel processing that allows attackers to cause denial of service. An attacker can supply a large binomial kernel value causing integer overflow, resulting in division by zero and application crash.
Title ImageMagick - Division by Zero in Binomial Kernel Processing
First Time appeared Imagemagick
Imagemagick imagemagick
Weaknesses CWE-190
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:L/PR:N/UI:R/S:U/C:N/I:N/A:L'}

cvssV4_0

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


Subscriptions

Imagemagick Imagemagick
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-01T14:46:38.751Z

Reserved: 2026-06-20T21:16:53.711Z

Link: CVE-2026-56363

cve-icon Vulnrichment

Updated: 2026-07-01T14:46:33.826Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Low

Publid Date: 2026-06-30T22:08:36Z

Links: CVE-2026-56363 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-01T03:30:05Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound