VYPR
Unrated severityNVD Advisory· Published Dec 22, 2021· Updated Aug 3, 2024

CVE-2021-21885

CVE-2021-21885

Description

A directory traversal vulnerability exists in the Web Manager FsMove functionality of Lantronix PremierWave 2050 8.9.0.0R4. A specially crafted HTTP request can lead to local file inclusion. An attacker can make an authenticated HTTP request to trigger this vulnerability.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

A directory traversal vulnerability in Lantronix PremierWave 2050 Web Manager's FsMove function allows authenticated attackers to move arbitrary files, leading to local file inclusion.

Vulnerability

The Lantronix PremierWave 2050 Web Manager (version 8.9.0.0R4) contains a directory traversal vulnerability in the FsMove functionality. This feature, intended to move files within the /ltrx_user/ directory, fails to properly sanitize the cwd and dst HTTP POST parameters. An authenticated user with filesystem privileges can craft a request that includes path traversal sequences (e.g., ../) to move files from arbitrary locations on the device into the /ltrx_user/ directory [1].

Exploitation

An attacker must have valid credentials with filesystem-level access to the Web Manager. By sending a specially crafted HTTP POST request to the device, the attacker can manipulate the cwd and dst parameters to traverse outside the intended directory. For example, setting cwd=/../etc/ and dst=../ltrx_user/shadow moves /etc/shadow into the readable /ltrx_user/ directory [1]. No user interaction beyond the authenticated session is required.

Impact

Successful exploitation allows the attacker to read arbitrary files on the device, including sensitive system files such as /etc/shadow. This can lead to disclosure of password hashes and other confidential information, potentially enabling privilege escalation or further compromise of the device [1]. The vulnerability is classified as local file inclusion (CWE-22) with a CVSSv3 score of 7.2 (High).

Mitigation

As of the publication date (2021-12-22), no official firmware update has been released by Lantronix to address this vulnerability. The only mitigation is to restrict access to the Web Manager to trusted users and disable the filesystem privilege for non-administrative accounts where possible. The device should be monitored for unauthorized file access [1].

AI Insight generated on May 27, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

1

News mentions

0

No linked articles in our index yet.