Vulnerability Monitor

The vendors, products, and vulnerabilities you care about

CVE-2025-57807


ImageMagick is free and open-source software used for editing and manipulating digital images. ImageMagick versions lower than 14.8.2 include insecure functions: SeekBlob(), which permits advancing the stream offset beyond the current end without increasing capacity, and WriteBlob(), which then expands by quantum + length (amortized) instead of offset + length, and copies to data + offset. When offset ≫ extent, the copy targets memory beyond the allocation, producing a deterministic heap write on 64-bit builds. No 2⁶⁴ arithmetic wrap, external delegates, or policy settings are required. This is fixed in version 14.8.2.


Published

2025-09-05T22:15:34.340

Last Modified

2025-09-10T15:31:10.927

Status

Analyzed

Source

[email protected]

Severity

CVSSv3.1: 3.8 (LOW)

Weaknesses
  • Type: Secondary
    CWE-122
    CWE-131
    CWE-787

Affected Vendors & Products
Type Vendor Product Version/Range Vulnerable?
Application imagemagick imagemagick < 6.9.13-29 Yes
Application imagemagick imagemagick < 7.1.2-3 Yes

References