SEPTEMBER 8, 2026
Live Feed
Back to database
Case File

CVE-2026-44891

HIGH · CVSS 7.5 EPSS 0.42% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-17 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The vulnerability exists in the StompSubframeDecoder of the Netty framework, where it fails to limit the total number of headers or their cumulative size per frame, potentially leading to a denial of service (DoS) due to an OutOfMemoryError. This issue affects any servers utilizing STOMP endpoints with versions prior to 4.1.136.Final and 4.2.16.Final. Organizations using these affected versions should prioritize updating to the fixed versions to mitigate the risk of service disruption.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-44891
Severity
HIGH
CVSS
7.5
EPSS
0.42%

Original NVD Description

Netty is a network application framework for development of protocol servers and clients. Prior to 4.1.136.Final and 4.2.16.Final, io.netty.handler.codec.stomp.StompSubframeDecoder fails to limit the total number of headers or their cumulative size per frame, and the maxLineLength parameter only restricts individual header lines. An attacker can send a large number of short headers that are accumulated in memory inside DefaultStompHeadersSubframe until the JVM throws an OutOfMemoryError, causing denial of service for servers exposing a STOMP endpoint based on StompSubframeDecoder. This issue is fixed in versions 4.1.136.Final and 4.2.16.Final.

Related CVEs

Other vulnerabilities affecting the same vendor(s)