Description
A flaw was found in EAP's undertow http/1.1 chunked-transfer decoder. missing limits on size and count would allow an attacker to use an unauthenticated connection to drive the JVM to an OutOfMemory error, stopping all deployments on the listener, and achieving Denial of Service.
Published: 2026-08-11
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw exists in the HTTP/1.1 chunked transfer decoder of EAP’s Undertow web server. The decoder accepts chunked requests without imposing limits on the size or count of chunks, allowing an unauthenticated attacker to send a specially crafted request that consumes excessive memory. The JVM ultimately exhausts heap space, causing an OutOfMemoryError that brings down all deployments listening on the affected socket. This results in a denial of service. The weakness is classified as CWE‑770.

Affected Systems

The vulnerability affects Red Hat JBoss Enterprise Application Platform versions 7, 8, and the Expansion Pack. No specific version ranges are listed; any deployment of these products is potentially impacted until a fix is applied.

Risk and Exploitability

The CVSS score of 7.5 indicates a high severity. The EPSS score is not available, and the vulnerability is not yet listed in the CISA KEV catalog. Based on the description, the likely attack vector is a remote, unauthenticated connection to an HTTP listener that accepts chunked requests. An attacker can trigger the denial of service without needing credentials or privileged access.

Generated by OpenCVE AI on August 11, 2026 at 10:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor patch or upgrade to a fixed release of Red Hat JBoss Enterprise Application Platform.
  • If a patch is unavailable, disable or restrict chunked transfer encoding on the application server or configure a maximum request body size to prevent excessively large chunks from being processed.
  • Monitor application performance and network traffic for signs of heap exhaustion or sudden resource depletion, and isolate affected services to contain service disruptions.

Generated by OpenCVE AI on August 11, 2026 at 10:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 11 Aug 2026 09:15:00 +0000

Type Values Removed Values Added
Description A flaw was found in EAP's undertow http/1.1 chunked-transfer decoder. missing limits on size and count would allow an attacker to use an unauthenticated connection to drive the JVM to an OutOfMemory error, stopping all deployments on the listener, and achieving Denial of Service.
Title Undertow-core: oom via missing limits in chunked trailer in eap's undertow
First Time appeared Redhat
Redhat jboss Enterprise Application Platform
Redhat jbosseapxp
Weaknesses CWE-770
CPEs cpe:/a:redhat:jboss_enterprise_application_platform:7
cpe:/a:redhat:jboss_enterprise_application_platform:8
cpe:/a:redhat:jbosseapxp
Vendors & Products Redhat
Redhat jboss Enterprise Application Platform
Redhat jbosseapxp
References
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'}


Subscriptions

Redhat Jboss Enterprise Application Platform Jbosseapxp
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-08-11T08:49:49.419Z

Reserved: 2026-07-13T05:08:26.350Z

Link: CVE-2026-15561

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-11T10:30:04Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling