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

CVE-2026-46398: HAX CMS Information Disclosure Flaw

CVE-2026-46398 is an information disclosure vulnerability in HAX CMS where the refresh token cookie lacks the Secure flag, exposing it to network sniffing attacks. This article covers technical details, affected versions, and mitigation.

Published: June 11, 2026

CVE-2026-46398 Overview

CVE-2026-46398 affects HAX CMS, an open-source content management system that manages microsite ecosystems using PHP or Node.js backends. The vulnerability stems from the haxcms_refresh_token cookie being issued without the Secure attribute. As a result, the cookie can traverse unencrypted HTTP connections, exposing it to network-based interception. The flaw is tracked under CWE-614: Sensitive Cookie in HTTPS Session Without 'Secure' Attribute and is present in versions 25.0.0 through 25.x. Version 26.0.0 remediates the issue.

Critical Impact

Attackers positioned on the network path can capture the haxcms_refresh_token cookie in cleartext and reuse it to hijack authenticated HAX CMS sessions.

Affected Products

  • HAX CMS (PHP backend) versions 25.0.0 through 25.x
  • HAX CMS (Node.js backend) versions 25.0.0 through 25.x
  • Fixed in HAX CMS version 26.0.0

Discovery Timeline

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

Technical Details for CVE-2026-46398

Vulnerability Analysis

HAX CMS issues a persistent authentication artifact named haxcms_refresh_token to maintain user sessions across requests. In affected releases, the application sets this cookie without the Secure flag. The Secure attribute instructs browsers to transmit a cookie only over Transport Layer Security (TLS) connections. Without it, the browser attaches the cookie to any matching request, including plaintext HTTP traffic.

An attacker with passive access to the network path can read the cookie value during transit. Common positions include public Wi-Fi networks, compromised routers, and shared LAN segments. Once captured, the refresh token allows the attacker to mint new access tokens and impersonate the victim.

Root Cause

The root cause is missing cookie attribute hardening in the authentication flow. The Set-Cookie response header omits the Secure directive when issuing haxcms_refresh_token. This violates standard guidance for sensitive session cookies and falls under [CWE-614].

Attack Vector

Exploitation requires the attacker to observe network traffic between the victim browser and the HAX CMS server. The attack succeeds when any HTTP request matching the cookie scope is issued, including mixed-content scenarios, downgrade attempts, or misconfigured links. No user interaction beyond normal browsing is required. The captured refresh token then enables session hijacking against the HAX CMS application.

No verified proof-of-concept code is published. See the GitHub Security Advisory GHSA-g7v2-r32q-jf5v for vendor details.

Detection Methods for CVE-2026-46398

Indicators of Compromise

  • Set-Cookie response headers from HAX CMS containing haxcms_refresh_token without the Secure attribute
  • Authentication events for a single HAX CMS account originating from geographically or network-disparate source IP addresses
  • Refresh token reuse from a client fingerprint that differs from the original issuing session

Detection Strategies

  • Inspect HTTP responses from HAX CMS instances and flag any Set-Cookie: haxcms_refresh_token=... header missing the Secure and HttpOnly flags
  • Correlate authentication logs to identify refresh token usage from multiple IP addresses or user agents within short time windows
  • Run version inventory queries against HAX CMS deployments to identify hosts running versions prior to 26.0.0

Monitoring Recommendations

  • Forward HAX CMS access and authentication logs to a centralized analytics platform for session anomaly detection
  • Monitor for HTTP listeners on HAX CMS servers and alert on any plaintext bind that could expose cookies
  • Track refresh token issuance and consumption rates to surface abnormal token replay patterns

How to Mitigate CVE-2026-46398

Immediate Actions Required

  • Upgrade all HAX CMS instances to version 26.0.0 or later
  • Force invalidation of existing haxcms_refresh_token values to revoke tokens potentially captured before the upgrade
  • Require all HAX CMS traffic to use HTTPS and disable HTTP listeners at the web server or reverse proxy layer

Patch Information

The maintainers released HAX CMS version 26.0.0, which sets the Secure attribute on the haxcms_refresh_token cookie. Administrators should apply the upgrade as documented in the GitHub Security Advisory GHSA-g7v2-r32q-jf5v.

Workarounds

  • Terminate TLS at a reverse proxy and configure it to rewrite outbound Set-Cookie headers to append the Secure flag
  • Enforce HTTP Strict Transport Security (HSTS) with includeSubDomains to prevent browsers from issuing plaintext requests that would expose the cookie
  • Restrict HAX CMS administrative access to trusted networks or VPN segments until the patch is applied
bash
# Example nginx configuration to enforce HTTPS and harden cookies
server {
    listen 80;
    server_name haxcms.example.com;
    return 301 https://$host$request_uri;
}

server {
    listen 443 ssl http2;
    server_name haxcms.example.com;

    add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
    proxy_cookie_flags haxcms_refresh_token secure httponly samesite=strict;

    location / {
        proxy_pass http://127.0.0.1:8080;
    }
}

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.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/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-614
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-46390: HAX CMS Information Disclosure Flaw

  • CVE-2026-46395: HAXcms Information Disclosure Flaw

  • CVE-2026-35185: HAX CMS Information Disclosure Vulnerability

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