Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Network-accessible vulnerable audio library with no auth or user interaction; heap overflow can lead to full compromise.
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
Lifecycle Timeline
4DescriptionCVE.org
Unchecked unsigned integer overflow in buffer size calculation in schreibfaul1 ESP32-audioI2S 3.4.5 leads to undersized PSRAM buffer allocation. Subsequent normal audio buffer read and write operations cause heap out-of-bounds access, memory corruption, denial of service, and potential code execution.
AnalysisAI
Heap-based buffer overflow in schreibfaul1 ESP32-audioI2S library version 3.4.5 allows remote unauthenticated attackers to corrupt PSRAM memory, leading to denial of service and potential arbitrary code execution. An unchecked unsigned integer overflow when allocating a buffer for audio processing results in an undersized allocation; subsequent read/write operations overrun the heap. A proof-of-concept exploit is publicly available, but the vulnerability is not listed in CISA's Known Exploited Vulnerabilities catalog.
Technical ContextAI
The vulnerability resides in the Audio.cpp file of the ESP32-audioI2S library, an Arduino component used for I2S audio output on ESP32 microcontrollers. The underlying technology involves PSRAM buffer allocation during audio stream processing, where an unchecked unsigned integer overflow (CWE-122 Heap-based Buffer Overflow) leads to an undersized allocation. The CPE string is generic (cpe:2.3:a:n/a:n/a:*:*:*:*:*:*:*:*), but the affected product is specifically the ESP32-audioI2S library version 3.4.5. This library is commonly used in IoT devices for streaming internet radio or other audio content over Wi-Fi, directly aligning with the network-based attack vector.
RemediationAI
No vendor-released patch is available at the time of this analysis. Users should monitor the official GitHub repository for a fix. As a workaround, restrict network access to the device's audio streaming services or disable processing of untrusted audio sources. Developers can fork the library and implement input validation on buffer size calculations to prevent the integer overflow. Note that disabling audio streaming functionality may break intended device functionality, and manual patching requires careful integration.
LibreNMS before 24.10.0 allows a remote attacker to execute arbitrary code via OS command injection involving AboutContr
Reachable assertion in Open5GS up to version 2.7.6 allows remote unauthenticated attackers to crash the Diameter CER han
A Command Injection issue in the payload build page in BYOB (Build Your Own Botnet) 2.0 allows attackers to execute arbi
Denial of service in Open5GS 2.7.6 and earlier allows network-adjacent attackers with low-privilege Diameter Gx peer acc
Denial of service in Open5GS HSS (Home Subscriber Server) versions 2.7.0 through 2.7.6 is triggered remotely by manipula
Remote command injection in Control Web Panel allows unauthenticated attackers to execute arbitrary OS commands as root
LINQPad before 5.52.01 Pro edition is vulnerable to Unsafe Deserialization in LINQPad.AutoRefManager::PopulateFromCache(
Remote code execution in dash-uploader (Python package for Plotly Dash) versions 0.1.0 through 0.7.0a2 allows unauthenti
Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr
SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg
Arbitrary file read in Yu AI Code Mother v4.3 lets anonymous, remote attackers retrieve files outside the intended previ
Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali
Same weakness CWE-122 – Heap-based Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-49860
GHSA-6472-64ch-7p8m