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

CVE-2025-67036: Lantronix EDS5000 RCE Vulnerability

CVE-2025-67036 is a remote code execution vulnerability in Lantronix EDS5000 that allows authenticated attackers to execute OS commands with root privileges. This article covers technical details, affected versions, and mitigations.

Published: March 13, 2026

CVE-2025-67036 Overview

An authenticated OS command injection vulnerability has been identified in the Lantronix EDS5000 industrial device server version 2.1.0.0R3. The vulnerability exists in the Log Info page functionality, which allows users to view log files by specifying their names. Due to missing sanitization of the file name parameter, an authenticated attacker can inject arbitrary operating system commands that execute with root privileges, potentially leading to complete system compromise.

Critical Impact

Authenticated attackers can achieve remote code execution with root privileges on affected Lantronix EDS5000 devices, enabling full control over industrial device server infrastructure.

Affected Products

  • Lantronix EDS5000 version 2.1.0.0R3
  • Lantronix EDS5000 industrial device servers with Log Info page functionality

Discovery Timeline

  • 2026-03-11 - CVE-2025-67036 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2025-67036

Vulnerability Analysis

This vulnerability is classified under CWE-94 (Improper Control of Generation of Code), commonly referred to as code injection. The root issue stems from the web interface's Log Info page, which accepts user-supplied file names without proper input sanitization before passing them to underlying system commands.

When an authenticated user navigates to the Log Info functionality and provides a malicious file name parameter, the application fails to validate or sanitize the input. This allows an attacker to break out of the intended command context and inject arbitrary OS commands. Since the web application runs with elevated privileges, these injected commands execute with root-level access on the underlying Linux-based system.

The network-based attack vector combined with low attack complexity makes this vulnerability particularly concerning for organizations deploying EDS5000 devices in industrial or enterprise environments. While authentication is required, many device servers maintain default or weak credentials, lowering the barrier to exploitation.

Root Cause

The vulnerability originates from insufficient input validation in the Log Info page's file name parameter handling. The application directly incorporates user-supplied input into system shell commands without proper sanitization, escaping, or parameterization. This allows metacharacters and command separators (such as ;, |, &&, or backticks) to be interpreted as command delimiters, enabling command injection attacks.

Attack Vector

The attack is conducted over the network against the device's web management interface. An authenticated attacker can exploit this vulnerability by:

  1. Authenticating to the EDS5000 web interface using valid credentials
  2. Navigating to the Log Info page functionality
  3. Crafting a malicious file name parameter containing OS command injection payloads
  4. Submitting the request, causing the injected commands to execute with root privileges

The exploitation mechanism involves injecting shell metacharacters within the file name parameter. For example, an attacker might append a semicolon followed by arbitrary commands to the expected file name value. The underlying system interprets everything after the semicolon as a separate command, executing it with the application's root privileges.

For detailed technical information, refer to the CISA ICS Advisory ICSA-26-069-02.

Detection Methods for CVE-2025-67036

Indicators of Compromise

  • Unusual HTTP requests to the Log Info page containing shell metacharacters (;, |, &&, `, $())
  • Web server logs showing file name parameters with encoded or suspicious characters
  • Unexpected processes spawned by the web server process on EDS5000 devices
  • New user accounts, modified configurations, or unauthorized network connections originating from device servers

Detection Strategies

  • Monitor web application logs for requests to Log Info endpoints containing command injection patterns
  • Deploy web application firewall (WAF) rules to detect and block command injection payloads in HTTP parameters
  • Implement network intrusion detection signatures for known command injection attack patterns targeting Lantronix devices
  • Review authentication logs for unusual access patterns or credential abuse targeting device management interfaces

Monitoring Recommendations

  • Enable comprehensive logging on all Lantronix EDS5000 devices and forward logs to a centralized SIEM
  • Configure alerts for root-level command execution originating from web server processes
  • Monitor for outbound connections from device servers to unexpected external IP addresses
  • Establish baseline behavior for device management interface access and alert on anomalies

How to Mitigate CVE-2025-67036

Immediate Actions Required

  • Restrict network access to the EDS5000 web management interface using firewall rules and network segmentation
  • Review and rotate all credentials for EDS5000 device accounts, ensuring strong unique passwords
  • Audit access logs for evidence of exploitation attempts or unauthorized access
  • Consider temporarily disabling the Log Info functionality if operationally feasible until a patch is available

Patch Information

Organizations should monitor Lantronix Security Solutions for official security updates addressing this vulnerability. Additionally, review the CISA ICS Advisory ICSA-26-069-02 for vendor-specific remediation guidance and updated patch information.

Workarounds

  • Implement strict network segmentation to isolate EDS5000 devices from general network access
  • Deploy a reverse proxy or web application firewall in front of the management interface to filter malicious requests
  • Limit authenticated access to only essential administrative personnel with verified operational requirements
  • Enable multi-factor authentication for device management access where supported
bash
# Example: Restrict management interface access via iptables
# Allow management access only from trusted admin network
iptables -A INPUT -p tcp --dport 80 -s 10.0.10.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 10.0.10.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
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/TechLantronix

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Technical References
  • EDS 5000 Overview

  • Lantronix Security Solutions

  • CISA ICS Advisory ICSA-26-069-02
  • Related CVEs
  • CVE-2025-67034: Lantronix EDS5000 RCE Vulnerability

  • CVE-2025-67038: Lantronix EDS5000 RCE Vulnerability

  • CVE-2025-70082: Lantronix EDS3000PS RCE Vulnerability

  • CVE-2025-67035: Lantronix EDS5000 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