3 matches found
CVE-2026-26445
stomper 5e2741e is vulnerable to Denial of Service. A malicious client can send partial STOMP frames and keep the TCP connections open, which, combined with the broker s use of edge-triggered epoll EPOLLET and MSGPEEK in recv, causes sockets to enter a permanent half-read state. When enough such...
CVE-2026-26445
stomper 5e2741e is vulnerable to Denial of Service. A malicious client can send partial STOMP frames and keep the TCP connections open, which, combined with the broker s use of edge-triggered epoll EPOLLET and MSGPEEK in recv, causes sockets to enter a permanent half-read state. When enough such...
CVE-2026-26445
stomper at commit 5e2741e is vulnerable to a remote Denial of Service . A malicious client can send partial STOMP frames while keeping TCP connections open. Because the broker uses edge-triggered epoll (EPOLLET) and MSG_PEEK in recv(), these sockets enter a permanent half-read state. Once enough ...