CVE-2026-51261

Published: Lug 28, 2026 Last Modified: Lug 28, 2026
ExploitDB:
Other exploit source:
Google Dorks:

Description

AI Translation Available

Missing mutex synchronization in AudioBuffer::freeSpace() in schreibfaul1 ESP32-audioI2S 3.4.5 creates a race condition between concurrent tasks. The function calculates available buffer space without protecting shared read/write pointers, returning an incorrectly large value. Trusting this value leads to heap out-of-bounds write, memory corruption, device crash, and arbitrary code execution.

https://github.com/programmervuln/cveadvisory-/blob/main/CVE-2026-51261
https://github.com/schreibfaul1/ESP32-audioI2S/blob/master/src/Audio.cpp