CVE-2026-28369
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA flaw was found in Undertow. When Undertow receives an HTTP request where the first header line starts with one or more spaces, it incorrectly processes the request by stripping these leading spaces. This behavior, which violates HTTP standards, can be exploited by a remote attacker to perform request smuggling. Request smuggling allows an attacker to bypass security mechanisms, access restricted information, or manipulate web caches, potentially leading to unauthorized actions or data exposure.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceUndertow incorrectly strips leading spaces from the first header line of HTTP requests, violating HTTP standards. This parsing flaw allows request smuggling attacks where attackers can bypass security controls, access restricted resources, or manipulate web caches by crafting requests with leading spaces in headers.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data= 4.0= 4.0= 8.0= 7.0.0= 7.0.0= 8.0.0all versions= 7.0= 7.0CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Undertow usageDetermine if your application runs on JBoss Enterprise Application Platform, WildFly, Red Hat Fuse, or other Red Hat products that embed Undertow as their HTTP server. Check product documentation or examine runtime dependencies for undertow-core jar files.Affected if Your environment uses any of the affected Red Hat products listed (JBoss EAP 7.0/8.0, Fuse 7.0.0, Data Grid 8.0, Process Automation 7.0, Single Sign On 7.0, or Camel/Hawtio 4.0) as the Undertow server.
-
Confirm Undertow versionLocate the undertow-core jar file in your deployment (typically under $JBOSS_HOME/modules/system/layers/base/io/undertow/ or within application WAR/lib folders). Check the version from the filename or manifest. Compare against known affected Undertow versions that contain the parsing flaw.Affected if The Undertow version in use predates the patched release that properly rejects leading whitespace in HTTP header lines.
-
Inspect HTTP request handling configurationReview undertow subsystem configuration in standalone.xml or standalone-full.xml (look for <http-listener>, <ajp-listener>, or <https-listener> elements). Check for any custom parser settings related to header processing.Affected if Default Undertow configuration is in use without modifications to strict HTTP parsing behavior.
-
Test for request smuggling vulnerabilitySend a crafted HTTP request with a leading space in the first header line (e.g., ' GET / HTTP/1.1' as the first line with a leading space) to your server endpoint. Compare the response behavior against upstream proxy handling of the same request.Affected if The server accepts the request with leading whitespace instead of rejecting it with a 400 Bad Request, indicating the parsing flaw is present.
-
Review access logs for anomalous requestsExamine undertow access logs for entries containing header lines that start with space characters. Look for patterns that suggestsmuggling attempts or inconsistent parsing between proxies and backend.Affected if Log entries show requests with non-standard leading whitespace in headers that were processed without rejection.
You are affected if your deployment uses any of the listed Red Hat products with embedded Undertow that does not reject HTTP requests with leading spaces in header lines, allowing potential request smuggling.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpdate Undertow to the patched version once available, or implement a reverse proxy in front of Undertow that normalizes HTTP requests by rejecting or properly handling requests with non-standard leading spaces in headers.
- Check the Red Hat Security Advisory (RHSA) for CVE-2026-28369 via access.redhat.com/security/cve/ or bugzilla.redhat.com to obtain the specific patch package name and version
- Apply the appropriate Undertow security update to your Red Hat Enterprise Application Platform, JBoss, or Fuse installation using your system's package manager (e.g., yum update or dnf update)
- Restart the affected JBoss/WildFly or Undertow services to apply the patched Undertow libraries
- Verify the patch was applied by checking the Undertow version (e.g., rpm -q jboss-*) and confirm the security fix is loaded
- Test that HTTP requests with leading spaces in header lines are now properly rejected according to HTTP specification
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation8.0 h
- Testing4.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,088.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-28369 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-28369 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data