AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2025-32024

UNKNOWN · CVSS N/A EPSS 0.17% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-04-08 · Last synced 2026-08-04

CyberRota Analysis

This vulnerability has an unknown severity rating. Public exploit code or proof-of-concept references have been detected in its references. It may lead to a denial-of-service condition.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2025-32024
Severity
UNKNOWN
CVSS
N/A
EPSS
0.17%

Original NVD 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.