VYPR

stomper

by Mdoi

CVEs (5)

  • CVE-2026-26449Aug 26, 2026
    risk 0.00cvss epss

    In Stomper 5e2741e when a client sends a SEND frame missing the destination header field, the server triggers a null pointer dereference (or access to invalid memory) while processing the frame, causing the process to crash.

  • CVE-2026-26448Aug 26, 2026
    risk 0.00cvss epss

    Stomper 5e2741e is vulnerable to Use-After-Free. When a client sends multiple CONNECT frames on the same TCP connection, and subsequently another client (or a later connection) sends SEND frames to a destination previously subscribed on that connection, the broker may…

  • CVE-2026-26447Aug 26, 2026
    risk 0.00cvss epss

    Stomper 5e2741e is vulnerable to Use-After-Free. When a single client repeatedly issues SUBSCRIBE commands for the same destination over one connection and then closes that connection, the broker performs incorrect cleanup of its internal subscription structures. This results in…

  • CVE-2026-26446Aug 26, 2026
    risk 0.00cvss epss

    Stomper 5e2741e is vulnerable to Denial of Service. When a broker sends data to a client whose TCP connection was already closed by the peer, the server process receives SIGPIPE and immediately terminates, resulting in a denial of service. Any unauthenticated client can trigger…

  • CVE-2026-26445Aug 26, 2026
    risk 0.00cvss epss

    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…