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
    • 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-59171

CVE-2025-59171: Advantech DeviceOn/iEdge RCE Vulnerability

CVE-2025-59171 is a remote code execution vulnerability in Advantech DeviceOn/iEdge caused by insufficient sanitization. Attackers can upload malicious files to gain system-level access. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 25, 2026

CVE-2025-59171 Overview

CVE-2025-59171 is a critical path traversal vulnerability affecting Advantech DeviceOn/iEdge, an industrial IoT device management platform. Due to insufficient sanitization of user-supplied input, an attacker can upload a specially crafted configuration file to traverse directories and achieve remote code execution with system-level permissions. This vulnerability poses significant risk to industrial control system (ICS) environments where DeviceOn/iEdge is deployed for edge device management.

Critical Impact

Remote attackers can exploit this path traversal flaw to execute arbitrary code with system-level privileges, potentially compromising the entire industrial edge infrastructure and connected OT devices.

Affected Products

  • Advantech DeviceOn/iEdge (all vulnerable versions)

Discovery Timeline

  • 2025-11-06 - CVE-2025-59171 published to NVD
  • 2025-11-19 - Last updated in NVD database

Technical Details for CVE-2025-59171

Vulnerability Analysis

This vulnerability stems from improper input validation in the configuration file upload functionality of Advantech DeviceOn/iEdge. The application fails to adequately sanitize file paths provided during configuration uploads, allowing attackers to use directory traversal sequences (such as ../) to write files outside of the intended directory structure.

The attack can be executed remotely over the network without requiring authentication or user interaction. Once an attacker successfully exploits this vulnerability, they can place malicious files in critical system directories, leading to arbitrary code execution with elevated system privileges. In industrial environments, this could result in complete compromise of edge computing infrastructure and potential lateral movement to connected operational technology (OT) systems.

Root Cause

The root cause is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory, also known as Path Traversal). The configuration file upload mechanism does not properly validate or sanitize the destination path, allowing malicious path components to escape the intended upload directory. This lack of boundary enforcement enables attackers to write arbitrary files to sensitive locations on the file system.

Attack Vector

The vulnerability is exploitable via network-based attacks. An attacker crafts a malicious configuration file containing path traversal sequences in the filename or path parameters. When this file is processed by the DeviceOn/iEdge application, the unsanitized path allows the attacker to write content to arbitrary locations on the target system. By placing executable content or scripts in locations that are automatically executed (such as startup directories or web-accessible paths), the attacker achieves remote code execution with system-level permissions.

The attack does not require prior authentication or any form of user interaction, making it particularly dangerous in exposed environments. See the CISA ICS Advisory ICSA-25-310-01 for additional technical details.

Detection Methods for CVE-2025-59171

Indicators of Compromise

  • Unexpected configuration file uploads containing path traversal sequences such as ../ or ..\\ in filenames or paths
  • Creation of new executable files or scripts in system directories outside the normal DeviceOn/iEdge installation path
  • Unusual process execution originating from the DeviceOn/iEdge service with elevated privileges
  • Web server or application logs showing configuration upload requests with encoded traversal patterns like %2e%2e%2f

Detection Strategies

  • Implement file integrity monitoring (FIM) on critical system directories to detect unauthorized file creation or modification
  • Configure web application firewalls (WAF) to detect and block path traversal patterns in HTTP requests to DeviceOn/iEdge endpoints
  • Monitor DeviceOn/iEdge application logs for configuration upload events with suspicious filenames or error messages indicating path violations
  • Deploy endpoint detection and response (EDR) solutions to identify anomalous process spawning from the DeviceOn/iEdge service

Monitoring Recommendations

  • Enable detailed logging for all configuration file upload operations in DeviceOn/iEdge
  • Set up alerts for any file write operations to directories outside the designated configuration storage path
  • Monitor network traffic to DeviceOn/iEdge management interfaces for unusually large or malformed configuration uploads
  • Implement behavioral monitoring for system-level processes spawned by the DeviceOn/iEdge application

How to Mitigate CVE-2025-59171

Immediate Actions Required

  • Review the CISA ICS Advisory ICSA-25-310-01 for vendor-specific patching guidance
  • Restrict network access to DeviceOn/iEdge management interfaces to trusted IP addresses only
  • Implement network segmentation to isolate ICS/OT environments from corporate networks
  • Contact Advantech support for the latest security updates and patch availability

Patch Information

Advantech has released security guidance through the CISA ICS advisory. Organizations should consult the CISA ICS Advisory ICSA-25-310-01 for detailed remediation instructions and apply any available patches from Advantech. The GitHub CSAF Document contains machine-readable vulnerability information for automated security tooling integration.

Workarounds

  • Place DeviceOn/iEdge behind a VPN or firewall with strict access controls to limit exposure to trusted networks
  • Disable or restrict the configuration file upload functionality if not operationally required
  • Implement additional input validation at the network perimeter using web application firewalls configured to block path traversal patterns
  • Monitor and audit all file system write operations performed by the DeviceOn/iEdge application using host-based security controls

Recommended network segmentation example for isolating DeviceOn/iEdge management interfaces:

bash
# Example firewall rules to restrict access to DeviceOn/iEdge management port
# Allow only specific management subnet to access the service
iptables -A INPUT -p tcp --dport 443 -s 10.10.10.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

# Enable logging for dropped connection attempts
iptables -A INPUT -p tcp --dport 443 -j LOG --log-prefix "DeviceOn-Blocked: "

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAdvantech Deviceon

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.12%

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

  • Advantech Contact Information
  • Vendor Resources
  • CISA ICS Advisory ICSA-25-310-01
  • Related CVEs
  • CVE-2025-62630: Advantech DeviceOn/iEdge 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