PoC Index

CVE-2025-57807

CRITICAL 9.8EPSS 0.3%

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.

CVSS v3.1
9.8 CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS v3.1
3.8 LOWCVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:L
CVSS v3.1
3.8 LOWCVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:L
EPSS
0.29% chance of exploitation in the next 30 days, 21th percentile
Published
2025-09-05
Updated
2025-11-03

Proof-of-concept exploits (1)

References

Related