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

CVE-2025-67037: Lantronix EDS5000 RCE Vulnerability

CVE-2025-67037 is a command injection RCE flaw in Lantronix EDS5000 that allows authenticated attackers to execute commands with root privileges. This article covers technical details, affected versions, and mitigations.

Published: March 13, 2026

CVE-2025-67037 Overview

CVE-2025-67037 is a command injection vulnerability discovered in the Lantronix EDS5000 serial device server, specifically affecting version 2.1.0.0R3. An authenticated attacker can inject arbitrary operating system commands into the tunnel parameter when terminating a tunnel connection via the device's management interface. Successfully exploited commands execute with root privileges, allowing complete system compromise of the affected device.

Critical Impact

Authenticated attackers can achieve full root-level command execution on vulnerable Lantronix EDS5000 devices, potentially compromising industrial control systems and critical infrastructure where these serial device servers are deployed.

Affected Products

  • Lantronix EDS5000 version 2.1.0.0R3

Discovery Timeline

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

Technical Details for CVE-2025-67037

Vulnerability Analysis

This vulnerability is classified as CWE-94 (Improper Control of Generation of Code), manifesting as an OS command injection flaw in the tunnel management functionality of the Lantronix EDS5000. The device fails to properly sanitize user-supplied input in the tunnel parameter before passing it to system shell commands. When an authenticated user attempts to terminate a tunnel connection, the parameter value is concatenated directly into a command string that is subsequently executed by the underlying operating system with root privileges.

The attack can be conducted remotely over the network and requires only low-privilege authentication to exploit. No user interaction is necessary beyond the initial authentication. A successful attack results in complete compromise of confidentiality, integrity, and availability of the affected device.

Root Cause

The root cause of this vulnerability lies in insufficient input validation and sanitization within the tunnel termination functionality. The application directly incorporates user-controlled input from the tunnel parameter into shell commands without proper escaping or validation, enabling command injection attacks. This represents a fundamental secure coding violation where untrusted input is passed to a privileged system interpreter.

Attack Vector

The attack is network-based, requiring the attacker to first authenticate to the EDS5000 device's management interface. Once authenticated, the attacker can craft a malicious request containing OS command sequences within the tunnel parameter. Common injection techniques include using shell metacharacters such as semicolons (;), pipes (|), or command substitution operators ($(...) or backticks) to chain additional commands. Because the injected commands execute with root privileges, the attacker gains complete control over the device, enabling actions such as:

  • Installing persistent backdoors or malware
  • Modifying device configuration to disrupt operations
  • Pivoting to attack other systems on the network
  • Exfiltrating sensitive configuration data and credentials
  • Disrupting serial-to-network communications in industrial environments

Given the EDS5000's role as a serial device server commonly deployed in industrial control system (ICS) environments, successful exploitation could have significant operational technology (OT) security implications. CISA has issued an ICS advisory (ICSA-26-069-02) regarding this vulnerability.

Detection Methods for CVE-2025-67037

Indicators of Compromise

  • Unusual process execution spawned from the EDS5000 web server or management processes
  • Unexpected outbound network connections from the device to external IP addresses
  • Modified system files or new files in temporary directories on the device
  • Anomalous authentication attempts followed by tunnel termination requests containing special characters

Detection Strategies

  • Monitor HTTP/HTTPS traffic to EDS5000 devices for requests to tunnel management endpoints containing shell metacharacters such as ;, |, &, $(), or backticks
  • Implement network-based intrusion detection rules to identify command injection patterns in requests to serial device servers
  • Review device logs for unusual administrative actions, particularly tunnel management operations from unexpected source IPs
  • Deploy application-layer firewalls to inspect and filter malicious input patterns targeting management interfaces

Monitoring Recommendations

  • Establish baseline behavior for EDS5000 management interface access and alert on deviations
  • Implement centralized logging for all serial device server management activities
  • Monitor for privilege escalation indicators and unauthorized configuration changes on industrial network segments
  • Regularly audit authenticated sessions and access patterns to identify potentially compromised credentials

How to Mitigate CVE-2025-67037

Immediate Actions Required

  • Restrict network access to EDS5000 management interfaces using firewalls and network segmentation
  • Implement strong authentication controls and review all user accounts with access to the device
  • Place EDS5000 devices behind VPNs or jump servers to limit exposure
  • Monitor the Lantronix security page for firmware updates addressing this vulnerability

Patch Information

Consult the CISA ICS Advisory ICSA-26-069-02 and Lantronix security resources for official patch availability and installation guidance. Additionally, the EDS5000 resource page may contain updated firmware releases.

Workarounds

  • Disable remote management access to the EDS5000 where operationally feasible, limiting configuration to local or console-based methods
  • Implement network access control lists (ACLs) to restrict management interface access to trusted administrator IP addresses only
  • Deploy a web application firewall (WAF) in front of the device to filter requests containing shell metacharacters
  • Enable enhanced logging and monitoring to detect exploitation attempts while awaiting a vendor patch

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
  • EDS5000 Resource Page

  • Lantronix Security Information

  • 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