A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-8835

CVE-2026-8835: IBM HTTP Server Information Disclosure Flaw

CVE-2026-8835 is an information disclosure vulnerability in IBM HTTP Server 8.5 and 9.0 caused by invalid pointer dereference. Authenticated privileged users can exploit this to expose sensitive data or cause DoS.

Published: May 28, 2026

CVE-2026-8835 Overview

CVE-2026-8835 is an invalid pointer dereference vulnerability affecting IBM HTTP Server versions 8.5 and 9.0. The flaw resides in the Administration Server component and can be triggered by an authenticated user with elevated privileges on the adjacent network. Successful exploitation allows the attacker to expose sensitive information held in process memory or crash the server, resulting in denial of service. The weakness is tracked under CWE-822: Untrusted Pointer Dereference and impacts IBM HTTP Server deployments across AIX, z/OS, Linux, and Windows.

Critical Impact

An authenticated privileged user on the adjacent network can dereference an invalid pointer in the IBM HTTP Server Administration Server, leading to sensitive information disclosure or denial of service across AIX, z/OS, Linux, and Windows installations.

Affected Products

  • IBM HTTP Server 8.5 (all supported platforms)
  • IBM HTTP Server 9.0 (all supported platforms)
  • Deployments on IBM AIX, IBM z/OS, Linux, and Microsoft Windows

Discovery Timeline

  • 2026-05-26 - CVE-2026-8835 published to the National Vulnerability Database
  • 2026-05-26 - Last updated in NVD database
  • 2026-05-26 - IBM published support advisory at IBM Support Page

Technical Details for CVE-2026-8835

Vulnerability Analysis

The vulnerability stems from improper handling of pointer values inside the IBM HTTP Server Administration Server. When a privileged, authenticated user submits a crafted request, the server dereferences a pointer that has not been validated against expected memory regions. Reading or writing through that pointer can return arbitrary memory contents back to the client or terminate the worker process.

The weakness is classified under [CWE-822], which covers cases where untrusted input controls a pointer used directly in memory operations. Because the Administration Server runs with elevated privileges to manage httpd configuration, any memory exposed through this path may contain configuration secrets, session tokens, or internal pointers useful for further attacks.

Exploitation requires both authentication and adjacent network access, which limits the attacker population to users already inside the management network segment. The impact spans confidentiality and availability, while integrity remains unaffected.

Root Cause

The root cause is an untrusted pointer dereference in the Administration Server request handler. Input supplied by an authenticated administrator is used as a pointer value without sufficient validation that the address points into a legitimate, mapped object owned by the server process.

Attack Vector

The attack vector is adjacent network (AV:A). An attacker must hold valid credentials for the Administration Server (PR:L) and reach it from the same broadcast or management segment. No user interaction is required. After authentication, the attacker submits a crafted administrative request that drives the vulnerable code path, causing memory disclosure or a process crash.

No public proof-of-concept exploit is available, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. The EPSS probability is 0.006%, indicating a low predicted likelihood of exploitation in the near term.

Detection Methods for CVE-2026-8835

Indicators of Compromise

  • Unexpected crashes or restarts of the IBM HTTP Server Administration Server process, particularly adminctl worker children
  • Administration Server log entries showing malformed or truncated requests from authenticated administrator accounts
  • Outbound responses from the Administration Server containing binary or non-printable data not consistent with normal HTML or JSON output
  • Authenticated sessions originating from unexpected hosts on the management VLAN

Detection Strategies

  • Monitor the IBM HTTP Server admin_error.log and access.log for repeated 5xx responses or abnormal request payloads to administrative endpoints
  • Alert on segmentation faults, signal 11, or core dumps generated by the Administration Server across AIX, Linux, z/OS, and Windows hosts
  • Correlate administrator authentication events with anomalous request patterns to the Administration Server port
  • Apply network detection rules on the management segment for crafted HTTP requests targeting IBM HTTP Server administration URIs

Monitoring Recommendations

  • Forward Administration Server logs and host crash telemetry to a central SIEM for correlation across all IBM HTTP Server instances
  • Track baseline request rates and response sizes to administrative endpoints and alert on deviations
  • Audit which accounts hold administrative privileges on the Administration Server and review their activity weekly
  • Monitor process restart counts and uptime for httpd administration workers as a leading indicator of exploitation attempts

How to Mitigate CVE-2026-8835

Immediate Actions Required

  • Apply the IBM-provided fix or interim fix referenced in the IBM Support advisory for IBM HTTP Server 8.5 and 9.0
  • Restrict network access to the Administration Server port to a dedicated management VLAN and jump hosts
  • Review and reduce the set of accounts authorized to authenticate to the Administration Server
  • Rotate credentials for any administrator account that may have been used from an untrusted host

Patch Information

IBM has published remediation guidance and fix availability on the IBM Support Page. Administrators should apply the version-specific fix pack or interim fix for IBM HTTP Server 8.5 and 9.0 across all supported operating systems, including AIX, z/OS, Linux, and Windows. Verify the patch level by reviewing the version.signature file or running versionInfo after installation.

Workarounds

  • Disable the Administration Server (adminctl stop) on hosts where remote administration is not required
  • Place the Administration Server behind a firewall rule that only permits connections from authorized management workstations
  • Require multi-factor authentication on jump hosts used to reach the Administration Server segment
  • Increase logging verbosity on administrative endpoints until the patch is applied to support post-incident review
bash
# Configuration example: restrict Administration Server access and stop it where unused
# 1. Stop the Administration Server on hosts that do not require remote admin
/opt/IBM/HTTPServer/bin/adminctl stop

# 2. Restrict the listener in admin.conf to the management interface only
#    Edit /opt/IBM/HTTPServer/conf/admin.conf
Listen 10.10.20.5:8008

# 3. Enforce firewall restrictions (Linux example)
iptables -A INPUT -p tcp --dport 8008 -s 10.10.20.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 8008 -j DROP

# 4. Verify installed fix level after patching
/opt/IBM/HTTPServer/bin/versionInfo.sh

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechIbm Http Server

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-822
  • Vendor Resources
  • IBM Support Page
  • Related CVEs
  • CVE-2023-32342: IBM HTTP Server Information Disclosure

  • CVE-2026-9170: IBM HTTP Server RCE Vulnerability

  • CVE-2026-8850: IBM HTTP Server DOS Vulnerability

  • CVE-2026-8852: IBM HTTP Server DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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