Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2024-28026

Quick assessment

Affected
MC Technologies MC LR Router
Exploitation
High exploitation probability; assess promptly
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

MC Technologies MC LR Router是德国MC Technologies公司的一款路由器。 MC Technologies MC LR Router 2.10.5版本存在操作系统命令注入漏洞,该漏洞源于web界面I/O配置功能中存在OS命令注入,可能导致任意命令执行。

CVSS 7.2 · High EPSS 5.84% · P93
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2024-28026

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
N/A
Source: CVE Program / CVE List V5
Vulnerability 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; } }
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
Source: CVE Program / CVE List V5
Vulnerability Type
OS命令中使用的特殊元素转义处理不恰当(OS命令注入)
Source: CVE Program / CVE List V5
Vulnerability Title
MC Technologies MC LR Router 操作系统命令注入漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
MC Technologies MC LR Router是德国MC Technologies公司的一款路由器。 MC Technologies MC LR Router 2.10.5版本存在操作系统命令注入漏洞,该漏洞源于web界面I/O配置功能中存在OS命令注入,可能导致任意命令执行。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

Vendor Product Affected Versions CPE Subscribe
MC Technologies MC LR Router 2.10.5 (QEMU) -

II. Public POCs for CVE-2024-28026

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2024-28026

登录查看更多情报信息。

Same Patch Batch · MC Technologies · 2024-11-21 · 4 CVEs total

CVE-2024-21786 7.2 HIGH MC Technologies MC LR Router 操作系统命令注入漏洞
CVE-2024-28027 7.2 HIGH MC Technologies MC LR Router 操作系统命令注入漏洞
CVE-2024-28025 7.2 HIGH MC Technologies MC LR Router 操作系统命令注入漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2024-28026

No comments yet


Leave a comment