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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-2026-28780

CVE-2026-28780: Apache HTTP Server Buffer Overflow Flaw

CVE-2026-28780 is a heap-based buffer overflow in Apache HTTP Server's mod_proxy_ajp module that enables attackers to write controlled bytes beyond buffer boundaries. This article covers technical details, versions through 2.4.66, impact analysis, and mitigation strategies.

Published: May 7, 2026

CVE-2026-28780 Overview

CVE-2026-28780 is a heap-based buffer overflow vulnerability in the mod_proxy_ajp module of Apache HTTP Server. When mod_proxy_ajp connects to a malicious Apache JServ Protocol (AJP) backend, the server can return a crafted AJP message that causes the proxy module to write four attacker-controlled bytes past the end of a heap-allocated buffer. The flaw is tracked as CWE-122 and affects Apache HTTP Server releases through 2.4.66. Apache addressed the issue in version 2.4.67.

Critical Impact

A malicious or compromised AJP backend can corrupt heap memory in the front-end Apache HTTP Server, enabling potential remote code execution, process crash, or data tampering on the proxy host.

Affected Products

  • Apache HTTP Server versions through 2.4.66 with mod_proxy_ajp enabled
  • Reverse proxy deployments forwarding requests to AJP backends (for example, Tomcat or JBoss)
  • Any Linux, Windows, or Unix distribution shipping the affected Apache HTTP Server build

Discovery Timeline

  • 2026-05-05 - CVE-2026-28780 published to the National Vulnerability Database
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-28780

Vulnerability Analysis

The vulnerability resides in mod_proxy_ajp, the Apache module responsible for proxying HTTP requests to AJP-speaking application servers. The module parses response messages received from the upstream AJP server and copies portions of those messages into heap-allocated buffers. Insufficient validation of length or offset fields in an attacker-controlled AJP response causes the module to write four bytes beyond the allocated buffer boundary. The exploitation precondition requires mod_proxy_ajp to communicate with a malicious AJP server, which can occur through DNS poisoning, network-level redirection, server-side request forgery against backend selection logic, or compromise of an internal application server.

Root Cause

The defect is classified as CWE-122, heap-based buffer overflow. The AJP response handler trusts size or count fields supplied by the backend without bounding them against the destination buffer size. As a result, a crafted AJP packet drives a four-byte out-of-bounds write into adjacent heap metadata or neighboring allocations. Heap layout in httpd worker processes places these structures near connection state and request pool data, making the four-byte primitive useful for corrupting pointers or function references.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction on the Apache front-end. An attacker who controls or impersonates an AJP backend returns a malformed AJP message in response to any proxied request. The four attacker-controlled bytes overwrite heap data in the Apache worker, which can be leveraged for arbitrary code execution within the httpd process context, denial of service through worker crashes, or manipulation of request handling state. Refer to the Apache HTTP Server Security Vulnerabilities advisory and the Openwall OSS-Security mailing list post for vendor-confirmed technical context.

Detection Methods for CVE-2026-28780

Indicators of Compromise

  • Unexpected httpd worker crashes, segmentation faults, or core dumps correlated with AJP backend traffic
  • AJP responses originating from IP addresses or hosts not in the documented backend inventory
  • Anomalous outbound connections from mod_proxy_ajp to TCP port 8009 on hosts outside the trusted application tier
  • Apache error_log entries referencing malformed AJP messages or proxy read failures

Detection Strategies

  • Inventory all Apache HTTP Server instances and identify those with mod_proxy_ajp loaded by inspecting httpd.conf and included configuration fragments
  • Compare installed Apache versions against 2.4.67 using package managers or the httpd -v command
  • Monitor AJP traffic flows between proxy and backend hosts for unexpected source addresses or message structures
  • Alert on httpd process termination, restart loops, or coredump generation in observability pipelines

Monitoring Recommendations

  • Forward Apache error_log and access_log data into a centralized logging or SIEM platform for retrospective analysis
  • Capture network telemetry for TCP port 8009 and review for protocol anomalies or unauthorized peers
  • Implement file integrity monitoring on Apache configuration files and module directories to detect tampering
  • Track host-level process crash events and correlate them with proxied request volumes

How to Mitigate CVE-2026-28780

Immediate Actions Required

  • Upgrade Apache HTTP Server to version 2.4.67 or later on all systems where mod_proxy_ajp is loaded
  • Restrict AJP backend connectivity to known-good application servers using firewall rules or network segmentation
  • Audit ProxyPass and ProxyPassMatch directives that target ajp:// URLs and validate destination hostnames
  • Disable mod_proxy_ajp on systems that do not require AJP proxying until patching is complete

Patch Information

Apache HTTP Server 2.4.67 resolves CVE-2026-28780 by correcting the AJP response parsing logic in mod_proxy_ajp. Administrators should obtain the patched release directly from the Apache HTTP Server Security Vulnerabilities page or from their operating system vendor as soon as builds are available. After upgrading, restart the httpd service and confirm the running version reports 2.4.67 or higher.

Workarounds

  • Remove or comment out the LoadModule proxy_ajp_module directive in Apache configuration if AJP proxying is not in use
  • Enforce mutual TLS or IPsec between the Apache proxy and AJP backends to prevent backend impersonation
  • Place AJP backends on a dedicated, isolated network segment that excludes untrusted systems
  • Apply egress filtering on Apache hosts to allow AJP connections only to documented backend IP addresses
bash
# Configuration example: disable mod_proxy_ajp until patching
# In httpd.conf or conf.modules.d/00-proxy.conf
# LoadModule proxy_ajp_module modules/mod_proxy_ajp.so

# Verify the running Apache version after upgrade
httpd -v

# Restrict AJP egress to a known backend (Linux iptables example)
iptables -A OUTPUT -p tcp --dport 8009 -d 10.10.20.5 -j ACCEPT
iptables -A OUTPUT -p tcp --dport 8009 -j DROP

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechApache

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-122
  • Technical References
  • Openwall OSS-Security Mailing List Post
  • Vendor Resources
  • Apache HTTP Server Security Vulnerabilities
  • Related CVEs
  • CVE-2026-34059: Apache HTTP Server Buffer Overflow Flaw

  • CVE-2025-53470: Apache NimBLE Buffer Overflow Vulnerability

  • CVE-2024-29133: Apache Commons Configuration Overflow Flaw

  • CVE-2022-28331: Apache Portable Runtime Buffer Overflow
Default Legacy - Prefooter | 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