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

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

CVE-2025-62630 is a remote code execution flaw in Advantech DeviceOn/iEdge caused by insufficient input sanitization. Attackers can exploit this to gain system-level access. This article covers technical details, impact, and mitigations.

Published: April 1, 2026

CVE-2025-62630 Overview

CVE-2025-62630 is a path traversal vulnerability in Advantech DeviceOn/iEdge that allows attackers to upload specially crafted configuration files to traverse directories and achieve remote code execution with system-level permissions. Due to insufficient sanitization of file paths during configuration file uploads, an authenticated attacker can escape intended directory boundaries and write malicious files to arbitrary locations on the target system.

Critical Impact

This vulnerability enables authenticated attackers to achieve remote code execution with SYSTEM privileges on affected Advantech DeviceOn/iEdge installations, potentially leading to complete system compromise of industrial edge computing devices.

Affected Products

  • Advantech DeviceOn/iEdge (all versions prior to patch)
  • Industrial IoT edge computing platforms running DeviceOn/iEdge software
  • Connected OT/ICS environments utilizing Advantech device management solutions

Discovery Timeline

  • November 6, 2025 - CVE-2025-62630 published to NVD
  • November 19, 2025 - Last updated in NVD database

Technical Details for CVE-2025-62630

Vulnerability Analysis

This vulnerability is classified under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as Path Traversal or Directory Traversal. The flaw exists in the configuration file upload functionality of Advantech DeviceOn/iEdge, where user-supplied file paths are not properly validated before being used in file operations.

When processing configuration file uploads, the application fails to adequately sanitize path components containing directory traversal sequences such as ../ or ..\. An attacker with low-privilege access can craft malicious configuration files containing these sequences, allowing them to write content outside the intended upload directory and into sensitive system locations.

The vulnerability is particularly dangerous because DeviceOn/iEdge typically runs with elevated system privileges, meaning any code execution achieved through file write operations inherits those same high-level permissions.

Root Cause

The root cause of CVE-2025-62630 is insufficient input sanitization within the configuration file upload handler. The application does not properly validate or canonicalize file paths before using them in file system operations. Specifically, the upload functionality lacks:

  • Proper validation of path traversal sequences (../, ..\)
  • Canonicalization of paths to their absolute form before validation
  • Restriction of uploads to a whitelisted directory structure
  • Adequate input filtering for special characters in filenames

This allows attackers to escape the intended upload directory and place files in arbitrary locations on the file system.

Attack Vector

The attack can be executed remotely over the network by an authenticated user with low privileges. The exploitation flow involves:

  1. An attacker authenticates to the DeviceOn/iEdge management interface with valid credentials
  2. The attacker crafts a configuration file with a malicious filename containing path traversal sequences
  3. The attacker uploads the malicious configuration file through the vulnerable upload functionality
  4. The application processes the filename without proper sanitization
  5. The file is written to a location controlled by the attacker (outside intended directories)
  6. By writing executable content or scripts to system startup locations, the attacker achieves code execution with system-level permissions

The attack requires no user interaction beyond the initial authentication and does not require complex exploitation techniques, making it accessible to attackers with basic knowledge of path traversal vulnerabilities.

Detection Methods for CVE-2025-62630

Indicators of Compromise

  • Unexpected files appearing in system directories such as startup folders, scheduled task directories, or web application roots
  • Configuration files containing path traversal sequences (../, ..\) in upload logs
  • Anomalous process execution originating from the DeviceOn/iEdge service
  • Unauthorized modifications to system files or new executable files outside of normal application directories

Detection Strategies

  • Monitor file write operations from DeviceOn/iEdge processes for attempts to write outside designated configuration directories
  • Implement file integrity monitoring (FIM) on critical system directories to detect unauthorized file creation
  • Review web server and application logs for requests containing path traversal patterns in filenames
  • Deploy network-based detection rules to identify uploads containing ../ or encoded traversal sequences

Monitoring Recommendations

  • Enable verbose logging for the DeviceOn/iEdge configuration upload functionality
  • Configure SIEM rules to alert on file system operations attempting to access parent directories from application contexts
  • Implement endpoint detection and response (EDR) monitoring for new executables or scripts in system startup locations
  • Conduct regular audits of files in sensitive directories for unauthorized or unexpected content

How to Mitigate CVE-2025-62630

Immediate Actions Required

  • Review the CISA ICS Advisory ICSA-25-310-01 for official guidance and available patches
  • Restrict network access to DeviceOn/iEdge management interfaces to trusted networks only
  • Implement strong authentication and review user privileges to minimize exposure
  • Monitor for indicators of compromise in affected environments

Patch Information

Advantech has been notified of this vulnerability. Administrators should consult the CISA ICS Advisory for the latest patch availability and installation instructions. Contact Advantech Support directly for vendor-specific remediation guidance and to obtain security updates.

Organizations should prioritize patching this vulnerability due to its potential for system-level compromise in industrial and operational technology environments.

Workarounds

  • Isolate DeviceOn/iEdge systems on segmented network zones with strict access controls until patches can be applied
  • Implement application-layer firewalls or web application firewalls (WAF) to filter requests containing path traversal sequences
  • Disable or restrict access to the configuration file upload functionality if not operationally required
  • Deploy additional monitoring and file integrity controls on critical system directories
bash
# Example: Restrict access to DeviceOn/iEdge management interface via iptables
# Allow only specific management IP ranges to access the service
iptables -A INPUT -p tcp --dport 443 -s 10.0.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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.18%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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 CSAF Document

  • Advantech Contact Page
  • Vendor Resources
  • CISA ICS Advisory ICSA-25-310-01
  • Related CVEs
  • CVE-2025-59171: 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