Skip to main content

Integer Overflow or Wraparound

CVE-2023-34151

Severity Medium
Score 5.5/10

Summary

A vulnerability was found in ImageMagick6 prior to versions 6.9.12-88 and ImageMagick versions prior to 7.1.1-10. This security flaw occurs as an undefined behaviour of casting "double" to "size_t" in "svg", "mvg" and other coders (recurring bugs of CVE-2022-32546).

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

CWE-190 - Integer Overflow or Wraparound

The software performs a calculation that can produce an integer overflow or wraparound, when the logic assumes that the resulting value will always be larger than the original value. This can introduce other weaknesses when the calculation is used for resource management or execution control.

Advisory Timeline

  • Published