CVE-2023-5379
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 an AJP request is sent that exceeds the max-header-size attribute in ajp-listener, JBoss EAP is marked in an error state by mod_cluster in httpd, causing JBoss EAP to close the TCP connection without returning an AJP response. This happens because mod_proxy_cluster marks the JBoss EAP instance as an error worker when the TCP connection is closed from the backend after sending the AJP request without receiving an AJP response, and stops forwarding. This issue could allow a malicious user could to repeatedly send requests that exceed the max-header-size, causing a Denial of Service (DoS).
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 confidenceIn Undertow's AJP listener, when a request exceeds the configured max-header-size, JBoss EAP closes the TCP connection without returning an AJP response. This causes mod_proxy_cluster to mark the backend as an error worker, stopping request forwarding. Repeated oversized requests can trigger this condition, causing a Denial of Service.
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 dataall versions= 7.0.0= 7.0all versionsCVSS 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
- None
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
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/JBoss EAP installationCheck if the system is running JBoss EAP or Undertow by looking for process names, listening ports (common AJP port 8009), or checking installed packagesAffected if Undertow or JBoss EAP is installed and using AJP listener on port 8009 or similar
-
Verify AJP listener is enabledExamine Undertow configuration files (undertow.conf or standalone.xml/domain.xml for JBoss EAP) for AJP listener definition on port 8009 or ajp protocol bindingAffected if AJP listener is configured and actively listening for requests
-
Check max-header-size configurationLook for 'max-header-size' attribute in the AJP listener configuration section of Undertow or JBoss EAP config filesAffected if max-header-size is set to any value and AJP listener is active - the vulnerability exists regardless of the specific value since oversized requests trigger the issue
-
Look for evidence of connection issuesReview server logs for unexpected TCP connection closures without AJP error response, and check mod_proxy_cluster or load balancer logs for 'error worker' status on Undertow backendsAffected if Repeated connection drops are logged without AJP response packets, and mod_proxy_cluster marks backends as failed workers
A user is affected if they run Undertow or JBoss EAP with an AJP listener and observe unexplained backend failures or connection drops in their load balancer/proxy configuration
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 · scopedConfigure appropriate max-header-size limits and ensure Undertow/JBoss EAP is updated to properly handle oversized AJP headers by returning an error response instead of abruptly closing the connection.
Upgrade to the JBoss EAP version containing the CVE-2023-5379 fix (consult Red Hat security advisory for exact version)
- 1. Obtain the latest Red Hat JBoss Enterprise Application Platform security advisories for CVE-2023-5379 from access.redhat.com
- 2. Identify the specific JBoss EAP version that includes the fix for this Undertow vulnerability
- 3. Plan an upgrade to the fixed JBoss EAP version, ensuring compatibility with your current Java runtime and dependencies
- 4. Before upgrading in production, test the new version in a staging environment to verify application compatibility
- 5. After upgrading, verify that AJP listener configurations respect the max-header-size limit without causing error states
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation6.0 h
- Implementation12.0 h
- Testing10.0 h
- Review / QA6.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $9,504.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2023-5379 — 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-2023-5379 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