Three OS command injection vulnerabilities exist in the web interface I/O configuration functionality of MC Technologies MC LR Router 2.10.5. A specially crafted HTTP request can lead to arbitrary command execution. An attacker can make an authenticated HTTP request to trigger these vulnerabilities.This vulnerability refers to the authenticated OS Command Injection that occurs through the attacker-controlled `out1` parameter, at offset `0x8efc`.
int out_ret = sscanf(current_param->key, "out%u", &io_idx);
if (out_ret == 1 && io_idx == 1)
{
// [4] Similar to `3`, but `out1` instead of `btn1`
if (asprintf(&command, "/usr/sbin/vout %s %u vo_manual", current_param->value, 1) > 0)
{
system(command);
return -1;
}
}
Metrics
Affected Vendors & Products
References
History
Fri, 22 Nov 2024 15:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
First Time appeared |
Mc Technologies
Mc Technologies mc Lr Router |
|
CPEs | cpe:2.3:a:mc_technologies:mc_lr_router:*:*:*:*:*:*:*:* | |
Vendors & Products |
Mc Technologies
Mc Technologies mc Lr Router |
|
Metrics |
ssvc
|
Thu, 21 Nov 2024 14:45:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Description | Three OS command injection vulnerabilities exist in the web interface I/O configuration functionality of MC Technologies MC LR Router 2.10.5. A specially crafted HTTP request can lead to arbitrary command execution. An attacker can make an authenticated HTTP request to trigger these vulnerabilities.This vulnerability refers to the authenticated OS Command Injection that occurs through the attacker-controlled `out1` parameter, at offset `0x8efc`. int out_ret = sscanf(current_param->key, "out%u", &io_idx); if (out_ret == 1 && io_idx == 1) { // [4] Similar to `3`, but `out1` instead of `btn1` if (asprintf(&command, "/usr/sbin/vout %s %u vo_manual", current_param->value, 1) > 0) { system(command); return -1; } } | |
Weaknesses | CWE-78 | |
References |
| |
Metrics |
cvssV3_1
|
MITRE
Status: PUBLISHED
Assigner: talos
Published: 2024-11-21T14:41:20.234Z
Updated: 2024-11-22T14:22:47.416Z
Reserved: 2024-02-29T21:52:03.205Z
Link: CVE-2024-28026
Vulnrichment
Updated: 2024-11-22T14:22:43.049Z
NVD
Status : Received
Published: 2024-11-21T15:15:28.323
Modified: 2024-11-21T15:15:28.323
Link: CVE-2024-28026
Redhat
No data.