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

CVE-2026-46496: HAX CMS Stored XSS Vulnerability

CVE-2026-46496 is a stored cross-site scripting vulnerability in HAX CMS affecting the video-player component, allowing attackers to execute malicious JavaScript and steal JWT tokens. This article covers technical details.

Published: June 11, 2026

CVE-2026-46496 Overview

CVE-2026-46496 is a stored cross-site scripting (XSS) vulnerability in HAX CMS, a content management system that manages microsite ecosystems using PHP or Node.js backends. The flaw resides in the <video-player> component, which fails to sanitize javascript: URIs supplied through the source attribute. When a victim views an affected page, the embedded script executes in the browser context. Attackers can steal JSON Web Tokens (JWTs), hijack sessions, and access sensitive user data. The issue is tracked under [CWE-79] and affects all versions prior to 26.0.0.

Critical Impact

Authenticated attackers can store malicious javascript: payloads in the <video-player> component, leading to arbitrary script execution and JWT token theft in any user's browser session.

Affected Products

  • HAX CMS (PHP backend) versions prior to 26.0.0
  • HAX CMS (Node.js backend) versions prior to 26.0.0
  • HAX <video-player> web component

Discovery Timeline

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

Technical Details for CVE-2026-46496

Vulnerability Analysis

The vulnerability is a stored XSS flaw rooted in improper input validation within the <video-player> web component. The component accepts a source attribute intended to reference a video URL. However, it does not validate the URI scheme before rendering. An attacker with content authoring privileges can supply a javascript: URI as the source value. When the component initializes in a victim's browser, the payload executes in the page origin.

Because HAX CMS persists component configurations, the malicious payload remains in storage and triggers for every user who loads the affected microsite page. The script runs with full access to the Document Object Model (DOM), browser storage, and any authentication material accessible to JavaScript. Stolen JWT tokens enable session impersonation and lateral movement across the HAX CMS administrative surface.

Root Cause

The root cause is missing URI scheme validation on the source attribute of the <video-player> component. Safe handling requires allowlisting protocols such as https: and data:video/* while rejecting javascript:, vbscript:, and other executable schemes. HAX CMS 26.0.0 introduces this sanitization logic.

Attack Vector

Exploitation requires low-privilege authenticated access to create or edit content containing a <video-player> element. The attacker sets the source attribute to a javascript: URI carrying the payload. Any user who later views the page triggers script execution, including administrators. User interaction is limited to viewing the affected content. See the GitHub Security Advisory GHSA-2m6p-hm3w-6jm3 for technical details on the vulnerable component.

Detection Methods for CVE-2026-46496

Indicators of Compromise

  • Stored content containing <video-player> elements with source attributes beginning with javascript:, vbscript:, or data:text/html
  • Outbound HTTP requests from browser sessions to attacker-controlled domains carrying JWT tokens or cookies in query strings or POST bodies
  • Unexpected administrator session activity originating from new IP addresses shortly after content is viewed
  • HAX CMS audit log entries showing content edits to pages immediately followed by anomalous authentication events

Detection Strategies

  • Scan the HAX CMS content store and database for component definitions whose attributes contain the string javascript: or URL-encoded variants such as javascript%3A
  • Deploy Content Security Policy (CSP) reporting in Report-Only mode to surface inline script execution attempts originating from component attributes
  • Inspect web server access logs for requests to administrative endpoints from sessions that loaded pages containing user-generated <video-player> content

Monitoring Recommendations

  • Enable verbose logging for content authoring APIs and forward events to a centralized SIEM for correlation with authentication telemetry
  • Monitor JWT issuance and consumption patterns for tokens used from multiple geographies or user agents within short time windows
  • Alert on browser console errors and CSP violations reported by end-user telemetry, which often indicate XSS execution attempts

How to Mitigate CVE-2026-46496

Immediate Actions Required

  • Upgrade HAX CMS to version 26.0.0 or later, which sanitizes the <video-player>source attribute
  • Audit existing stored content for <video-player> elements containing javascript: URIs and remove or rewrite them
  • Rotate all active JWT signing keys and invalidate existing sessions to revoke any tokens potentially stolen prior to patching
  • Review administrator and editor accounts for unauthorized changes made between the vulnerability introduction and remediation

Patch Information

HAX CMS version 26.0.0 fixes the vulnerability by validating URI schemes in the <video-player> component. Refer to the GitHub Security Advisory GHSA-2m6p-hm3w-6jm3 for the official advisory and patch notes.

Workarounds

  • Enforce a strict Content Security Policy that disallows inline script execution and javascript: URIs, for example script-src 'self'; object-src 'none'
  • Restrict content authoring permissions to trusted users until the upgrade to 26.0.0 is completed
  • Place a web application firewall (WAF) rule in front of HAX CMS to block POST requests containing javascript: patterns within source attribute values
bash
# Example CSP header to mitigate stored XSS execution
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'self'; frame-ancestors 'none'" 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

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.05%

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

  • CVE-2026-46511: 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