CVE-2026-26449
Received Received - Intake

Null Pointer Dereference in Stomper WebSocket Server

Vulnerability report for CVE-2026-26449, 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

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.

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 occurs in Stomper when a client sends a SEND frame without a destination header. The server then tries to process this malformed frame, leading to a null pointer dereference or invalid memory access. This causes the server process to crash.

Detection Guidance

Detecting this vulnerability requires monitoring for crashes in the Stomper server when processing SEND frames without a destination header. Check server logs for null pointer dereference errors or segmentation faults during frame processing. Use network monitoring tools like tcpdump or Wireshark to capture and inspect SEND frames for missing destination headers.

Impact Analysis

If you use Stomper, an attacker could exploit this flaw by sending a specially crafted SEND frame without a destination header. This would crash the server, leading to a denial of service (DoS) and potentially disrupting services that rely on it.

Compliance Impact

This vulnerability causes a server crash due to a null pointer dereference when processing malformed SEND frames. It does not directly impact compliance with standards like GDPR or HIPAA as it is a denial-of-service issue rather than a data breach or privacy violation.

Mitigation Strategies

Update Stomper to a patched version that handles missing destination headers in SEND frames properly. If an update is unavailable, implement input validation to reject frames without the destination header before processing.

Chat Assistant

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

EPSS Chart