Skip to main content

Severity by source

Vendor (redhat) PRIMARY
5.3 MEDIUM
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
vuln.today AI
5.3 MEDIUM

Standard HTTP chunked request requires no credentials and no special conditions; impact is limited to integrity (request smuggling/security bypass) with no confidentiality or availability consequence.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N
Red Hat
5.3 MEDIUM
qualitative

Primary rating from Vendor (redhat).

CVSS VectorVendor: redhat

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Lifecycle Timeline

2
Analysis Generated
Aug 11, 2026 - 16:18 vuln.today
CVE Published
Aug 11, 2026 - 15:32 cve.org
MEDIUM 5.3

DescriptionCVE.org

A flaw was found in the ChunkReader component of the Undertow HTTP server, which is used by WildFly and JBoss EAP to handle chunked transfer encoding. The issue occurs because the parser uses a single internal variable to store both the remaining chunk size and state flags. By sending a specially crafted request with an extremely large chunk size, an attacker can cause these values to overlap, tricking the parser into thinking a request has finished prematurely. This can allow a second, "smuggled" request to be processed out of sync, potentially bypassing security controls.

AnalysisAI

HTTP request smuggling in Undertow's ChunkReader component enables unauthenticated remote attackers to inject out-of-sync requests, bypassing upstream security controls such as authentication layers or reverse-proxy ACLs. Affected deployments include JBoss EAP 7, WildFly, Red Hat Enterprise Linux 8/9/10, Red Hat Data Grid 8, Red Hat Fuse 7, Red Hat Single Sign-On 7, and several Apache Camel-based Red Hat products. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Send crafted chunked HTTP/1.1 request with oversized chunk-size
Delivery
Trigger chunk-size/state variable aliasing in ChunkReader
Exploit
Parser signals premature request completion
Execution
Smuggled payload queued as new independent request
Persist
Front-end proxy security controls not applied to smuggled request
Impact
Smuggled request processed by Undertow backend with bypass of authentication or ACL

Vulnerability AssessmentAI

Exploitation Chunked transfer encoding support must be active on the Undertow server - this is a default-enabled, standard HTTP/1.1 behavior requiring no special configuration. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The CVSS 5.3 Medium vector (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N) correctly identifies network-reachable, unauthenticated exploitation with low complexity, but the integrity impact rating of 'Low' understates what request smuggling can enable in layered architectures. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An unauthenticated attacker sends an HTTP/1.1 chunked request to a JBoss EAP instance fronted by a WAF or authentication proxy, embedding a second HTTP request in the body using an oversized chunk-size value that triggers the ChunkReader state variable overlap. The front-end proxy, parsing the outer request correctly, applies authentication checks and passes the connection to Undertow; Undertow's desynchronized parser then processes the smuggled inner request as a new, unauthenticated request, potentially reaching an administrative endpoint or authenticated API resource without the proxy's security checks ever being applied. …
Remediation The primary fix is to apply Red Hat-issued patches for the specific product stream in use (JBoss EAP 7/8, RHEL 8/9/10, SSO 7, Data Grid 8, etc.) as they become available. … Detailed patch versions, workarounds, and compensating controls in full report.

Threat intelligence, references, and detailed analysis are available after sign-in.

Vendor StatusVendor

Share

CVE-2026-14180 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy