Skip to main content

Out-of-bounds Write

CVE-2023-3745

Severity Medium
Score 5.5/10

Summary

An Out-of-bounds Write issue was found in ImageMagick's "PushCharPixel()" function of "quantum-private.h". This issue may allow a local attacker to trick the user into opening a specially crafted file, triggering an Out-of-bounds read/write error and allowing an application to crash, resulting in a Denial of Service. This vulnerability affects ImageMagick6 versions prior to 6.9.11-0 and ImageMagick7 versions prior to 7.0.10-0.

  • LOW
  • LOCAL
  • NONE
  • UNCHANGED
  • REQUIRED
  • NONE
  • NONE
  • HIGH

CWE-787 - Out-of-Bounds Write

Out-of-bounds write vulnerability is a memory access bug that allows software to write data past the end or before the beginning of the intended buffer. This may result in the corruption of data, a crash, or arbitrary code execution.

Advisory Timeline

  • Published