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

CVE-2026-25951: FUXA Path Traversal Vulnerability

CVE-2026-25951 is a path traversal vulnerability in FUXA web-based SCADA/HMI software that allows authenticated admins to write arbitrary files and achieve remote code execution. This article covers technical details, affected versions, impact, and mitigation.

Published: February 13, 2026

CVE-2026-25951 Overview

CVE-2026-25951 is a path traversal vulnerability affecting FUXA, a web-based Process Visualization (SCADA/HMI/Dashboard) software. Prior to version 1.2.11, a flaw in the path sanitization logic allows an authenticated attacker with administrative privileges to bypass directory traversal protections. By using nested traversal sequences (e.g., ....//), an attacker can write arbitrary files to the server filesystem, including sensitive directories like runtime/scripts. This leads to Remote Code Execution (RCE) when the server reloads the malicious scripts.

Critical Impact

Authenticated attackers with administrative access can achieve full Remote Code Execution on FUXA servers through arbitrary file write capabilities, potentially compromising critical SCADA/HMI infrastructure.

Affected Products

  • FUXA versions prior to 1.2.11
  • Web-based SCADA/HMI/Dashboard deployments using vulnerable FUXA installations
  • Industrial Process Visualization systems running unpatched FUXA software

Discovery Timeline

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

Technical Details for CVE-2026-25951

Vulnerability Analysis

This vulnerability stems from inadequate path sanitization in FUXA's file handling mechanisms. The application implements directory traversal protections, but the filtering logic fails to account for nested traversal sequences. When an attacker supplies a path containing ....// patterns, the sanitization routine removes the first ../ occurrence, leaving behind a valid ../ sequence that bypasses the protection. This allows authenticated administrators to write files to arbitrary locations on the server filesystem.

The attack becomes particularly dangerous when combined with FUXA's script execution capabilities. By writing malicious content to the runtime/scripts directory, an attacker can achieve code execution when the server processes or reloads these scripts. Given FUXA's role in SCADA/HMI environments, successful exploitation could lead to compromise of critical industrial control systems.

Root Cause

The root cause is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory - Path Traversal). The path sanitization implementation uses a naive filtering approach that only processes traversal sequences in a single pass. This allows attackers to craft nested sequences where the removal of one traversal component reveals another valid traversal sequence, effectively bypassing the intended security controls.

Attack Vector

The attack is network-based and requires authenticated access with administrative privileges. An attacker would craft HTTP requests containing nested directory traversal sequences in file path parameters. The malformed path would pass through the flawed sanitization logic, allowing the attacker to specify arbitrary file write locations. The typical attack flow involves:

  1. Authenticating to FUXA with administrative credentials
  2. Crafting a file write request with nested traversal sequences (e.g., ....//....//runtime/scripts/malicious.js)
  3. Writing malicious script content to the target directory
  4. Triggering script reload or waiting for automatic reprocessing
  5. Achieving code execution on the underlying server

The vulnerability affects the file write functionality where user-supplied paths are processed without adequate recursive sanitization.

Detection Methods for CVE-2026-25951

Indicators of Compromise

  • Unexpected files appearing in the runtime/scripts directory or other sensitive server locations
  • HTTP requests containing nested traversal patterns such as ....//, ..../\, or similar encoded variants
  • Unusual file write operations from the FUXA web application process
  • New or modified scripts in FUXA runtime directories with suspicious content

Detection Strategies

  • Monitor web application logs for requests containing path traversal patterns including nested sequences like ....// or URL-encoded equivalents
  • Implement file integrity monitoring on FUXA installation directories, particularly runtime/scripts
  • Deploy web application firewall rules to detect and block nested directory traversal attempts
  • Analyze authentication logs for unusual administrative access patterns preceding file operations

Monitoring Recommendations

  • Enable verbose logging for file system operations performed by the FUXA application
  • Configure alerts for any file creation or modification events in critical FUXA directories
  • Monitor network traffic for suspicious POST requests to FUXA endpoints that handle file operations
  • Review administrative session activity for anomalous behavior patterns

How to Mitigate CVE-2026-25951

Immediate Actions Required

  • Upgrade FUXA to version 1.2.11 or later immediately to address the vulnerability
  • Audit administrative accounts and review access logs for any suspicious file write operations
  • Implement network segmentation to limit access to FUXA administrative interfaces
  • Review the runtime/scripts directory for any unauthorized or suspicious files

Patch Information

The vulnerability is fixed in FUXA version 1.2.11. The patch addresses the path sanitization flaw by implementing proper recursive filtering of directory traversal sequences. Organizations should upgrade to this version or later to remediate the vulnerability.

For detailed patch information, refer to the GitHub Commit Update and the GitHub Release v1.2.11. Additional security information is available in the GitHub Security Advisory GHSA-68m5-5w2h.

Workarounds

  • Restrict network access to FUXA administrative interfaces using firewall rules or network segmentation
  • Implement additional authentication controls such as multi-factor authentication for administrative accounts
  • Deploy a web application firewall (WAF) configured to block path traversal patterns in requests
  • Consider running FUXA in a containerized environment with restricted filesystem access
bash
# Example: Restrict filesystem permissions on FUXA runtime directories
chmod 750 /path/to/fuxa/runtime/scripts
chown root:fuxa /path/to/fuxa/runtime/scripts

# Example: Configure firewall to limit access to FUXA admin interface
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
  • TypePath Traversal

  • Vendor/TechFuxa

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.07%

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

  • GitHub Release v1.2.11

  • GitHub Security Advisory GHSA-68m5-5w2h
  • Related CVEs
  • CVE-2026-25895: FUXA Path Traversal Vulnerability

  • CVE-2026-25938: FUXA Authentication Bypass Vulnerability

  • CVE-2026-25939: FUXA Authorization Bypass Vulnerability

  • CVE-2026-25894: FUXA SCADA RCE 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