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-46511

CVE-2026-46511: HAX CMS Stored XSS Vulnerability

CVE-2026-46511 is a stored XSS flaw in HAX CMS that enables cross-tenant account takeover through token exposure. This article covers the attack chain, technical details, affected versions, and mitigation steps.

Published: June 11, 2026

CVE-2026-46511 Overview

CVE-2026-46511 affects HAX CMS, a content management system that orchestrates microsite networks using PHP or Node.js backends. Versions prior to 26.0.0 contain a Stored Cross-Site Scripting (XSS) vulnerability [CWE-79] that chains with a token exposure flaw in the /system/api/connectionSettings endpoint. The endpoint writes active session tokens, including jwt, user_token, site_token, and appstore_token, into the global JavaScript variable window.appSettings. An authenticated attacker can leverage the XSS payload to extract these tokens from a victim's session and exfiltrate them to an attacker-controlled webhook. The result is a complete cross-tenant account takeover. Version 26.0.0 patches the issue.

Critical Impact

Authenticated attackers can hijack tokens belonging to any victim who renders attacker-controlled content, achieving full cross-tenant account takeover in HAX CMS deployments.

Affected Products

  • HAX CMS (PHP backend) versions prior to 26.0.0
  • HAX CMS (Node.js backend) versions prior to 26.0.0
  • HAX CMS microsite tenants managed by vulnerable installations

Discovery Timeline

  • 2026-06-05 - CVE-2026-46511 published to NVD
  • 2026-06-08 - Last updated in NVD database

Technical Details for CVE-2026-46511

Vulnerability Analysis

The vulnerability combines two distinct weaknesses into a single exploitation chain. The first is a Stored XSS flaw that permits an authenticated attacker to persist malicious JavaScript inside HAX CMS content. The second is an authentication design flaw in the /system/api/connectionSettings endpoint, which returns active session tokens and assigns them to a browser-accessible global variable.

When a victim renders a microsite or component containing the attacker's payload, the script executes in the victim's authenticated context. The payload silently issues a request to /system/api/connectionSettings, parses the response, and reads window.appSettings to harvest the jwt, user_token, site_token, and appstore_token values. Tokens are then exfiltrated to an external endpoint controlled by the attacker.

Because the leaked tokens span multiple authentication boundaries, the attacker gains control over the victim's account across tenants, sites, and the appstore integration.

Root Cause

The root cause is twofold. First, HAX CMS fails to neutralize script content before storing and rendering user-supplied input, violating standard output encoding requirements for stored XSS prevention. Second, the /system/api/connectionSettings endpoint exposes high-value session tokens to client-side JavaScript through a global variable, breaking the principle of least privilege for token handling.

Attack Vector

Exploitation requires only low-privileged authenticated access. The attacker stores a script payload in a HAX CMS field that renders without sanitization. When a higher-privileged user, including users in other tenants, visits the affected content, the payload executes. The script issues an authenticated fetch to /system/api/connectionSettings, reads window.appSettings, and posts the captured tokens to an attacker-controlled webhook. The attacker then replays the tokens to impersonate the victim.

No verified public exploit code is associated with this CVE. See the GitHub Security Advisory for additional technical detail.

Detection Methods for CVE-2026-46511

Indicators of Compromise

  • Outbound HTTP requests from user browsers to unrecognized webhook domains containing jwt, user_token, site_token, or appstore_token parameters
  • Unexpected requests to /system/api/connectionSettings originating from rendered content pages rather than admin UI flows
  • HAX CMS content fields containing <script>, event handler attributes such as onerror= or onload=, or encoded payloads referencing window.appSettings
  • Authentication events where a single jwt is reused from multiple geographies or user agents within a short window

Detection Strategies

  • Inspect HAX CMS content stores and database tables for persisted HTML containing inline script tags or DOM event handlers.
  • Correlate /system/api/connectionSettings access logs with the referring URL to identify calls triggered from non-administrative pages.
  • Monitor egress traffic for token-shaped strings posted to domains outside the HAX CMS allowlist.

Monitoring Recommendations

  • Enable verbose access logging on the HAX CMS API gateway, focused on /system/api/connectionSettings.
  • Forward authentication and API logs to a centralized analytics platform with OCSF normalization for cross-source correlation.
  • Alert on reuse of the same jwt across mismatched client fingerprints or source IP ranges.

How to Mitigate CVE-2026-46511

Immediate Actions Required

  • Upgrade all HAX CMS instances to version 26.0.0 or later without delay.
  • Invalidate every active jwt, user_token, site_token, and appstore_token issued by vulnerable versions and force re-authentication.
  • Audit stored content for malicious script payloads before re-enabling rendering on production tenants.
  • Review API access logs for prior calls to /system/api/connectionSettings triggered from non-admin contexts.

Patch Information

The HAX CMS maintainers released version 26.0.0, which remediates both the Stored XSS sink and the token exposure in /system/api/connectionSettings. Refer to the GitHub Security Advisory GHSA-x3x5-7h4h-gwxg for upgrade guidance.

Workarounds

  • Restrict access to authenticated content authoring roles until the upgrade is complete.
  • Apply a strict Content Security Policy that blocks inline scripts and limits outbound connect-src destinations.
  • Place the HAX CMS admin and API endpoints behind a web application firewall configured to inspect and reject script-bearing payloads.
  • Disable or proxy the /system/api/connectionSettings endpoint at the reverse proxy layer until patched.
bash
# Example reverse proxy rule to block the vulnerable endpoint during remediation
location /system/api/connectionSettings {
    return 403;
}

# Example Content-Security-Policy header to limit XSS impact
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; connect-src 'self'; object-src 'none'; base-uri 'self'" always;

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechHax Cms

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-46396: HAX CMS Stored XSS Vulnerability

  • CVE-2026-46496: HAX CMS Stored XSS Vulnerability

  • CVE-2026-46392: HAX CMS XSS Vulnerability

  • CVE-2026-48527: HAX CMS Stored XSS 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