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

CVE-2026-25893: FUXA Auth Bypass Vulnerability

CVE-2026-25893 is an authentication bypass vulnerability in FUXA web-based SCADA software that allows remote attackers to gain admin access and execute code. This article covers technical details, affected versions, and fixes.

Published: February 13, 2026

CVE-2026-25893 Overview

CVE-2026-25893 is a critical authentication bypass vulnerability in FUXA, a web-based Process Visualization (SCADA/HMI/Dashboard) software. Prior to version 1.2.10, an unauthenticated remote attacker can gain administrative access via the heartbeat refresh API and execute arbitrary code on the server. This vulnerability poses a significant risk to industrial control systems and SCADA environments where FUXA is deployed.

Critical Impact

Unauthenticated remote attackers can gain full administrative access to FUXA installations and achieve arbitrary code execution on the underlying server, potentially compromising entire industrial control networks.

Affected Products

  • FUXA versions prior to 1.2.10
  • Web-based SCADA/HMI/Dashboard deployments using vulnerable FUXA versions
  • Industrial control system environments running unpatched FUXA installations

Discovery Timeline

  • 2026-02-09 - CVE-2026-25893 published to NVD
  • 2026-02-10 - Last updated in NVD database

Technical Details for CVE-2026-25893

Vulnerability Analysis

This authentication bypass vulnerability (CWE-285: Improper Authorization) exists in the heartbeat token refresh mechanism within FUXA's API layer. The flaw allows unauthenticated users to obtain valid authentication tokens through the heartbeat endpoint, effectively bypassing the entire authentication system. Once an attacker obtains a valid token, they gain full administrative privileges to the SCADA/HMI system, including the ability to execute arbitrary code on the server.

The vulnerability is particularly dangerous in industrial environments where FUXA manages process visualization and control systems. Successful exploitation could lead to unauthorized manipulation of industrial processes, data exfiltration, or complete system compromise.

Root Cause

The root cause lies in improper authorization checks within the heartbeat token refresh API endpoint in server/api/index.js. The vulnerable code path allowed token refresh operations to proceed without first verifying that the requesting user was properly authenticated. The req.isAuthenticated flag was not being checked before issuing new tokens, allowing guest users to receive valid authentication tokens that should only be issued to authenticated users.

Attack Vector

The attack leverages the network-accessible heartbeat API endpoint. An unauthenticated attacker can send crafted requests to the heartbeat endpoint with specific parameters to trigger the token refresh logic. Since the vulnerable code did not validate authentication status before issuing new tokens, the attacker receives a valid JWT token granting administrative access.

The following patch demonstrates the fix implemented in version 1.2.10:

javascript
                     res.end();
                 } else if (res.statusCode === 403) {
                     runtime.logger.error("api post heartbeat: Tocken Expired");
-                } else if (req.body.params) {
-                    const token = authJwt.getNewToken(req.headers)
-                    if (token) {
-                        res.status(200).json({
-                            message: 'tokenRefresh',
-                            token: token
+                }
+                if (req.body.params) {
+
+                    if (!req.isAuthenticated) {
+                        // guest → NON puo rinnovare token
+                        return res.status(200).json({
+                            message: 'guest'
                         });
-                    } else {
-                        res.end();
                     }
-                } else if (req.userId === 'guest') {
-                    res.status(200).json({
+
+                    const token = authJwt.getNewTokenFromRequest(req);
+                    return res.status(200).json({
+                        message: 'tokenRefresh',
+                        token
+                    });
+                }
+

Source: GitHub Commit

The corresponding JWT helper modifications ensure proper authentication state tracking:

javascript
             if (err) {
                 req.userId = "guest";
                 req.userGroups = ["guest"];
-            } else {
-                req.userId = decoded.id;
-                req.userGroups = decoded.groups;
-                if (req.headers['x-auth-user']) {
-                    let user = JSON.parse(req.headers['x-auth-user']);
-                    if (user && user.groups != req.userGroups) {
-                        res.status(403).json({ error: "unauthorized_error", message: "User Profile Corrupted!" });
-                    }
-                }
+                req.isAuthenticated = false;
+                return next();
             }
-            next();
+            req.userId = decoded.id;
+            req.userGroups = decoded.groups;
+            req.isAuthenticated = true;
+            return next();
         });
     } else {
         // notice that no token was provided...}
         req.userId = null;
         req.userGroups = null;
-        // if (secureEnabled) {
-        //     res.status(401).json({ error: "unauthorized_error", message: "Token missing!" });
-        // }
-        next();
+        return next();

Source: GitHub Commit

Detection Methods for CVE-2026-25893

Indicators of Compromise

  • Unexpected authentication tokens being issued to unauthenticated sessions
  • Anomalous API requests to the /api/heartbeat endpoint from external IP addresses
  • Administrative actions performed by accounts that should not have elevated privileges
  • Unusual patterns of token refresh requests without corresponding login events

Detection Strategies

  • Monitor web server access logs for requests to heartbeat API endpoints from unauthenticated sources
  • Implement anomaly detection for token issuance patterns that deviate from normal user behavior
  • Deploy web application firewalls (WAF) to inspect and log API traffic to FUXA endpoints
  • Audit authentication logs for discrepancies between login events and active sessions

Monitoring Recommendations

  • Enable detailed logging for all authentication-related API endpoints in FUXA
  • Configure SIEM rules to alert on token refresh operations without prior successful authentication
  • Implement network segmentation monitoring to detect unauthorized access attempts to SCADA systems
  • Establish baseline metrics for normal heartbeat API usage and alert on deviations

How to Mitigate CVE-2026-25893

Immediate Actions Required

  • Upgrade FUXA installations to version 1.2.10 or later immediately
  • Restrict network access to FUXA instances using firewall rules and network segmentation
  • Audit existing user accounts and tokens for signs of unauthorized access
  • Review server logs for any historical exploitation attempts

Patch Information

The vulnerability has been addressed in FUXA version 1.2.10. The fix introduces proper authentication state tracking via the req.isAuthenticated flag and ensures that token refresh operations are only permitted for authenticated users. Guest users now receive a 'guest' message response instead of valid authentication tokens.

For detailed patch information, refer to:

  • GitHub Security Advisory
  • GitHub Commit fe82348

Workarounds

  • Deploy a reverse proxy with authentication in front of FUXA to add an additional authentication layer
  • Implement network-level access controls to restrict access to FUXA only from trusted IP ranges
  • Disable or block external access to the heartbeat API endpoint at the network perimeter
  • Consider deploying SentinelOne Singularity for endpoint protection and runtime threat detection on FUXA servers
bash
# Example: Restrict FUXA access using iptables (temporary mitigation)
# Allow only trusted management network to access FUXA
iptables -A INPUT -p tcp --dport 1881 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 1881 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechFuxa

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability0.20%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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-285
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-25938: FUXA Authentication Bypass Vulnerability

  • CVE-2026-25939: FUXA Authorization Bypass Vulnerability

  • CVE-2025-69970: FUXA Authentication Bypass Vulnerability

  • CVE-2025-69971: FUXA Auth Bypass 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