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-2025-9064

CVE-2025-9064: FactoryTalk View Path Traversal Flaw

CVE-2025-9064 is a path traversal vulnerability in FactoryTalk View Machine Edition that allows unauthenticated attackers to delete files. This article covers technical details, affected versions, impact, and mitigation.

Published: March 24, 2026

CVE-2025-9064 Overview

A path traversal security vulnerability has been identified in Rockwell Automation FactoryTalk View Machine Edition, a widely deployed Human-Machine Interface (HMI) software used in industrial control system (ICS) environments. This vulnerability allows unauthenticated attackers on the same network as the affected device to delete arbitrary files within the panel's operating system. The attack requires knowledge of specific filenames to be targeted for deletion, but successful exploitation could result in significant operational disruption to industrial processes.

Critical Impact

Unauthenticated network-based attackers can delete arbitrary files on FactoryTalk View Machine Edition panels, potentially causing denial of service or disrupting critical industrial operations.

Affected Products

  • Rockwell Automation FactoryTalk View Machine Edition (all versions prior to patch)
  • Industrial control panels running FactoryTalk View Machine Edition
  • HMI systems deployed with vulnerable FactoryTalk View configurations

Discovery Timeline

  • October 14, 2025 - CVE-2025-9064 published to NVD
  • October 28, 2025 - Last updated in NVD database

Technical Details for CVE-2025-9064

Vulnerability Analysis

CVE-2025-9064 is classified under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory, commonly known as Path Traversal) and CWE-287 (Improper Authentication). The vulnerability exists within the file handling mechanisms of FactoryTalk View Machine Edition, where insufficient validation of user-supplied path parameters allows attackers to traverse outside intended directory boundaries.

The path traversal condition enables an attacker to manipulate file path inputs using sequences such as ../ to navigate to parent directories and target files anywhere on the underlying operating system. Combined with the authentication bypass weakness (CWE-287), the attack can be executed by any unauthenticated user with network access to the vulnerable device.

The primary impact of this vulnerability is high availability loss, as critical system or application files can be deleted, rendering the HMI panel inoperable. While direct confidentiality and integrity impacts are not observed through this specific attack vector, the deletion of configuration files, logs, or system binaries could have cascading effects on industrial operations.

Root Cause

The root cause of this vulnerability lies in improper input validation within the file deletion functionality of FactoryTalk View Machine Edition. The application fails to properly sanitize or validate path parameters before processing file deletion requests, allowing directory traversal sequences to escape the intended directory scope. Additionally, the affected functionality lacks proper authentication controls, enabling any network-adjacent attacker to invoke the vulnerable operation without credentials.

Attack Vector

The attack vector for CVE-2025-9064 is network-based, requiring the attacker to be on the same network segment as the vulnerable FactoryTalk View Machine Edition device. The attack has low complexity requirements—no user interaction is needed, and no prior authentication is required.

An attacker would craft malicious requests containing path traversal sequences targeting specific files on the panel's operating system. The exploitation is limited by the attacker's knowledge of filenames and their locations on the target system. However, attackers familiar with Windows file structures or FactoryTalk View installation paths could systematically target critical system files or application components.

The attack mechanism involves submitting file path parameters that include traversal sequences (e.g., ..\..\..\..\Windows\System32\targetfile.dll) to escape the application's working directory and reach arbitrary file system locations. See the Rockwell Automation Security Advisory for complete technical details.

Detection Methods for CVE-2025-9064

Indicators of Compromise

  • Unexpected file deletion events in FactoryTalk View Machine Edition installation directories or system folders
  • Network traffic containing path traversal sequences (../, ..\) targeting FactoryTalk View services
  • Application or system errors related to missing files or corrupted configurations on HMI panels
  • Unauthorized network connections to FactoryTalk View Machine Edition from unexpected sources

Detection Strategies

  • Deploy network intrusion detection systems (IDS) with signatures for path traversal patterns in FactoryTalk View protocol traffic
  • Monitor file system integrity on FactoryTalk View panels using file integrity monitoring (FIM) solutions
  • Implement network segmentation monitoring to detect unauthorized access attempts to ICS/HMI network segments
  • Enable verbose logging on FactoryTalk View systems and forward logs to a SIEM for anomaly detection

Monitoring Recommendations

  • Establish baseline network behavior for FactoryTalk View devices and alert on deviations
  • Configure alerts for file deletion events on critical system paths within HMI panels
  • Monitor for authentication failures and unauthenticated access attempts to FactoryTalk View services
  • Implement periodic file system snapshots to detect unauthorized modifications or deletions

How to Mitigate CVE-2025-9064

Immediate Actions Required

  • Apply the security patch from Rockwell Automation as described in advisory SD1753 immediately
  • Isolate FactoryTalk View Machine Edition devices from untrusted network segments pending patching
  • Implement strict network access controls limiting connectivity to authorized management systems only
  • Review and restrict network access to industrial control system (ICS) networks using firewalls and VLANs

Patch Information

Rockwell Automation has released a security advisory (SD1753) addressing this vulnerability. Organizations should consult the Rockwell Automation Security Advisory for specific patch versions and update instructions. Apply the recommended firmware or software updates to all affected FactoryTalk View Machine Edition installations during scheduled maintenance windows to minimize operational impact.

Workarounds

  • Implement network segmentation to isolate HMI panels from general corporate networks and limit lateral movement opportunities
  • Deploy application-layer firewalls or web application firewalls (WAF) capable of filtering path traversal patterns in requests
  • Restrict network access to FactoryTalk View panels using access control lists (ACLs) permitting only authorized management stations
  • Consider implementing additional authentication mechanisms at the network level (e.g., 802.1X) for devices accessing ICS segments
bash
# Network segmentation example using firewall rules
# Restrict access to FactoryTalk View panels (example IP range 10.10.50.0/24)
# Allow only authorized engineering workstations (10.10.10.50-55)

iptables -A INPUT -s 10.10.10.50/32 -d 10.10.50.0/24 -j ACCEPT
iptables -A INPUT -s 10.10.10.51/32 -d 10.10.50.0/24 -j ACCEPT
iptables -A INPUT -s 10.10.10.52/32 -d 10.10.50.0/24 -j ACCEPT
iptables -A INPUT -d 10.10.50.0/24 -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/TechRockwellautomation Factorytalk View

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.48%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/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-287

  • CWE-22
  • Vendor Resources
  • Rockwell Automation Security Advisory
  • Related CVEs
  • CVE-2024-45824: FactoryTalk View RCE Vulnerability

  • CVE-2024-4609: FactoryTalk View SE SQLi Vulnerability

  • CVE-2023-2071: Rockwell FactoryTalk View 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