Improper handling of highly compressed data in WeeChat - CVE-2026-53524
Published: September 8, 2026
Vulnerability details
The vulnerability allows a remote user to cause a denial of service.
The vulnerability exists due to improper handling of highly compressed data in the relay module\'s relay_websocket_inflate() function when decompressing WebSocket permessage-deflate frames. A remote user can send a small compressed WebSocket frame that expands to exhaust process memory to cause a denial of service.
The relay api protocol requires authentication before the WebSocket upgrade and enables permessage-deflate by default.