All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-29035
HIGHpublished 2026-08-11 21:17 UTC · 1 day ago · modified 2026-08-12 17:17 UTC
8.3
CVSS / 10
// description
CivetWeb (commit 4a4f0c95) contains a heap and stack buffer overflow vulnerability in the read_websocket() function that allows unauthenticated remote attackers to corrupt memory by sending compressed WebSocket frames when both USE_ZLIB and MG_EXPERIMENTAL_INTERFACES are defined. Attackers can negotiate permessage-deflate during the WebSocket handshake and send a crafted frame with the RSV1 bit set, causing the server to write a 4-byte zlib sync trailer out-of-bounds past the allocated buffer, leading to heap metadata corruption, denial of service, or potential code execution.
// weaknesses (CWE)
- CWE-787