CVE-2026-26447
Received Received - Intake

Use-After-Free in Stomper Broker via SUBSCRIBE Command

Vulnerability report for CVE-2026-26447, 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 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 a heap use-after-free during StompClient destruction, causing the broker process to crash. An unauthenticated client can exploit this to reliably trigger a denial of service.

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 Use-After-Free issue in Stomper 5e2741e. It occurs when a client repeatedly sends SUBSCRIBE commands for the same destination over one connection and then closes it. The broker fails to properly clean up internal subscription structures, leading to a heap use-after-free during StompClient destruction. This causes the broker process to crash.

Detection Guidance

Detecting this vulnerability requires monitoring for crashes in the Stomper broker process after repeated SUBSCRIBE commands. Check logs for segmentation faults or abnormal terminations. Use tools like gdb to analyze core dumps if crashes occur. Monitor network traffic for repeated SUBSCRIBE commands from the same client. No specific commands are provided for detection.

Impact Analysis

An unauthenticated attacker can exploit this to crash the broker process, resulting in a denial of service. This disrupts service availability for all clients relying on the broker.

Compliance Impact

This vulnerability causes a denial of service by crashing the broker process, which could disrupt data processing or availability. For GDPR, this may impact data integrity and availability requirements under Article 32. For HIPAA, it could affect the availability of protected health information systems.

Mitigation Strategies

Update Stomper to the latest version that fixes the use-after-free issue in subscription cleanup. If an update is not available, restrict client connections to trusted sources and monitor broker processes for crashes.

Chat Assistant

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

EPSS Chart