Vulnerability Description
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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/espressif/esp-idf/commit/303c01305acb8ae5c4eb24a1786300681b48
- https://github.com/espressif/esp-idf/commit/6ffafe8e93142ef8ffe51a6311d4abfc0f10
- https://github.com/espressif/esp-idf/commit/7ccfc00f39faf1b7e5919f45b56fe44ba699
- https://github.com/espressif/esp-idf/commit/82c5c2dad45313786fb7e973059bc9094d95
- https://github.com/espressif/esp-idf/commit/f2df45bcedef11354e83c31a9718d680a684
- https://github.com/espressif/esp-idf/releases/tag/v6.0.2
- https://github.com/espressif/esp-idf/security/advisories/GHSA-v6r2-f6p2-88cj
FAQ
What is CVE-2026-55687?
CVE-2026-55687 is a vulnerability with a CVSS score of 7.5 (HIGH). 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...
How severe is CVE-2026-55687?
CVE-2026-55687 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-55687?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.