Description
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 the crash by closing the socket at specific points.
Published: 2026-08-26
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Stomper broker contains a flaw that causes the server process to terminate when it receives a SIGPIPE signal, which occurs when data is sent to a TCP connection that has already been closed by the peer. The bug allows an unauthenticated attacker to trigger the crash by closing the socket at specific times, leading to an immediate denial of service. The weakness is rooted in improper signal handling within the broker’s network code, resulting in a fatal process exit.

Affected Systems

The vulnerability affects any deployment of the Stomper broker that includes the commit identified as 5e2741e. No vendor or product tree is listed in the advisory; however, any system running this exact build of Stomper is potentially exposed. Since no additional versioning information is provided, users should verify whether their copy matches or predates this commit.

Risk and Exploitability

The attack vector is remote over the network protocol that Stomper serves; any client capable of sending STOMP frames or closing a transport socket can provoke the crash. Because no CVSS score is supplied and the EPSS score is unavailable, the exact severity cannot be quantified. The existence of a straightforward, unauthenticated trigger indicates a high likelihood of exploitation if the broker is exposed to untrusted traffic or lacks network segmentation. KEV status is not reported, so no public exploitation evidence is currently known, but the ease of triggering suggests the risk to availability is significant.

Generated by OpenCVE AI on August 26, 2026 at 21:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Stomper broker to a version that correctly handles SIGPIPE (e.g., by installing a signal handler such as signal(SIGPIPE, SIG_IGN) or by applying the maintainers’ patch for commit 5e2741e).
  • Configure the broker process to be automatically restarted by a supervisor or container orchestrator if it exits due to a signal, ensuring service continuity.
  • Implement network segmentation or firewall rules to limit untrusted clients from sending STOMP frames or disconnecting sockets to the broker, thereby reducing the attack surface for triggering a denial of service.

Generated by OpenCVE AI on August 26, 2026 at 21:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
Title SIGPIPE Vulnerability in Stomper Broker Causes Denial of Service
Weaknesses CWE-400

Wed, 26 Aug 2026 20:15:00 +0000

Type Values Removed Values Added
Description 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 the crash by closing the socket at specific points.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-26T19:33:33.216Z

Reserved: 2026-02-16T00:00:00.000Z

Link: CVE-2026-26446

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-26T20:17:11.527

Modified: 2026-08-26T20:17:11.527

Link: CVE-2026-26446

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T22:00:04Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption