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; } }
References
Link Resource
https://talosintelligence.com/vulnerability_reports/TALOS-2024-1953 Exploit Third Party Advisory
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

26 Aug 2025, 01:21

Type Values Removed Values Added
CPE cpe:2.3:o:mc-technologies:mc_lr_router_firmware:2.10.5:*:*:*:*:*:*:*
cpe:2.3:h:mc-technologies:mc_lr_router:-:*:*:*:*:*:*:*
References () https://talosintelligence.com/vulnerability_reports/TALOS-2024-1953 - () https://talosintelligence.com/vulnerability_reports/TALOS-2024-1953 - Exploit, Third Party Advisory
First Time Mc-technologies
Mc-technologies mc Lr Router
Mc-technologies mc Lr Router Firmware
Summary
  • (es) Existen tres vulnerabilidades de inyección de comandos del sistema operativo en la funcionalidad de configuración de E/S de la interfaz web del enrutador MC LR 2.10.5 de MC Technologies. Una solicitud HTTP especialmente manipulada puede provocar la ejecución de comandos arbitrarios. Un atacante puede realizar una solicitud HTTP autenticada para activar estas vulnerabilidades. Esta vulnerabilidad se refiere a la inyección de comandos del sistema operativo autenticada que se produce a través del parámetro `out1` controlado por el atacante, en el desplazamiento `0x8efc`. int out_ret = sscanf(current_param->key, "out%u", &io_idx); if (out_ret == 1 && io_idx == 1) { // [4] Similar a `3`, pero `out1` en lugar de `btn1` if (asprintf(&command, "/usr/sbin/vout %s %u vo_manual", current_param->value, 1) > 0) { system(command); return -1; } }

21 Nov 2024, 15:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-11-21 15:15

Updated : 2025-08-26 01:21


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')