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

CVE-2026-25895: FUXA Path Traversal Vulnerability

CVE-2026-25895 is a path traversal vulnerability in FUXA web-based SCADA/HMI software that lets remote attackers write arbitrary files to the server. This post covers the technical details, affected versions, and mitigations.

Published: February 13, 2026

CVE-2026-25895 Overview

CVE-2026-25895 is a critical path traversal vulnerability affecting FUXA, a web-based Process Visualization (SCADA/HMI/Dashboard) software. This vulnerability allows an unauthenticated, remote attacker to write arbitrary files to arbitrary locations on the server filesystem. The flaw stems from insufficient path validation in the file upload API endpoint, enabling attackers to escape intended directory restrictions and potentially achieve remote code execution by overwriting critical system or application files.

Critical Impact

Unauthenticated remote attackers can write arbitrary files to any location on the server, potentially leading to complete system compromise in industrial control system (ICS) and SCADA environments.

Affected Products

  • FUXA versions through 1.2.9
  • FUXA web-based SCADA/HMI/Dashboard installations
  • Systems running unpatched FUXA Process Visualization software

Discovery Timeline

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

Technical Details for CVE-2026-25895

Vulnerability Analysis

This path traversal vulnerability (CWE-22) exists in the /api/upload endpoint of FUXA's project management API. The vulnerability allows unauthenticated remote attackers to exploit the file upload functionality by manipulating the destination parameter to traverse directory boundaries. Without proper authentication enforcement and path validation, attackers can write malicious files to arbitrary locations on the server filesystem.

The vulnerability is particularly concerning in SCADA/HMI environments where FUXA is deployed, as these systems often control critical industrial processes. Successful exploitation could lead to complete system compromise, manipulation of industrial control data, or disruption of critical infrastructure operations.

Root Cause

The root cause of CVE-2026-25895 lies in the absence of authentication middleware on the /api/upload endpoint and inadequate validation of the user-supplied destination parameter. Prior to version 1.2.10, the upload endpoint accepted requests without verifying user credentials and failed to properly sanitize or sandbox the destination path, allowing path traversal sequences such as ../ to escape the intended upload directory.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can craft a malicious HTTP POST request to the /api/upload endpoint with a specially crafted destination parameter containing path traversal sequences. This allows the attacker to:

  1. Write files outside the designated upload directory
  2. Overwrite existing system or application files
  3. Plant malicious scripts or executables for later execution
  4. Potentially achieve remote code execution by overwriting configuration files or web application scripts
javascript
          * POST Upload file resource
          * images will be in media file saved
          */
-        prjApp.post('/api/upload', function (req, res) {
+        prjApp.post('/api/upload', secureFnc, function (req, res) {
+            const permission = checkGroupsFnc(req);
+            if (res.statusCode === 403) {
+                runtime.logger.error("api get device: Tocken Expired");
+                return;
+            } else if (!authJwt.haveAdminPermission(permission)) {
+                res.status(401).json({error:"unauthorized_error", message: "Unauthorized!"});
+                runtime.logger.error("api get device: Unauthorized");
+                return;
+            }
             const file = req.body.resource;
             const destination = req.body.destination;
             try {

Source: GitHub Commit

Detection Methods for CVE-2026-25895

Indicators of Compromise

  • Unexpected POST requests to /api/upload endpoint from external or unauthorized sources
  • File paths in web server logs containing path traversal sequences (../, ..%2f, ..%5c)
  • Newly created or modified files in unexpected server directories with timestamps correlating to suspicious network activity
  • Unauthorized files appearing in system directories, web roots, or configuration folders

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block path traversal patterns in HTTP request parameters
  • Monitor web server access logs for unauthenticated requests to /api/upload containing suspicious path characters
  • Deploy file integrity monitoring (FIM) on critical system directories to detect unauthorized file modifications
  • Configure intrusion detection systems (IDS) to alert on requests matching path traversal signatures targeting FUXA endpoints

Monitoring Recommendations

  • Enable detailed logging for all API endpoints in FUXA, particularly file upload operations
  • Monitor for authentication bypass attempts and unauthorized API access patterns
  • Implement network segmentation and monitor traffic to SCADA/HMI systems for anomalous behavior
  • Establish baseline file system state and alert on any deviations in critical directories

How to Mitigate CVE-2026-25895

Immediate Actions Required

  • Upgrade FUXA to version 1.2.10 or later immediately to address this vulnerability
  • If immediate patching is not possible, restrict network access to FUXA installations using firewall rules
  • Review server filesystems for evidence of exploitation, particularly unexpected files in system directories
  • Implement network segmentation to isolate SCADA/HMI systems from untrusted networks

Patch Information

The FUXA development team has addressed this vulnerability in version 1.2.10. The patch implements authentication middleware (secureFnc) on the /api/upload endpoint and adds proper authorization checks to verify administrative permissions before processing file uploads. Additionally, the fix includes path validation and sandboxing of the destination parameter to prevent directory traversal.

For detailed information about the security fix, see the GitHub Security Advisory GHSA-88qh-cphv-996c and the v1.2.10 release notes.

Workarounds

  • Block external access to the /api/upload endpoint at the reverse proxy or firewall level
  • Implement IP whitelisting to restrict API access to trusted management networks only
  • Place FUXA installations behind an authenticated reverse proxy requiring valid credentials
  • Apply principle of least privilege to the FUXA service account to limit write access on the filesystem
bash
# Example: Nginx configuration to block upload endpoint from external access
location /api/upload {
    allow 10.0.0.0/8;      # Allow internal network only
    allow 192.168.0.0/16;
    deny all;
}

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

  • SeverityCRITICAL

  • CVSS Score9.5

  • EPSS Probability0.19%

  • 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-22
  • Technical References
  • GitHub Commit Changes

  • GitHub Release v1.2.10

  • GitHub Security Advisory GHSA-88qh-cphv-996c
  • Related CVEs
  • CVE-2026-25951: 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