CVE-2024-28026

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; } }
Configurations

Configuration 1 (hide)

AND
cpe:2.3:o:mc-technologies:mc_lr_router_firmware:2.10.5:*:*:*:*:*:*:*
cpe:2.3:h:mc-technologies:mc_lr_router:-:*:*:*:*:*:*:*

History

03 Nov 2025, 22:16

Type Values Removed Values Added
References
  • () https://www.talosintelligence.com/vulnerability_reports/TALOS-2024-1953 -

26 Aug 2025, 01:21

Type Values Removed Values Added
First Time Mc-technologies mc Lr Router
Mc-technologies
Mc-technologies mc Lr Router Firmware
References () https://talosintelligence.com/vulnerability_reports/TALOS-2024-1953 - () https://talosintelligence.com/vulnerability_reports/TALOS-2024-1953 - Exploit, Third Party Advisory
CPE cpe:2.3:o:mc-technologies:mc_lr_router_firmware:2.10.5:*:*:*:*:*:*:*
cpe:2.3:h:mc-technologies:mc_lr_router:-:*:*:*:*:*:*:*

Information

Published : 2024-11-21 15:15

Updated : 2025-11-03 22:16


NVD link : CVE-2024-28026

Mitre link : CVE-2024-28026

CVE.ORG link : CVE-2024-28026


JSON object : View

Products Affected

mc-technologies

  • mc_lr_router
  • mc_lr_router_firmware
CWE
CWE-78

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')