CVE Catalog

CVE-2026-55687

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.39%

31th percentile - higher than 31% of all known CVEs

Summary

A vulnerability in the Espressif IoT Development Framework (ESP-IDF) allows an out-of-bounds write on the stack when parsing the DQT marker in JPEG files. An attacker can supply a crafted JPEG image, leading to a denial of service.

Risk Assessment

The risk is that remote attackers can crash IoT devices running ESP-IDF by sending a malicious JPEG file, potentially disrupting critical operations.

Recommendation

Update ESP-IDF to version 6.0.2 or later immediately; for older branches, upgrade to versions 5.5.5, 5.4.5, or 5.3.6 as soon as they are available.

Other vulnerabilities in ESP-IDF

See all
Original NVD description (English source)

ESF-IDF is the Espressif Internet of Things (IOT) Development Framework. Versions 6.0.1, 5.5.4, 5.4.4, 5.3.5, and possibly prior contain an out-of-bounds write in jpeg_parse_dqt_marker() in components/esp_driver_jpeg/jpeg_parse_marker.c because the attacker-controlled DQT marker Tq nibble is used as an index into the qt_tbl array without validating that it is in the range 0..3, allowing malformed JPEG input to corrupt stack memory and reliably trigger a denial of service. This issue is fixed in version 6.0.2 and is expected to be fixed in versions 5.5.5, 5.4.5, and 5.3.6.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS