AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2024-28026

HIGH · CVSS 7.2 EPSS 5.84%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2024-11-21 · Last synced 2026-08-04

CyberRota Analysis

This is a high severity vulnerability with a CVSS score of 7.2. See the original NVD description below for full technical details.

CVE
CVE-2024-28026
Severity
HIGH
CVSS
7.2
EPSS
5.84%

Original NVD 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; } }

Related CVEs

Other vulnerabilities affecting the same vendor(s)