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

CVE-2026-25938: FUXA Authentication Bypass Vulnerability

CVE-2026-25938 is an authentication bypass flaw in FUXA web-based SCADA software that enables remote code execution when Node-RED plugin is active. This article covers the technical details, affected versions, and mitigation.

Published: February 13, 2026

CVE-2026-25938 Overview

CVE-2026-25938 is a critical authentication bypass vulnerability affecting FUXA, a web-based Process Visualization (SCADA/HMI/Dashboard) software. When the Node-RED plugin is enabled, an unauthenticated remote attacker can bypass authentication mechanisms and execute arbitrary code on the server. This vulnerability is classified under CWE-290 (Authentication Bypass by Spoofing) and poses a severe risk to industrial control systems and SCADA environments.

Critical Impact

Unauthenticated attackers can achieve remote code execution on FUXA servers running vulnerable versions with the Node-RED plugin enabled, potentially compromising critical industrial control infrastructure.

Affected Products

  • FUXA version 1.2.8
  • FUXA version 1.2.9
  • FUXA version 1.2.10

Discovery Timeline

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

Technical Details for CVE-2026-25938

Vulnerability Analysis

This authentication bypass vulnerability in FUXA allows remote attackers to circumvent security controls when the Node-RED plugin is enabled. The vulnerability stems from insufficient authentication validation in the Node-RED integration layer, allowing unauthenticated requests to reach the underlying Node-RED execution engine. Once bypassed, attackers can leverage Node-RED's powerful automation capabilities to execute arbitrary code on the server, potentially gaining full control of the underlying system.

The attack requires network accessibility to the vulnerable FUXA instance and the Node-RED plugin to be enabled, which is a common configuration in industrial automation environments. No user interaction is required, making this a particularly dangerous vulnerability for exposed SCADA/HMI systems.

Root Cause

The root cause is categorized as CWE-290: Authentication Bypass by Spoofing. The FUXA application failed to properly enforce authentication for Node-RED plugin endpoints, allowing attackers to access these endpoints without valid credentials. The vulnerability existed due to missing or inadequate authentication checks on the Node-RED communication layer.

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker can remotely target any FUXA instance with the Node-RED plugin enabled that is accessible over the network. The exploitation path involves:

  1. Identifying a vulnerable FUXA instance with Node-RED plugin enabled
  2. Sending crafted requests that bypass the authentication layer
  3. Leveraging Node-RED's execution capabilities to run arbitrary code on the server

The security patch introduces a new authentication mode for Node-RED access:

typescript
    userRole = false;
    /** Enable Node-Red */
    nodeRedEnabled = true;
+    /** Node-RED access mode: secure | legacy-open */
+    nodeRedAuthMode = 'secure';
    /** Enable Swagger */
    swaggerEnabled = false;
}

Source: GitHub FUXA Commit Update

Additionally, the patch implements socket-level token authentication:

typescript
    variables = {};
    alarms = { highhigh: 0, high: 0, low: 0, info: 0 };
    private socket;
+    private socketToken: string | null = null;
    private endPointConfig: string = EndPointApi.getURL();
    private bridge: any = null;

Source: GitHub FUXA Commit Update

Detection Methods for CVE-2026-25938

Indicators of Compromise

  • Unexpected or unauthorized connections to Node-RED endpoints from external IP addresses
  • Unusual process spawning or command execution originating from the FUXA or Node-RED process
  • Authentication logs showing requests to Node-RED routes without valid session tokens
  • Anomalous network traffic patterns to FUXA instances, particularly targeting /api/ or Node-RED endpoints

Detection Strategies

  • Monitor HTTP access logs for unauthenticated requests to Node-RED plugin endpoints
  • Implement network intrusion detection rules to identify exploitation attempts targeting FUXA instances
  • Deploy application-level monitoring to detect unauthorized code execution through Node-RED flows
  • Review process creation events for suspicious child processes spawned by Node.js or FUXA services

Monitoring Recommendations

  • Enable verbose logging on FUXA instances and centralize logs for SIEM analysis
  • Configure alerts for authentication failures or bypasses on SCADA/HMI systems
  • Implement network segmentation monitoring to detect lateral movement from compromised FUXA servers
  • Regularly audit Node-RED flows for unauthorized or malicious automation scripts

How to Mitigate CVE-2026-25938

Immediate Actions Required

  • Upgrade all FUXA installations to version 1.2.11 or later immediately
  • If immediate patching is not possible, disable the Node-RED plugin until the update can be applied
  • Isolate FUXA instances from untrusted networks using firewall rules or network segmentation
  • Audit existing FUXA deployments for signs of compromise before and after patching

Patch Information

The FUXA development team has released version 1.2.11 which addresses this vulnerability by implementing proper authentication hardening for the Node-RED integration. The patch introduces a new nodeRedAuthMode setting defaulting to 'secure' mode and adds socket-level token authentication to prevent unauthorized access.

For detailed patch information, refer to:

  • GitHub FUXA Release v1.2.11
  • GitHub Security Advisory GHSA-v4p5-w6r3-2x4f
  • GitHub FUXA Commit Update

Workarounds

  • Disable the Node-RED plugin in FUXA settings if it is not required for operations
  • Implement network-level access controls to restrict access to FUXA instances to trusted IP ranges only
  • Deploy a web application firewall (WAF) in front of FUXA to filter malicious requests
  • Use VPN or other secure access methods for remote administration of SCADA/HMI systems
bash
# Configuration example - Disable Node-RED plugin in FUXA settings
# Edit the FUXA configuration file to disable Node-RED until patching is complete
# Set nodeRedEnabled to false in your settings configuration:
# nodeRedEnabled = false

# Network isolation example using iptables
# Restrict access to FUXA port (default 1880) to trusted networks only
iptables -A INPUT -p tcp --dport 1880 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 1880 -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 Score9.5

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/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-290
  • Technical References
  • GitHub FUXA Commit Update

  • GitHub FUXA Release v1.2.11

  • GitHub Security Advisory GHSA-v4p5-w6r3-2x4f
  • Related CVEs
  • CVE-2026-25939: FUXA Authorization Bypass Vulnerability

  • CVE-2026-25893: FUXA Auth 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