CVE-2025-32025 MEDIUM

CVE-2025-32025: bep/imagemeta allows a potentially large memory allocation in PNG and WebP parsing

Vendor Bep
Product imagemeta
Weakness CWE-770 · Uncontrolled resource consumption
Published April 8, 2025
Last update April 8, 2025

CVSS base score

6.9/10
Attack vector Local
Attack complexity Low
Privileges required None
User interaction None
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

What the vulnerability does

01Description

bep/imagemeta is a Go library for reading EXIF, IPTC and XMP image meta data from JPEG, TIFF, PNG, and WebP files. The buffer created for parsing metadata for PNG and WebP images was only bounded by their input data type, which could lead to potentially large memory allocation, and unreasonably high for image metadata. Before v0.11.0, If you didn't trust the input images, this could be abused to construct denial-of-service attacks. v0.11.0 added a 10 MB upper limit.

Key dates

02Disclosure timeline

April 8, 2025 CVE published
April 8, 2025 Record updated