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

CVE-2026-25939: FUXA Authorization Bypass Vulnerability

CVE-2026-25939 is an authorization bypass vulnerability in FUXA that allows unauthenticated attackers to create and modify schedulers in ICS/SCADA environments. This article covers technical details, affected versions, and mitigation.

Published: February 13, 2026

CVE-2026-25939 Overview

CVE-2026-25939 is a critical authorization bypass vulnerability affecting FUXA, a web-based Process Visualization (SCADA/HMI/Dashboard) software. This vulnerability allows an unauthenticated, remote attacker to create and modify arbitrary schedulers within the FUXA application. Given that FUXA is commonly deployed in industrial control system (ICS) and SCADA environments, successful exploitation could expose critical operational technology (OT) infrastructure to follow-on attacks, including unauthorized process manipulation and potential safety incidents.

Critical Impact

Unauthenticated remote attackers can manipulate scheduler configurations in ICS/SCADA environments, potentially disrupting industrial processes and enabling further compromise of connected control systems.

Affected Products

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

Discovery Timeline

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

Technical Details for CVE-2026-25939

Vulnerability Analysis

This authorization bypass vulnerability (CWE-862: Missing Authorization) exists in FUXA's API handling for scheduler operations. The vulnerable versions fail to properly validate user authentication and authorization before allowing scheduler creation and modification operations. Specifically, the application does not adequately check whether the requesting user has sufficient privileges, allowing guest users or completely unauthenticated users to perform administrative actions on the scheduler subsystem.

The vulnerability is particularly dangerous in ICS/SCADA contexts because schedulers often control automated processes, triggering actions at predetermined times. An attacker who gains the ability to create or modify these schedulers could potentially orchestrate malicious automation sequences affecting physical processes.

Root Cause

The root cause lies in insufficient authorization checks within the FUXA API layer. The application failed to implement proper access controls for scheduler mutation operations, specifically not verifying whether the requesting user was a guest user or belonged to unauthorized groups before processing scheduler-related API requests.

Attack Vector

The attack can be executed remotely over the network without any authentication requirements. An attacker needs only network access to the FUXA web interface to exploit this vulnerability. The attack involves sending crafted API requests to scheduler endpoints, bypassing the intended authorization mechanisms to create or modify schedulers that control automated actions within the SCADA/HMI environment.

The security patch introduces a dedicated isGuestUser() function to properly identify and block guest users from performing scheduler mutations:

javascript
function isGuestUser(userId, userGroups) {
    if (userId === 'guest') {
        return true;
    }
    if (Array.isArray(userGroups) && userGroups.includes('guest')) {
        return true;
    }
    return false;
}

Source: GitHub Commit Details

Detection Methods for CVE-2026-25939

Indicators of Compromise

  • Unexpected scheduler entries appearing in FUXA configuration that were not created by authorized administrators
  • API requests to scheduler endpoints originating from unauthenticated sessions or guest user accounts
  • Unusual automation sequences executing at unexpected times within the SCADA/HMI environment
  • Log entries showing scheduler modifications without corresponding administrative login events

Detection Strategies

  • Monitor FUXA API logs for scheduler-related endpoint requests (/api/scheduler) from unauthenticated or guest sessions
  • Implement network intrusion detection rules to identify API calls targeting scheduler mutation operations
  • Deploy application-layer firewall rules to inspect and alert on scheduler modification attempts from untrusted sources
  • Enable comprehensive audit logging for all FUXA administrative operations

Monitoring Recommendations

  • Establish baseline scheduler configurations and alert on any unauthorized changes
  • Implement real-time alerting for scheduler API endpoint access patterns that deviate from normal administrative workflows
  • Deploy SentinelOne agents on systems hosting FUXA to detect post-exploitation activities and lateral movement attempts
  • Regularly review FUXA user accounts and permissions to identify unauthorized guest access configurations

How to Mitigate CVE-2026-25939

Immediate Actions Required

  • Upgrade FUXA to version 1.2.11 or later immediately
  • Restrict network access to FUXA instances using firewall rules, limiting connectivity to authorized management networks only
  • Audit existing scheduler configurations for any unauthorized or suspicious entries
  • Review FUXA logs for historical evidence of exploitation attempts

Patch Information

The FUXA development team has addressed this vulnerability in version 1.2.11. The patch implements proper guest user detection and blocks unauthorized access to scheduler mutation operations. Organizations should upgrade to version 1.2.11 or later by obtaining the patched release from the official FUXA GitHub repository. The specific security fix can be reviewed in the commit details.

Workarounds

  • Place FUXA instances behind a reverse proxy with authentication requirements enforced at the proxy layer
  • Implement network segmentation to isolate FUXA servers from untrusted networks
  • Disable guest user functionality if not operationally required
  • Deploy a web application firewall (WAF) to filter malicious API requests targeting scheduler endpoints
bash
# Example: Restrict access to FUXA using iptables (Linux)
# Allow only specific management subnet to access FUXA port
iptables -A INPUT -p tcp --dport 1881 -s 10.10.10.0/24 -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 Score9.3

  • EPSS Probability0.03%

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

  • GitHub Release v1.2.11

  • GitHub Security Advisory GHSA-c869-jx4c-q5fc
  • Related CVEs
  • CVE-2026-25938: FUXA Authentication 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