CVE-2024-28026

Severity CVSS v4.0:
Pending analysis
Type:
CWE-78 OS Command Injections
Publication date:
21/11/2024
Last modified:
03/11/2025

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`.<br /> <br /> <br /> int out_ret = sscanf(current_param-&gt;key, "out%u", &amp;io_idx);<br /> if (out_ret == 1 &amp;&amp; io_idx == 1)<br /> {<br /> // [4] Similar to `3`, but `out1` instead of `btn1`<br /> if (asprintf(&amp;command, "/usr/sbin/vout %s %u vo_manual", current_param-&gt;value, 1) &gt; 0)<br /> {<br /> system(command);<br /> return -1;<br /> }<br /> }

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:mc-technologies:mc_lr_router_firmware:2.10.5:*:*:*:*:*:*:*
cpe:2.3:h:mc-technologies:mc_lr_router:-:*:*:*:*:*:*:*