Vulnerability Description
bep/imagemeta is a Go library for reading EXIF, IPTC and XMP image meta data from JPEG, TIFF, PNG, and WebP files. The EXIF data format allows for defining excessively large data structures in relatively small payloads. Before v0.10.0, If you didn't trust the input images, this could be abused to construct denial-of-service attacks. v0.10.0 added LimitNumTags (default 5000) and LimitTagSize (default 10000) options.
Related Weaknesses (CWE)
References
- https://github.com/bep/imagemeta/commit/4fd89616d8bf7f9bb892360d3fb19080ec2b4602
- https://github.com/bep/imagemeta/security/advisories/GHSA-q7rw-w4cq-2j6w
FAQ
What is CVE-2025-32024?
CVE-2025-32024 is a documented vulnerability. bep/imagemeta is a Go library for reading EXIF, IPTC and XMP image meta data from JPEG, TIFF, PNG, and WebP files. The EXIF data format allows for defining excessively large data structures in relativ...
How severe is CVE-2025-32024?
CVSS scoring is not yet available for CVE-2025-32024. Check NVD for updates.
Is there a patch for CVE-2025-32024?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.