Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-35185

CVE-2026-35185: HAX CMS Information Disclosure Vulnerability

CVE-2026-35185 is an information disclosure flaw in HAX CMS that exposes sensitive data through a publicly accessible endpoint. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 10, 2026

CVE-2026-35185 Overview

CVE-2026-35185 is an Information Disclosure vulnerability affecting HAX CMS, a content management system that helps manage microsite universes with PHP or NodeJs backends. Prior to version 25.0.0, the /server-status endpoint is publicly accessible without authentication, exposing sensitive information including authentication tokens (user_token), user activity, client IP addresses, and server configuration details. This vulnerability allows any unauthenticated user to monitor real-time user interactions and gather internal infrastructure information.

Critical Impact

Unauthenticated attackers can access sensitive authentication tokens and user data through the exposed /server-status endpoint, potentially enabling session hijacking and reconnaissance attacks.

Affected Products

  • HAX CMS versions prior to 25.0.0 (PHP backend)
  • HAX CMS versions prior to 25.0.0 (NodeJs backend)

Discovery Timeline

  • 2026-04-06 - CVE-2026-35185 published to NVD
  • 2026-04-07 - Last updated in NVD database

Technical Details for CVE-2026-35185

Vulnerability Analysis

This vulnerability stems from improper access control (CWE-284) on the /server-status endpoint within HAX CMS. The endpoint was designed to provide system administrators with real-time monitoring capabilities, but it lacks any authentication or authorization checks before serving sensitive data.

When an attacker accesses the /server-status endpoint, the server responds with detailed operational information that should be restricted. The exposed data includes active user_token values that can be used to impersonate authenticated users, client IP addresses that reveal the organization's user base and network topology, and server configuration parameters that facilitate further attacks.

The network-accessible nature of this vulnerability means any remote attacker can exploit it without requiring prior authentication or user interaction. The impact is primarily focused on integrity violations, as the disclosed authentication tokens enable attackers to forge user sessions and perform unauthorized actions.

Root Cause

The root cause is improper access control implementation on the diagnostic endpoint. The /server-status functionality was implemented without authentication middleware, allowing direct access to monitoring data that should be restricted to administrative users. This represents a missing security constraint where sensitive operational endpoints were not properly protected during the application's development.

Attack Vector

Exploitation of this vulnerability is straightforward and requires no special tools or techniques. An attacker simply needs to send an HTTP request to the /server-status endpoint on a vulnerable HAX CMS instance. The server responds with sensitive data in its default response format.

The attack flow involves the following steps:

  1. The attacker identifies a HAX CMS installation through fingerprinting or reconnaissance
  2. The attacker sends an HTTP GET request to the /server-status endpoint
  3. The server returns sensitive information including authentication tokens, user activity logs, and configuration details
  4. The attacker uses the obtained user_token values to hijack active user sessions
  5. The attacker leverages infrastructure information for additional reconnaissance

For detailed technical information, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-35185

Indicators of Compromise

  • Unusual access patterns to the /server-status endpoint from external IP addresses
  • Multiple requests to /server-status from the same source in short time intervals
  • Session token reuse from different IP addresses indicating potential token theft
  • Reconnaissance activity following access to the /server-status endpoint

Detection Strategies

  • Monitor web server access logs for requests targeting the /server-status endpoint
  • Implement alerting rules for any external IP addresses accessing diagnostic endpoints
  • Review authentication logs for session anomalies indicating token theft
  • Correlate /server-status access with subsequent suspicious authentication events

Monitoring Recommendations

  • Configure web application firewall (WAF) rules to block or alert on /server-status access attempts
  • Implement real-time log analysis for requests to sensitive administrative endpoints
  • Deploy intrusion detection signatures for information disclosure attack patterns
  • Establish baseline metrics for /server-status access and alert on deviations

How to Mitigate CVE-2026-35185

Immediate Actions Required

  • Upgrade HAX CMS to version 25.0.0 or later immediately
  • Restrict access to the /server-status endpoint at the web server or network level
  • Rotate all active user tokens that may have been exposed
  • Review access logs to determine if the endpoint was accessed by unauthorized parties
  • Consider IP allowlisting for administrative endpoints as an additional defense layer

Patch Information

The vulnerability has been addressed in HAX CMS version 25.0.0. Organizations should upgrade to this version or later to remediate the vulnerability. The fix implements proper authentication and authorization checks on the /server-status endpoint, ensuring only authenticated administrators can access the diagnostic information.

For additional details, see the GitHub Security Advisory.

Workarounds

  • Block access to /server-status at the web server level using location directives
  • Implement network-level access controls to restrict endpoint access to trusted IP ranges
  • Use a reverse proxy to filter requests to sensitive endpoints before they reach the application
  • Disable the server status functionality entirely if not required for operations
bash
# Example: Block /server-status endpoint in Apache configuration
<Location "/server-status">
    Require all denied
</Location>

# Example: Block /server-status endpoint in Nginx configuration
location /server-status {
    deny all;
    return 403;
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechHax Cms

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-284
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-22704: HAX CMS Stored XSS Vulnerability
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