CVE-2021-21878
Description
A local file inclusion vulnerability exists in the Web Manager Applications and FsBrowse functionality of Lantronix PremierWave 2050 8.9.0.0R4. A specially-crafted series of HTTP requests can lead to local file inclusion. An attacker can make a series of authenticated HTTP requests to trigger this vulnerability.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Authenticated local file inclusion in Lantronix PremierWave 2050 web manager allows disclosure of arbitrary files via symlink attack.
Vulnerability
The Web Manager Applications and FsBrowse functionality of Lantronix PremierWave 2050 firmware version 8.9.0.0R4 suffers from a privilege mismatch. While Python scripts execute with reduced privileges (default user), the Filesystem > Browse page does not drop privileges, allowing an authenticated attacker to create a symlink to any file (e.g., /etc/shadow) and then read it with elevated privileges [1].
Exploitation
An attacker must be authenticated to the Web Manager. They upload and execute a Python script that creates a symlink from the browsable directory to a target file (e.g., os.system('ln -s /etc/shadow ./shadow')). Subsequently, they navigate to the Filesystem > Browse page and access the symlinked file, causing the content to be disclosed with root privileges [1].
Impact
Successful exploitation leads to local file inclusion, allowing the attacker to read arbitrary files on the device, including sensitive system files like /etc/shadow. This compromises confidentiality of the device's data. The attacker does not gain code execution but can exfiltrate sensitive information [1].
Mitigation
As of the published reference (2021-12-22), no firmware update has been released. The vulnerability was reported to Lantronix on 2021-06-14 and acknowledged, but no patch is confirmed. Users should restrict authenticated access to the Web Manager and monitor for firmware updates [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- Lantronix/PremierWave 2050description
- Range: 8.9.0.0R4
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1- talosintelligence.com/vulnerability_reports/TALOS-2021-1322mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.