Cyber Resilience

CVE-2026-28367

Redhat Jboss Enterprise Application Platform 7.0.0 … 8.0.0

Published
27 March 2026
Modified
29 June 2026
Patch / advisory
CVSS Score v3.1 8.7
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N
EPSS Score 0.0071 50th percentile
Risk Priority 62 floored blend · peak EPSS

Summary

CVE-2026-28367 is a high-severity HTTP Request/Response Smuggling (CWE-444) vulnerability in Redhat Jboss Enterprise Application Platform. Its CVSS base score is 8.7 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 50% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SC-7 (Boundary Protection) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2026-28367 is a vulnerability in Undertow, a Java web server used in products like Red Hat JBoss. The flaw allows a remote attacker to exploit it by sending `\r\r\r` as a header block terminator, enabling HTTP request smuggling when paired with certain proxy servers, such as older versions of Apache Traffic Server and Google Cloud Classic Application Load Balancer. This issue, published on 2026-03-27, is classified under CWE-444 (Inconsistent Interpretation of HTTP Requests) with a CVSS v3.1 base score of 8.7 (AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N).

A remote, unauthenticated attacker can exploit this vulnerability under high attack complexity conditions to perform request smuggling attacks. By manipulating header termination, the attacker can interfere with proxy request parsing, potentially leading to unauthorized access to internal services or manipulation of web requests, resulting in high impacts to confidentiality and integrity across the security scope.

Red Hat has issued a security advisory at https://access.redhat.com/security/cve/CVE-2026-28367 and a corresponding Bugzilla entry at https://bugzilla.redhat.com/show_bug.cgi?id=2443260, which provide details on affected versions and recommended mitigations or patches for impacted products.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A flaw was found in Undertow. A remote attacker can exploit this vulnerability by sending `\r\r\r` as a header block terminator. This can be used for request smuggling with certain proxy servers, such as older versions of Apache Traffic Server…

more

and Google Cloud Classic Application Load Balancer, potentially leading to unauthorized access or manipulation of web requests.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-28369Same product: Redhat Build Of Apache Camel - Hawtio
CVE-2026-28368Same product: Redhat Build Of Apache Camel - Hawtio
CVE-2025-0752Same vendor: Redhat
CVE-2026-4366Same product: Redhat Jboss Enterprise Application Platform
CVE-2025-12543Same product: Redhat Data Grid
CVE-2026-15945Same product: Redhat Data Grid
CVE-2026-4874Same product: Redhat Jboss Enterprise Application Platform
CVE-2025-9784Same product: Redhat Build Of Apache Camel For Spring Boot
CVE-2026-1801Same vendor: Redhat
CVE-2026-2708Same vendor: Redhat

Affected Assets

redhat
build of apache camel - hawtio
4.0
redhat
build of apache camel for spring boot
4.0
redhat
data grid
8.0
redhat
fuse
7.0.0
redhat
jboss enterprise application platform
7.0.0, 8.0.0
redhat
jboss enterprise application platform expansion pack
all versions
redhat
process automation
7.0
redhat
single sign-on
7.0
redhat
undertow
all versions

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V4.1.3
  • V4.2.4
  • V1.5.3
  • V4.1.1

Mitigating Controls (NIST 800-53 r5) AI

Boundary protection at external interfaces can enforce consistent HTTP request/response parsing rules between intermediaries and endpoints.

Validating HTTP inputs at the intermediary prevents malformed messages from being interpreted inconsistently downstream.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-01 mostly match
prevents

Configuration management can enforce uniform HTTP parsing rules across intermediaries, directly mitigating inconsistent interpretation.

DE.CM-01 partial match
prevents

Network monitoring can detect smuggling attempts via anomalous HTTP traffic or logs, while eliminating the inconsistency directly aids detection of such events.

PR.IR-01 partial match
prevents

Network protections can enforce consistent HTTP proxy/firewall behavior to block smuggling, and removing the weakness helps prevent unauthorized access via request smuggling.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect HTTP request smuggling vulnerabilities in intermediary components.

degrades

Network security controls can enforce consistent HTTP parsing and proxy behavior that mitigates request smuggling.

degrades

Secure network services include hardening proxies and gateways against inconsistent HTTP interpretation.

prevents

Secure SDLC practices require threat modeling and testing for HTTP parsing inconsistencies in intermediaries.

prevents

Application security requirements can mandate strict HTTP message validation and canonicalization.

prevents

Secure architecture principles include consistent protocol handling and defense-in-depth for proxies.

References