Description
Lantronix SLC8000 before firmware v9.7.0.5, EMG8500/EMG7500 before firmware v9.7.0.1, and all firmware versions of SLB882/SLCx-03/SLCx-02 contain an authentication bypass vulnerability in the web management portal upload endpoint that allows unauthenticated attackers to read sensitive configuration files and upload files to arbitrary filesystem locations, leading to remote code execution. The web configuration server constructs the session cookie file path using snprintf with a fixed-size buffer; by supplying a cookie value of a specific length an attacker causes the path to truncate at the required delimiter and leverages path traversal to redirect authentication validation to an arbitrary on-disk file such as the local user database, bypassing all session checks. Attackers can use this vulnerability to achieve complete loss of confidentiality, integrity, and availability on the affected device and potentially impact downstream serial-connected devices.
Published: 2026-09-22
Score: 10 Critical
EPSS: n/a
KEV: No
Impact: Remote Code Execution
Action: Patch Immediately
AI Analysis

Impact

The vulnerability arises when the web configuration server uses snprintf to build the session cookie file path. By submitting a cookie value of a specific length, an attacker forces the buffer to truncate at the delimiter, enabling path traversal. This bypasses authentication checks, lets the attacker read sensitive configuration files, upload arbitrary files to any filesystem location, and ultimately execute code on the device. The flaw is a classic path traversal issue identified as CWE‑22.

Affected Systems

Affecting Lantronix SLC8000 firmware versions earlier than 9.7.0.5, EMG8500 and EMG7500 firmware earlier than 9.7.0.1, and all firmware releases of SLB882, SLCx‑03, and SLCx‑02, which are autonomous out‑of‑band devices that provide serial‑to‑network interfaces.

Risk and Exploitability

The flaw carries a CVSS score of 10, indicating critical severity, and is not listed in the CISA KEV catalog. EPSS is not available, so the exploitation probability is unknown, yet the lack of authentication and reliance on web access create a wide attack surface. An unauthenticated attacker with web‑portal access can exploit the path traversal, upload malicious content, and achieve remote code execution. The ability to read configuration files also enables a full compromise of the device and potentially downstream serial‑connected systems.

Generated by OpenCVE AI on September 22, 2026 at 16:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the device firmware to the latest available version—SLC8000 to at least 9.7.0.5R2, EMG8500/EMG7500 to at least 9.7.0.1R2, and ensure SLB882/SLCx‑03/SLCx‑02 are also patched to the most recent release.
  • Restrict or disable external access to the web management portal if remote configuration is not required, or isolate the device from untrusted networks using firewall or network segmentation.
  • After applying the patch, test the upload functionality by attempting a benign file addition to verify that session cookie handling no longer permits path traversal or authentication bypass.

Generated by OpenCVE AI on September 22, 2026 at 16:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 19:45:00 +0000

Type Values Removed Values Added
First Time appeared Lantronix
Lantronix emg7500
Lantronix emg8500
Lantronix slb882
Lantronix slc8000
Lantronix slcx-02
Lantronix slcx-03
Vendors & Products Lantronix
Lantronix emg7500
Lantronix emg8500
Lantronix slb882
Lantronix slc8000
Lantronix slcx-02
Lantronix slcx-03

Tue, 22 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Description Lantronix SLC8000 before firmware v9.7.0.5, EMG8500/EMG7500 before firmware v9.7.0.1, and all firmware versions of SLB882/SLCx-03/SLCx-02 contain an authentication bypass vulnerability in the web management portal upload endpoint that allows unauthenticated attackers to read sensitive configuration files and upload files to arbitrary filesystem locations, leading to remote code execution. The web configuration server constructs the session cookie file path using snprintf with a fixed-size buffer; by supplying a cookie value of a specific length an attacker causes the path to truncate at the required delimiter and leverages path traversal to redirect authentication validation to an arbitrary on-disk file such as the local user database, bypassing all session checks. Attackers can use this vulnerability to achieve complete loss of confidentiality, integrity, and availability on the affected device and potentially impact downstream serial-connected devices.
Title Lantronix Autonomous Out-of-Band Devices Unauthenticated Authentication Bypass via snprintf Path Truncation
Weaknesses CWE-22
References
Metrics cvssV3_1

{'score': 10, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H'}

cvssV4_0

{'score': 10, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-22T15:43:00.393Z

Reserved: 2026-08-25T20:43:54.262Z

Link: CVE-2026-80155

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-22T16:18:01.917

Modified: 2026-09-22T16:18:01.917

Link: CVE-2026-80155

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T19:13:46Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')