CVE-2026-24700
Received Received - Intake

OS Command Injection in Cisco RV130/RV130W and RV110W Routers

Vulnerability report for CVE-2026-24700, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-08

Last updated on: 2026-07-08

Assigner: MITRE

Description

An OS command injection vulnerability exists in the start_lltd() function of the "rc" binary in Cisco RV130/RV130W with firmware 1.0.3.55 and RV110W routers with firmware 1.2.2.5 / 1.2.2.8. The machine_name configuration parameter is not properly sanitized, which could allow an authenticated remote attacker to execute arbitrary OS commands with root privileges.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-08
Last Modified
2026-07-08
Generated
2026-07-08
AI Q&A
2026-07-08
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 3 associated CPEs
Vendor Product Version / Range
cisco rv130 1.0.3.55
cisco rv110w 1.2.2.5
cisco rv110w 1.2.2.8

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-78 The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-24700 is a command injection vulnerability found in Cisco RV130 and RV110w routers running specific firmware versions. It exists in the start_lltd() function of the "rc" binary, where the machine_name configuration parameter is not properly sanitized. This improper sanitization allows an authenticated remote attacker to inject malicious OS commands by including special characters in the machine_name input.

Because the injected commands run with root privileges, an attacker can execute arbitrary commands on the device. The vulnerability affects the LLTD (Link Layer Topology Discovery) service and can be exploited persistently by modifying the configuration file, causing the malicious commands to execute every time the device reboots.

Impact Analysis

This vulnerability can lead to a complete compromise of the affected router's security. An attacker who successfully exploits it can execute arbitrary commands with root privileges remotely, potentially gaining full control over the device.

  • Remote code execution on the router.
  • Persistent malicious command execution by modifying configuration files.
  • Potential disruption of network services or interception of network traffic.
  • Loss of confidentiality, integrity, and availability of the router and connected network.
Detection Guidance

This vulnerability can be detected by checking the configuration for the presence of malicious or unexpected characters in the machine_name parameter, which is used by the start_lltd() function. Since the vulnerability involves command injection via this parameter, inspecting the configuration files for suspicious entries or command delimiters (such as semicolons) can help identify exploitation attempts.

Additionally, monitoring the router for unexpected command executions or unusual behavior related to the LLTD service may indicate exploitation.

Specific commands to detect this vulnerability are not provided in the available resources.

Mitigation Strategies

Immediate mitigation steps include restricting access to the affected routers to trusted and authenticated users only, as exploitation requires authentication.

Review and sanitize the machine_name configuration parameter to ensure it does not contain special characters that could be used for command injection.

If possible, update the router firmware to a version that addresses this vulnerability once available.

Monitor the device for signs of compromise, such as unexpected command executions or persistent changes in configuration.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-24700. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart