CVE-2024-28026
Last modified
CVE-2024-28026 is a high-severity vulnerability rated 7.2/10 on the CVSS scale. 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. EPSS estimates a 5.84% chance of exploitation in the next 30 days.
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; } }
Metrics
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Mc-Technologies | Mc Lr Router Firmware | 2.10.5 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-28026?
How severe is CVE-2024-28026?
How do I fix CVE-2024-28026?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-28020A user/password reuse vulnerability exists in the FOXMAN-UN/…8
- CVE-2024-28021A vulnerability exists in the FOXMAN-UN/UNEM server that aff…7.4
- CVE-2024-28022A vulnerability exists in the UNEM server / APIGateway that …6.5
- CVE-2024-28023A vulnerability exists in the message queueing mechanism tha…5.7
- CVE-2024-28024A vulnerability exists in the FOXMAN-UN/UNEM in which sensit…4.1
- CVE-2024-28025Three OS command injection vulnerabilities exist in the web …7.2
- CVE-2024-28027Three OS command injection vulnerabilities exist in the web …7.2
- CVE-2024-28028Improper input validation in some Intel(R) Neural Compressor…7.7
- CVE-2024-28029Privileges are not fully verified server-side, which can be …8.8
- CVE-2024-2803The ElementsKit Elementor addons plugin for WordPress is vul…5.4
- CVE-2024-28030NULL pointer dereference in some Intel(R) VPL software befor…2.2
- CVE-2024-28033OS command injection vulnerability exists in WebProxy 1.7.8 …7.3
Are you affected by CVE-2024-28026?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
