The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-2025-54137

CVE-2025-54137: HAX CMS NodeJS Auth Bypass Vulnerability

CVE-2025-54137 is an authentication bypass flaw in HAX CMS NodeJS caused by hardcoded credentials and JWT keys. Attackers can exploit unconfigured instances to modify sites. This article covers technical details, affected versions, impact, and mitigation.

Updated: May 11, 2026

CVE-2025-54137 Overview

CVE-2025-54137 affects HAX CMS NodeJS, a content management system that lets users manage their microsite universe with a Node.js backend. Versions 11.0.9 and below ship with hardcoded default credentials for both user and superuser accounts. The application also uses default private keys for JSON Web Tokens (JWTs). Installers are not prompted to change these credentials or secrets, and the UI provides no mechanism to update them. An unauthenticated attacker can retrieve the default credentials and JWT private keys directly from the public haxtheweb GitHub repositories. The issue is fixed in version 11.0.10.

Critical Impact

Unauthenticated attackers can log into unconfigured self-hosted HAX CMS instances as superuser, modify sites, and forge valid JWTs using the publicly known private key.

Affected Products

  • HAX CMS NodeJS (psu:haxcms-nodejs) versions 11.0.9 and below
  • Self-hosted HAX CMS Node.js deployments using default configuration
  • HAX CMS instances exposing the authentication API to the network

Discovery Timeline

  • 2025-07-22 - CVE-2025-54137 published to the National Vulnerability Database (NVD)
  • 2025-07-22 - Vendor commit 6dc2441c876350ca6fe9fbaecb058d92ef442869 merged to address the issue in version 11.0.10
  • 2025-08-22 - Last updated in NVD database

Technical Details for CVE-2025-54137

Vulnerability Analysis

The weakness is classified under [CWE-1392]: Use of Default Credentials. HAX CMS NodeJS initializes the user and superUser accounts with the values admin/admin when no user configuration file exists. The same code path also generates and persists JWT signing material, but earlier releases shipped with default private keys committed to the public repository. An attacker can authenticate to the application using the known username and password pair. Alternatively, the attacker can sign arbitrary JWTs using the leaked private key and bypass authentication entirely. Once authenticated as superuser, the attacker can modify sites, alter content, and pivot to further attacks against the host. The flaw requires no user interaction and no prior privileges on the target system.

Root Cause

The root cause is the absence of secret generation and rotation during installation. The application source in src/lib/HAXCMS.js distributed default credentials and default JWT private keys alongside the code. Operators were not forced to change these values before exposing the service.

Attack Vector

The attack vector is network-based and unauthenticated. An attacker locates a self-hosted HAX CMS instance, reads the default credentials from the public haxtheweb GitHub repository, and submits them to the login endpoint. The attacker can also craft a JWT signed with the leaked private key and present it directly to authenticated API endpoints.

javascript
       this.refreshPrivateKey = uuidv4();
       fs.writeFileSync(path.join(this.configDirectory, ".rpk"), this.refreshPrivateKey);
     }
+    // allow for loading in user defined config
+    // pk/rpk test for files that can contain these
+    try {
+      this.user = JSON.parse(fs.readFileSync(path.join(this.configDirectory, ".user")),
+      {encoding:'utf8', flag:'r'}, 'utf8');
+      this.superUser = {...this.user};
+    }
+    catch (e) {
+      console.warn('***************************************************************');
+      console.warn('\nHAXcms USER CONFIGURATION FILE NOT FOUND, creating default user');
+      console.warn(`${path.join(this.configDirectory, ".user")} is being created with default credentials`);
+      console.warn("MAKE SURE YOU EDIT THIS FILE IF PUTTING IN PRODUCTION!!!!!");
+      console.warn("username: admin");
+      console.warn("password: admin");
+      console.warn("\n***************************************************************");
+      // create a default user
+      this.superUser = {
+        name: 'admin',
+        password: 'admin',
+      };
+      this.user = {
+        name: 'admin',
+        password: 'admin',
+      };
+      fs.writeFileSync(path.join(this.configDirectory, ".user"), JSON.stringify(this.user, null, 2));
+    }
+    // warn if we have default credentials

Source: GitHub Commit 6dc2441. The patch reads a user-defined .user configuration file from configDirectory and only falls back to admin/admin when the file is missing, while emitting a console warning that operators must change the credentials before production use.

Detection Methods for CVE-2025-54137

Indicators of Compromise

  • Successful authentications to HAX CMS NodeJS using the username admin and password admin.
  • Unexpected modifications to site content, configuration files, or user records on self-hosted HAX CMS instances.
  • JWTs presented to the application that were signed with the default private key published in the haxtheweb GitHub repositories.

Detection Strategies

  • Inspect HAX CMS application logs for logins by the admin account from unfamiliar source IP addresses.
  • Compare the .user and .pk files in the HAX CMS configDirectory against the known default values shipped with versions 11.0.9 and earlier.
  • Run an inventory query against package.json files in deployed Node.js environments to identify haxcms-nodejs versions at or below 11.0.9.

Monitoring Recommendations

  • Forward HAX CMS authentication and admin-action logs to a centralized log platform for anomaly review.
  • Alert on first-time successful logins to administrative accounts on internet-exposed Node.js services.
  • Track outbound connections from the HAX CMS host that follow administrative actions, which can indicate post-authentication abuse.

How to Mitigate CVE-2025-54137

Immediate Actions Required

  • Upgrade HAX CMS NodeJS to version 11.0.10 or later.
  • Rotate the admin and superuser passwords and replace the JWT private key and refresh private key on every deployed instance.
  • Invalidate all existing JWTs issued before the upgrade so tokens signed with the leaked key cannot be reused.
  • Restrict network access to the HAX CMS administrative interface until the upgrade is complete.

Patch Information

The fix is delivered in HAX CMS NodeJS version 11.0.10 via commit 6dc2441c876350ca6fe9fbaecb058d92ef442869. Review the GitHub Security Advisory GHSA-5fpv-5qvh-7cf3 and the vendor commit for full technical details.

Workarounds

  • Manually overwrite the .user file in configDirectory with a strong, unique username and password before exposing the service.
  • Regenerate the .pk and .rpk files with cryptographically random values and restart the application to load the new keys.
  • Place the HAX CMS instance behind a reverse proxy or VPN that enforces additional authentication until version 11.0.10 is deployed.
bash
# Configuration example: rotate credentials and JWT keys after upgrade
cd /path/to/haxcms/configDirectory

# Replace default admin credentials
cat > .user <<EOF
{
  "name": "your-admin-username",
  "password": "$(openssl rand -base64 24)"
}
EOF

# Regenerate JWT private key and refresh private key
uuidgen > .pk
uuidgen > .rpk

# Restrict file permissions
chmod 600 .user .pk .rpk

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechPsu Haxcms Nodejs

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.24%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-1392
  • Technical References
  • GitHub Source Code Reference

  • GitHub Security Advisory GHSA-5fpv-5qvh-7cf3
  • Vendor Resources
  • GitHub Commit Details
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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