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: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Patch
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. The CVSS score of 7.5 and an EPSS score of < 1% indicate moderate to high severity but a low likelihood of exploitation. 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 listed in CISA KEV, 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 September 1, 2026 at 17:47 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 September 1, 2026 at 17:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Title Stomper Broker SIGPIPE Crash Causes Denial of Service stomper: Stomper: Denial of Service due to improper handling of closed TCP connections
Weaknesses CWE-248
References
Metrics threat_severity

None

threat_severity

Important


Fri, 28 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Title Stomper Broker SIGPIPE Crash Causes Denial of Service

Fri, 28 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 28 Aug 2026 18:30:00 +0000

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

Thu, 27 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-703
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


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-27T18:42:45.230Z

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

Link: CVE-2026-26446

cve-icon Vulnrichment

Updated: 2026-08-27T18:42:27.508Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-08-28T21:20:39.190

Link: CVE-2026-26446

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-26T00:00:00Z

Links: CVE-2026-26446 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-01T18:00:18Z

Weaknesses
  • CWE-248

    Uncaught Exception

  • CWE-703

    Improper Check or Handling of Exceptional Conditions