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: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Patch
AI Analysis

Impact

Stomper processes STOMP frames and, when a client sends a SEND frame without the required destination header, the server dereferences a null pointer. This causes an invalid memory access that crashes the process, leading to a loss of availability for the affected service. The weakness is a null pointer dereference, identified as CWE‑476.

Affected Systems

The known vulnerable code exists in the open‑source Stomper server, specifically in revision 5e2741e and earlier builds that do not enforce the presence of the destination header in a SEND frame. No formal vendor is assigned; the project is typically deployed in environments that handle STOMP messaging.

Risk and Exploitability

The CVSS vector gives a score of 7.5, signifying a severe impact for availability. The EPSS score is less than 1 %, indicating a low probability of exploitation in the wild, and the vulnerability is not listed in the CISA KEV catalog. It is inferred that an attacker could trigger the crash from any external client able to send a malformed SEND frame, implying a remote attack vector over the STOMP network protocol. The vulnerability does not provide privilege escalation or data disclosure, so the risk is limited to service disruption.

Generated by OpenCVE AI on August 28, 2026 at 08:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply an official update to Stomper once the maintainers issue a fix for the null pointer dereference
  • Validate the destination header in SEND frames before processing to prevent dereferencing null pointers
  • Configure monitoring on server logs for crash‑related entries and enable an automated restart or recovery mechanism to maintain availability

Generated by OpenCVE AI on August 28, 2026 at 08:11 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: Stomper: Denial of Service via missing destination header in SEND frame
References
Metrics threat_severity

None

threat_severity

Important


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

Type Values Removed Values Added
Title Null Pointer Dereference via Missing Destination Header in Stomper

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

Type Values Removed Values Added
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'}

ssvc

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


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-27T18:16:03.976Z

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

Link: CVE-2026-26449

cve-icon Vulnrichment

Updated: 2026-08-27T18:15:46.487Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-26449

cve-icon Redhat

Severity : Important

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

Links: CVE-2026-26449 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T08:15:06Z

Weaknesses