CVE-2025-67038: An issue was discovered in Lantronix EDS5000 2.1.0.0R3.
An issue was discovered in Lantronix EDS5000 2.1.0.0R3. The HTTP RPC module executes a shell command to write logs when user's authantication fails. The username is directly concatenated with the command without any sanitization. This allow attackers to inject arbitrary OS commands into the username parameter. Injected commands are executed with root privileges.
Security readout for executives and security teams
Plain-English summary
CVE-2025-67038 is a critical flaw in Lantronix EDS5000 firmware 2.1.0.0R3. A login failure path can let an attacker run operating system commands as root through the username field. CISA lists it in KEV, indicating known exploitation.
Executive priority
Treat as urgent for any environment with Lantronix EDS5000 devices. KEV status means defenders should assume real-world attacker interest. Prioritize discovery, exposure reduction, and vendor-guided remediation ahead of routine patch cycles.
Technical view
The HTTP RPC module logs failed authentication by building a shell command with the supplied username. Because the username is not sanitized, arbitrary OS commands can be injected and executed with root privileges. The CVSS 3.1 score is 9.8, network-accessible, low complexity, no privileges, no user interaction.
Likely exposure
Organizations using Lantronix EDS5000 devices running 2.1.0.0R3 are the stated exposure. Risk is highest where device management interfaces are reachable from untrusted networks. The source bundle does not provide complete CPE data or broader affected version ranges.
Exploitation context
Active exploitation is supported by CISA KEV inclusion. The flaw is unauthenticated and network-reachable according to the CVSS vector, making exposed management interfaces high-risk. No exploit details are needed to assess urgency.
Researcher notes
The bundle identifies Lantronix EDS5000 2.1.0.0R3, root command execution, and KEV status. It does not include official patch version details, workaround specifics, CPEs, or observed exploitation details beyond KEV listing.
Mitigation direction
Identify Lantronix EDS5000 devices and firmware versions immediately.
Review CISA ICS advisory and Lantronix guidance for official fixes or mitigations.
Restrict HTTP/RPC management access to trusted administrative networks only.
Remove management interfaces from internet exposure where present.
Increase monitoring for failed login activity and unusual device behavior.
If compromise is suspected, isolate the device and begin incident response.
Validation and detection
Confirm whether any EDS5000 devices run firmware 2.1.0.0R3.
Check whether device management interfaces are reachable from untrusted networks.
Review authentication failure logs for abnormal username patterns.
Verify whether compensating network controls limit access to management services.
Track CISA KEV and the CISA ICS advisory for remediation updates.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-94: Code execution behavior lookup
Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
Exploitation: activeAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-94 · source CWE mapping
Improper Control of Generation of Code ('Code Injection')
Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.