The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-58078

CVE-2025-58078: Productivity Suite Path Traversal Flaw

CVE-2025-58078 is a path traversal vulnerability in Productivity Suite 4.4.1.19 allowing unauthenticated attackers to write arbitrary files via the PLC simulator. This article covers technical details, impact, and mitigation.

Updated: May 11, 2026

CVE-2025-58078 Overview

CVE-2025-58078 is a relative path traversal vulnerability [CWE-23] in AutomationDirect Productivity Suite version 4.4.1.19. The flaw resides in the ProductivityService PLC simulator component. An unauthenticated remote attacker can interact with the service and write files with arbitrary data to the target machine. The vulnerability affects industrial control system (ICS) engineering software used to program AutomationDirect Productivity series programmable logic controllers (PLCs). Because the attack vector is network-based and requires no authentication or user interaction, exposed simulator instances present a direct path to file write primitives on the host.

Critical Impact

Unauthenticated remote attackers can write arbitrary files to engineering workstations running the Productivity Suite PLC simulator, enabling tampering with control logic and downstream impact on operational technology environments.

Affected Products

  • AutomationDirect Productivity Suite version 4.4.1.19
  • ProductivityService PLC simulator component
  • Engineering workstations hosting the Productivity Suite software

Discovery Timeline

  • 2025-10-23 - CVE-2025-58078 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-58078

Vulnerability Analysis

The vulnerability is a relative path traversal flaw classified under [CWE-23]. The ProductivityService component exposes a network-accessible interface that handles file operations without properly validating supplied path elements. An attacker can submit crafted path strings containing relative traversal sequences such as ..\ or ../ to escape the intended working directory. The service then writes attacker-controlled data to arbitrary locations within the host file system. No authentication is required to reach the vulnerable interface.

Root Cause

The root cause is insufficient input sanitization on file path parameters consumed by the simulator service. The application accepts file path inputs and concatenates them with a base directory without canonicalizing the result or rejecting traversal sequences. This allows path resolution to redirect writes outside any intended sandbox boundary.

Attack Vector

The attack vector is network-based. An attacker reaches the ProductivityService listener on the host running Productivity Suite and issues a request that includes a relative path traversal payload along with arbitrary file content. The service writes the supplied content to the resolved path with the privileges of the simulator process. Attackers can overwrite project files, drop executables in startup paths, or modify configuration files. Refer to the CISA ICS Advisory ICSA-25-296-01 for vendor-confirmed technical details.

Detection Methods for CVE-2025-58078

Indicators of Compromise

  • Unexpected files appearing in system directories, user profile paths, or startup locations on workstations running Productivity Suite
  • Modified or newly created files outside the expected Productivity Suite project directories
  • Inbound network connections to the ProductivityService listener from untrusted sources or external networks

Detection Strategies

  • Monitor file system events on Productivity Suite hosts for write operations originating from the simulator service process to paths outside its installation directory
  • Inspect network traffic to the simulator service for request payloads containing path traversal sequences such as ..\, ../, or URL-encoded equivalents (%2e%2e%2f)
  • Alert on creation of executables, scripts, or scheduled task definitions on engineering workstations that host PLC programming software

Monitoring Recommendations

  • Capture and retain process and file telemetry from engineering workstations in a centralized data lake for retrospective hunting
  • Baseline normal ProductivityService network behavior and alert on connections from non-engineering subnets
  • Correlate ICS workstation file write events with subsequent process executions to detect post-write code activation

How to Mitigate CVE-2025-58078

Immediate Actions Required

  • Identify all hosts running AutomationDirect Productivity Suite version 4.4.1.19 and inventory their network exposure
  • Restrict network access to engineering workstations so the ProductivityService listener is unreachable from production, IT, or external networks
  • Apply vendor-released updates as published on the AutomationDirect Software Downloads page
  • Review file system integrity on affected hosts for unauthorized writes

Patch Information

AutomationDirect publishes Productivity Suite updates through its software downloads portal. Administrators should consult the CISA ICS Advisory ICSA-25-296-01 and the AutomationDirect Security Considerations document for the fixed version and recommended deployment steps. The advisory references the GitHub CSAF Document for machine-readable vulnerability data.

Workarounds

  • Run Productivity Suite only on isolated engineering workstations segmented from operational and corporate networks
  • Block inbound traffic to the simulator service at the host firewall when the simulator is not actively in use
  • Disable or stop the ProductivityService simulator when development work is not in progress
  • Follow the network segmentation and defense-in-depth practices outlined in the CISA ICS advisory for control system environments
bash
# Example host firewall rule (Windows) to block remote access to the simulator service
# Replace <PORT> with the ProductivityService listener port observed in your environment
netsh advfirewall firewall add rule name="Block ProductivityService Remote" ^
  dir=in action=block protocol=TCP localport=<PORT> ^
  remoteip=any profile=any

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechProductivity Suite

  • SeverityHIGH

  • CVSS Score8.3

  • EPSS Probability0.21%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:H/SC:N/SI:L/SA:L/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-23
  • Technical References
  • GitHub CSAF Document

  • AutomationDirect Security Considerations

  • AutomationDirect Software Downloads

  • CISA ICS Advisory #ICS-25-296-01
  • Related CVEs
  • CVE-2025-58429: Productivity Suite Path Traversal Flaw

  • CVE-2025-61934: Productivity Suite 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