CVE-2020-25674
Last modified
CVE-2020-25674 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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. EPSS estimates a 1.02% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Imagemagick | Imagemagick | < 6.9.10-68 |
| Imagemagick | Imagemagick | >= 7.0.0-0, < 7.0.8-68 |
| Debian | Debian Linux | 9.0 |
References
- https://bugzilla.redhat.com/show_bug.cgi?id=1891928Exploit, Issue Tracking, Patch, Third Party Advisory
- https://lists.debian.org/debian-lts-announce/2021/01/msg00010.htmlMailing List, Third Party Advisory
- https://bugzilla.redhat.com/show_bug.cgi?id=1891928Exploit, Issue Tracking, Patch, Third Party Advisory
- https://lists.debian.org/debian-lts-announce/2021/01/msg00010.htmlMailing List, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2020-25674?
How severe is CVE-2020-25674?
How do I fix CVE-2020-25674?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2020
- CVE-2020-25669A vulnerability was found in the Linux Kernel where the func…7.8
- CVE-2020-2567Vulnerability in the Oracle Retail Customer Management and S…4.8
- CVE-2020-25670A vulnerability was found in Linux Kernel where refcount lea…7.8
- CVE-2020-25671A vulnerability was found in Linux Kernel, where a refcount …7.8
- CVE-2020-25672A memory leak vulnerability was found in Linux kernel in llc…7.5
- CVE-2020-25673A vulnerability was found in Linux kernel where non-blocking…5.5
- CVE-2020-25675In the CropImage() and CropImageToTiles() routines of Magick…3.3
- CVE-2020-25676In CatromWeights(), MeshInterpolate(), InterpolatePixelChann…5.5
- CVE-2020-25677A flaw was found in Ceph-ansible v4.0.41 where it creates an…5.5
- CVE-2020-25678A flaw was found in ceph in versions prior to 16.y.z where c…4.4
- CVE-2020-25679Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultID…
- CVE-2020-2568Vulnerability in the Oracle Applications DBA component of Or…3.9
Are you affected by CVE-2020-25674?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
