CVE 3.8 LOW

ImageMagick BlobStream Forward-Seek Under-Allocation_CVE-2025-57807

3.8 / 10
LOW
CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:L

Description

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.

Basic Information

ID CVE-2025-57807
Source GitHub_M
Published Sep 5, 2025 at 21:16

Affected Product

Vendor ImageMagick
Product ImageMagick
Version < 14.8.2
Affected Versions ImageMagick ImageMagick < 14.8.2

CWE Classification

References

πŸ’­ Join the Security Discussion

πŸ”’ Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.