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 MSG_PEEK in recv(), causes sockets to enter a permanent half-read state. When enough such connections accumulate, the broker stops receiving any further epoll events for those sockets and eventually hangs in epoll_wait, effectively refusing to process new messages.
Configurations

No configuration.

History

No history.

Information

Published : 2026-08-26 20:17

Updated : 2026-09-02 13:17


NVD link : CVE-2026-26445

Mitre link : CVE-2026-26445

CVE.ORG link : CVE-2026-26445


JSON object : View

Products Affected

No product.

CWE
CWE-770

Allocation of Resources Without Limits or Throttling