CVE-2024-41153
29.10.2024, 13:15
Command injection vulnerability in the Edge Computing UI for the TRO600 series radios that allows for the execution of arbitrary system commands. If exploited, an attacker with write access to the web UI can execute commands on the device with root privileges, far more extensive than what the write privilege intends.
| Vendor | Product | Version |
|---|---|---|
| hitachienergy | tro610_firmware | 9.1.0.0 ≤ 𝑥 < 9.2.0.5 |
| hitachienergy | tro620_firmware | 9.1.0.0 ≤ 𝑥 < 9.2.0.5 |
| hitachienergy | tro670_firmware | 9.1.0.0 ≤ 𝑥 < 9.2.0.5 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')The software constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.
- CWE-77 - Improper Neutralization of Special Elements used in a Command ('Command Injection')The software constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component.