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

CVE-2025-67041: Lantronix EDS3000PS RCE Vulnerability

CVE-2025-67041 is a remote code execution vulnerability in Lantronix EDS3000PS affecting the TFTP client. Attackers can exploit improper input sanitization to execute arbitrary commands with root privileges.

Published: March 13, 2026

CVE-2025-67041 Overview

A critical command injection vulnerability has been discovered in the Lantronix EDS3000PS device server firmware version 3.1.0.0R2. The vulnerability exists within the TFTP client functionality accessible through the Filesystem Browser page. The host parameter fails to properly sanitize user input, allowing attackers to escape from the intended command context and execute arbitrary commands with root-level privileges on the affected device.

This vulnerability is classified under CWE-78 (Improper Neutralization of Special Elements used in an OS Command), commonly known as OS Command Injection. The network-accessible nature of this flaw combined with the lack of authentication requirements makes it particularly dangerous for industrial and enterprise environments where these device servers are deployed.

Critical Impact

Remote unauthenticated attackers can achieve complete system compromise with root privileges on Lantronix EDS3000PS devices by exploiting improper input sanitization in the TFTP client host parameter.

Affected Products

  • Lantronix EDS3000PS firmware version 3.1.0.0R2
  • Earlier versions of Lantronix EDS3000PS may also be affected

Discovery Timeline

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

Technical Details for CVE-2025-67041

Vulnerability Analysis

The vulnerability resides in the web-based management interface of the Lantronix EDS3000PS device server. Specifically, the Filesystem Browser page includes TFTP client functionality that allows users to specify a remote host for file transfers. The host parameter passed to this function is not properly validated or sanitized before being incorporated into system commands executed on the underlying operating system.

When a user supplies a crafted value for the host parameter, the application constructs an OS command that includes this untrusted input. Due to insufficient input validation, an attacker can inject shell metacharacters (such as semicolons, pipes, or backticks) to break out of the intended command structure and append additional arbitrary commands. These injected commands execute with the same privilege level as the web application process—in this case, root privileges—providing complete control over the device.

The attack can be executed remotely over the network without any prior authentication, making this vulnerability particularly severe. An attacker with network access to the device's management interface can fully compromise the system, potentially leading to data exfiltration, persistent backdoor installation, lateral movement within the network, or disruption of industrial control systems that rely on this device server for serial-to-Ethernet connectivity.

Root Cause

The root cause of this vulnerability is the failure to implement proper input validation and output encoding for the host parameter in the TFTP client functionality. The application directly passes user-controlled input to shell command execution functions without:

  1. Validating that the input conforms to expected hostname or IP address formats
  2. Sanitizing or escaping special shell metacharacters
  3. Using parameterized command execution methods that prevent injection

This allows command separator characters and shell operators to be interpreted by the underlying shell, enabling command injection attacks.

Attack Vector

The attack is conducted over the network against the web management interface of the Lantronix EDS3000PS. An attacker can access the Filesystem Browser page and manipulate the TFTP client's host parameter to include malicious command sequences.

For example, an attacker could inject a value containing shell metacharacters followed by arbitrary commands. When the application processes this input, the injected commands are executed with root privileges on the device. The attack requires no authentication and can be performed by anyone with network access to the management interface.

The exploitation mechanism involves:

  1. Accessing the Filesystem Browser page on the device's web interface
  2. Locating the TFTP client functionality
  3. Injecting malicious payload into the host parameter field
  4. Submitting the request, which triggers command execution on the server

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

Detection Methods for CVE-2025-67041

Indicators of Compromise

  • Unusual HTTP requests to the Filesystem Browser page containing shell metacharacters (;, |, `, $()) in the host parameter
  • Unexpected processes spawned by the web server process on the device
  • Network connections originating from the device to unknown external IP addresses
  • Unauthorized configuration changes or new user accounts on the device
  • Log entries showing TFTP operations with malformed or suspicious host values

Detection Strategies

  • Implement network intrusion detection rules to identify HTTP requests to the EDS3000PS management interface containing command injection patterns
  • Monitor web server logs for requests to the Filesystem Browser page with suspicious parameter values
  • Deploy application-layer firewalls or WAF rules to block requests containing shell metacharacters in TFTP-related parameters
  • Conduct regular vulnerability scans of Lantronix devices to identify unpatched firmware versions

Monitoring Recommendations

  • Enable detailed logging on Lantronix EDS3000PS devices and forward logs to a centralized SIEM solution
  • Establish baseline behavior for device network communications and alert on deviations
  • Monitor for any unauthorized firmware modifications or configuration changes
  • Implement network segmentation to isolate industrial device servers and restrict access to management interfaces

How to Mitigate CVE-2025-67041

Immediate Actions Required

  • Restrict network access to the Lantronix EDS3000PS management interface using firewall rules or network segmentation
  • Place affected devices behind a VPN and require authentication before accessing the management interface
  • Audit device logs for any signs of exploitation attempts
  • Disable the TFTP client functionality if not operationally required
  • Contact Lantronix for updated firmware that addresses this vulnerability

Patch Information

At the time of publication, users should check the Lantronix Homepage and the EDS3000PS Homepage for firmware updates that address this vulnerability. Additionally, review the CISA ICS Advisory ICSA-26-069-02 for official mitigation guidance and patch availability information.

Workarounds

  • Implement strict network access controls to limit who can reach the device management interface
  • Use a web application firewall to filter requests containing command injection patterns
  • Disable web-based management and use alternative management methods if available
  • Monitor device behavior closely for any indicators of compromise until a patch is applied
bash
# Example firewall rule to restrict access to EDS3000PS management interface
# Allow only trusted management subnet to access the device
iptables -A INPUT -p tcp --dport 80 -s 10.0.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 10.0.1.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

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.04%

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

  • Lantronix Homepage

  • 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