CVE-2026-26446
Received Received - Intake

Stomper Denial of Service via SIGPIPE Termination

Vulnerability report for CVE-2026-26446, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-26

Last updated on: 2026-08-26

Assigner: MITRE

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-26
Last Modified
2026-08-26
Generated
2026-08-27
AI Q&A
2026-08-27
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a Denial of Service (DoS) issue in Stomper 5e2741e. When a broker sends data to a client whose TCP connection is already closed, the server process receives a SIGPIPE signal and crashes, causing a denial of service. Any unauthenticated client can exploit this by closing the socket at specific points to trigger the crash.

Detection Guidance

This vulnerability can be detected by monitoring for unexpected server process terminations (SIGPIPE) when clients close TCP connections abruptly. Check server logs for SIGPIPE signals or process crashes during network communication. Use tools like tcpdump or Wireshark to capture and inspect TCP connection resets or FIN packets sent by clients before expected data transmission completion.

Impact Analysis

This vulnerability allows unauthenticated attackers to crash the server by closing a TCP connection at specific times, disrupting service availability. The impact includes service outages, potential loss of data, and degraded performance for legitimate users.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards as it is a Denial of Service issue in a specific software component (Stomper 5e2741e). Compliance impacts would depend on how the affected system is used in a broader context, not the vulnerability itself.

Mitigation Strategies

Implement proper socket handling to ignore SIGPIPE signals on the server process. Ensure the server is configured to handle closed connections gracefully without crashing. Update or patch the Stomper software to a version that addresses this issue.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-26446. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart