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.
Published: 2026-08-26
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A client can send a SEND frame to a Stomper instance that omits the required destination header field. The server attempts to use this missing header, leading to a null pointer dereference and causing the process to crash. The primary impact is a loss of availability for the affected service, as it stops accepting further frames until restarted. The weakness involves the use of an uninitialized or null references during parsing, reflecting a classic null pointer dereference vulnerability.

Affected Systems

This vulnerability affects the open‑source Stomper server, specifically version 5e2741e and earlier builds that lack lenient input validation for the SEND frame. No vendor appears to be officially assigned for this product, and the product is typically deployed in environments that process STOMP messaging frames.

Risk and Exploitability

The CVSS score for this issue is not publicly disclosed, and no EPSS value is available, so the exact exploitation likelihood cannot be quantified. However, the crash can be triggered by any client able to send a malformed SEND frame, indicating that the attack vector is likely remote over the STOMP network protocol. The server would need to be reachable and the client must be able to target the specific listening port. Because the flaw causes a service‑disruption rather than privilege escalation or data theft, the risk is largely confined to availability. The vulnerability is not listed in the CISA KEV catalog, suggesting no known active exploitation at this time, but it remains actionable for service disruption.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to a patched version of Stomper once the maintainers release an official fix
  • Implement additional input validation to ensure the destination header is present before processing the frame
  • Monitor server logs for repeated crash events and enforce automated restart or recovery procedures

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 21:45:00 +0000

Type Values Removed Values Added
Title Null Pointer Dereference via Missing Destination Header in Stomper
Weaknesses CWE-476

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

Type Values Removed Values Added
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.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-26T19:34:33.302Z

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

Link: CVE-2026-26449

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-26449

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T21:30:12Z

Weaknesses