The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2023-5379

CVE-2023-5379: Red Hat JBoss EAP DoS Vulnerability

CVE-2023-5379 is a denial of service flaw in Red Hat JBoss Enterprise Application Platform affecting AJP request handling. Attackers can send oversized headers to trigger repeated connection failures. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: February 4, 2026

CVE-2023-5379 Overview

A flaw was found in Undertow, the lightweight web server used by Red Hat JBoss Enterprise Application Platform (EAP). When an AJP (Apache JServ Protocol) request is sent that exceeds the max-header-size attribute configured in the ajp-listener, JBoss EAP is marked in an error state by mod_cluster in httpd. This causes JBoss EAP to close the TCP connection without returning an AJP response.

The vulnerability occurs 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, which stops forwarding traffic to that instance. A malicious user could exploit this vulnerability by repeatedly sending requests that exceed the max-header-size, causing a sustained Denial of Service (DoS) condition.

Critical Impact

This vulnerability allows unauthenticated remote attackers to cause Denial of Service by sending oversized AJP requests, potentially taking down critical enterprise application servers and disrupting business operations.

Affected Products

  • Red Hat JBoss Enterprise Application Platform 7.0.0 and related versions
  • Red Hat Single Sign-On 7.0
  • Red Hat Undertow

Discovery Timeline

  • December 12, 2023 - CVE-2023-5379 published to NVD
  • October 25, 2025 - Last updated in NVD database

Technical Details for CVE-2023-5379

Vulnerability Analysis

This vulnerability is classified under CWE-770 (Allocation of Resources Without Limits or Throttling). The flaw resides in how Undertow handles AJP requests with oversized headers. When an AJP request arrives with headers exceeding the configured max-header-size limit, the server fails to properly respond before closing the TCP connection.

The improper error handling creates a cascading failure condition. Instead of gracefully rejecting the malformed request and maintaining operational status, the server abruptly terminates the connection. The mod_proxy_cluster module interprets this behavior as a backend failure and marks the JBoss EAP instance as an unhealthy worker node.

The vulnerability can be exploited remotely without authentication, requiring no user interaction. An attacker with network access to the AJP listener port can repeatedly send crafted requests to trigger the error condition. The attack results in availability impact only, with no effect on confidentiality or integrity.

Root Cause

The root cause lies in improper resource handling and error response generation within Undertow's AJP listener implementation. When processing requests that exceed the max-header-size threshold, the server closes the TCP connection without first sending an appropriate AJP error response. This violates the expected protocol behavior that mod_proxy_cluster relies upon to determine backend health status.

The absence of a proper error response before connection termination causes the load balancer module to misinterpret the situation as a critical backend failure rather than a recoverable request rejection.

Attack Vector

The attack is executed over the network, targeting the AJP listener port (typically port 8009). An attacker constructs AJP requests with HTTP headers that exceed the configured max-header-size limit. When these requests reach the vulnerable Undertow instance, the following sequence occurs:

  1. The attacker sends an AJP request with oversized headers to the target server
  2. Undertow detects the header size violation but fails to send an AJP error response
  3. The TCP connection is closed abruptly from the backend side
  4. mod_proxy_cluster marks the JBoss EAP instance as an error worker
  5. Traffic forwarding to the affected instance stops
  6. Repeated attacks can systematically disable all backend workers

The attack requires no special privileges or user interaction, making it accessible to any attacker with network connectivity to the AJP listener.

Detection Methods for CVE-2023-5379

Indicators of Compromise

  • Sudden increase in TCP connection resets on AJP listener ports (default 8009)
  • mod_proxy_cluster logs showing backend workers being marked as unhealthy or in error state
  • Unusual volume of requests with abnormally large HTTP headers in access logs
  • Application availability degradation correlating with connection anomalies on AJP ports

Detection Strategies

  • Monitor AJP listener ports for connection patterns indicating repeated oversized request attempts
  • Configure alerting on mod_cluster health status changes to detect rapid backend worker state transitions
  • Implement network traffic analysis to identify requests with header sizes exceeding normal application thresholds
  • Review JBoss EAP server logs for connection termination events without corresponding response entries

Monitoring Recommendations

  • Deploy network intrusion detection rules to flag AJP traffic with anomalously large header content
  • Establish baseline metrics for normal header sizes and alert on significant deviations
  • Monitor cluster health dashboards for unexpected backend worker failures
  • Enable detailed logging on AJP listeners to capture header size information for forensic analysis

How to Mitigate CVE-2023-5379

Immediate Actions Required

  • Apply the latest security patches from Red Hat for JBoss EAP, Single Sign-On, and Undertow components
  • Review and restrict network access to AJP listener ports to trusted proxy servers only
  • Implement rate limiting on AJP connections to reduce the impact of repeated attack attempts
  • Consider using HTTP connectors instead of AJP where feasible as a temporary measure

Patch Information

Red Hat has released security advisories addressing this vulnerability. Administrators should apply the patches referenced in the following advisories:

  • Red Hat Security Advisory RHSA-2023:4509
  • Red Hat Security Advisory RHSA-2025:9582
  • Red Hat Security Advisory RHSA-2025:9583

Additional details can be found in the Red Hat CVE Advisory and Red Hat Bugzilla #2242099.

Workarounds

  • Restrict AJP listener access using firewall rules to allow connections only from authorized mod_cluster/mod_proxy nodes
  • Increase the max-header-size value in the AJP listener configuration to reduce false triggers while maintaining security
  • Implement a web application firewall (WAF) to filter requests with excessively large headers before they reach the AJP listener
  • Deploy health check monitoring to quickly detect and restart affected instances during an active attack
bash
# Example: Restrict AJP listener access using iptables
# Allow AJP traffic only from trusted proxy server IPs
iptables -A INPUT -p tcp --dport 8009 -s 10.0.0.10 -j ACCEPT
iptables -A INPUT -p tcp --dport 8009 -s 10.0.0.11 -j ACCEPT
iptables -A INPUT -p tcp --dport 8009 -j DROP

# Example: Adjust max-header-size in standalone.xml (JBoss EAP)
# Locate ajp-listener and modify max-header-size attribute
# <ajp-listener name="ajp" socket-binding="ajp" max-header-size="65536"/>

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechRedhat Jboss Enterprise Application Platform

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-770
  • Technical References
  • Red Hat Security Advisory RHSA-2025:9582

  • Red Hat Security Advisory RHSA-2025:9583

  • Red Hat Bug Report #2242099
  • Vendor Resources
  • Red Hat CVE Detail CVE-2023-5379

  • Red Hat Security Advisory RHSA-2023:4509
  • Related CVEs
  • CVE-2021-3859: Red Hat JBoss EAP DoS Vulnerability

  • CVE-2025-23367: JBoss EAP Privilege Escalation Flaw

  • CVE-2022-0866: JBoss EAP Privilege Escalation Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English