CVE-2026-38427
HIGHTasmota through 15.3.0.3 - Heap Buffer Overflow in fetch_jpg()
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2026-38427. PoCs published by sermikr0.
AI-analyzed exploit summary The repository contains a functional PoC exploit for CVE-2026-38427, demonstrating a uint16_t integer wraparound vulnerability in Tasmota's fetch_jpg() function, leading to heap corruption and potential DoS or RCE.
Description
An issue in fetch_jpg() in xdrv_10_scripter.ino in Tasmota through 15.3.0.3 allows a remote attacker to cause heap buffer overflow. The Content-Length from a JPEG stream is stored in a uint16_t variable; values above 65535 wrap around, causing allocation of a smaller buffer than the data actually read.
Exploits (1)
The repository contains a functional PoC exploit for CVE-2026-38427, demonstrating a uint16_t integer wraparound vulnerability in Tasmota's fetch_jpg() function, leading to heap corruption and potential DoS or RCE.
Scores
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L