Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2020-25674

5.5 · MEDIUM
Published Dec 8, 2020 imagemagick CWE-122 EPSS 1.02% (61th pctl)

Overview

CVE-2020-25674 is a medium-severity vulnerability affecting imagemagick imagemagick. It was published on December 8, 2020 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

WriteOnePNGImage() from coders/png.c (the PNG coder) has a for loop with an improper exit condition that can allow an out-of-bounds READ via heap-buffer-overflow. This occurs because it is possible for the colormap to have less than 256 valid values but the loop condition will loop 256 times, attempting to pass invalid colormap data to the event logger. The patch replaces the hardcoded 256 value with a call to MagickMin() to ensure the proper value is used. This could impact application availability when a specially crafted input file is processed by ImageMagick. This flaw affects ImageMagick versions prior to 7.0.8-68.

Remediation

Check the references section for vendor advisories and patches from imagemagick. Update imagemagick to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
imagemagick imagemagick >= 0, < 6.9.10-68 Affected

Frequently Asked Questions

What is CVE-2020-25674?

CVE-2020-25674 is a medium-severity vulnerability affecting imagemagick imagemagick. It was published on December 8, 2020 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2020-25674?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2020-25674?

Check the references section for vendor advisories and patches from imagemagick. Update imagemagick to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2020-25674?

CyberStrike's AI-powered security agents can automatically detect CVE-2020-25674 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.