The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2023-20118

CVE-2023-20118: Cisco RV016 Firmware RCE Vulnerability

CVE-2023-20118 is a remote code execution vulnerability in Cisco RV016 Firmware that allows authenticated attackers to execute arbitrary commands with root privileges. This article covers technical details, affected versions, impact, and mitigation.

Published: February 4, 2026

CVE-2023-20118 Overview

CVE-2023-20118 is a command injection vulnerability in the web-based management interface of multiple Cisco Small Business Router models. This vulnerability allows an authenticated, remote attacker to execute arbitrary commands with root-level privileges on affected devices. The flaw stems from improper validation of user input within incoming HTTP packets, enabling attackers with valid administrative credentials to send crafted HTTP requests that bypass security controls.

Critical Impact

This vulnerability is actively exploited in the wild and has been added to CISA's Known Exploited Vulnerabilities (KEV) catalog. Cisco has confirmed they will not release patches for these end-of-life devices, leaving organizations with no vendor-supported remediation path.

Affected Products

  • Cisco RV016 Multi-WAN VPN Router (all firmware versions)
  • Cisco RV042 Dual WAN VPN Router (all firmware versions)
  • Cisco RV042G Dual Gigabit WAN VPN Router (all firmware versions)
  • Cisco RV082 Dual WAN VPN Router (all firmware versions)
  • Cisco RV320 Dual Gigabit WAN VPN Router (all firmware versions)
  • Cisco RV325 Dual Gigabit WAN VPN Router (all firmware versions)

Discovery Timeline

  • April 13, 2023 - CVE-2023-20118 published to NVD
  • October 28, 2025 - Last updated in NVD database

Technical Details for CVE-2023-20118

Vulnerability Analysis

This command injection vulnerability (CWE-77) exists within the HTTP request handling mechanism of the web-based management interface. When processing incoming HTTP packets, the affected routers fail to properly sanitize user-supplied input before passing it to system shell commands. This allows an authenticated attacker to inject arbitrary operating system commands that execute with root privileges.

The vulnerability is particularly concerning because it provides complete system-level access once exploited. An attacker who gains root privileges can access unauthorized data, modify device configurations, intercept network traffic, pivot to internal network resources, or use the compromised device as a launching point for further attacks.

While authentication is required to exploit this vulnerability, the combination of network accessibility and the potential for credential theft or weak password usage makes this a significant risk. The fact that these devices are actively targeted by threat actors, as evidenced by CISA's KEV listing, underscores the urgency of addressing this security gap.

Root Cause

The root cause of CVE-2023-20118 is improper input validation in the web-based management interface. User-supplied data from HTTP requests is incorporated into system commands without adequate sanitization or escaping. This allows specially crafted input containing shell metacharacters and command sequences to be interpreted and executed by the underlying operating system shell.

Attack Vector

The attack is conducted remotely over the network by sending malicious HTTP requests to the web-based management interface. The attacker must first obtain valid administrative credentials for the target device. Once authenticated, the attacker crafts an HTTP request containing embedded command injection payloads within parameters that are processed by vulnerable backend scripts or binaries.

Upon receiving the crafted request, the vulnerable router passes the malicious input to shell command execution functions without proper validation. The injected commands execute with root privileges, granting the attacker full control over the device. This can be leveraged to establish persistence, exfiltrate configuration data including credentials, or compromise the broader network infrastructure.

Detection Methods for CVE-2023-20118

Indicators of Compromise

  • Unexpected outbound connections from router management interfaces to unknown external IP addresses
  • Anomalous HTTP request patterns to the web management interface containing shell metacharacters (;, |, &, $(), backticks)
  • Unauthorized configuration changes or new user accounts on affected devices
  • Unusual process activity or network traffic originating from the router

Detection Strategies

  • Monitor authentication logs for unusual login attempts or successful authentications from unexpected source IPs
  • Implement network-based intrusion detection rules to identify HTTP requests containing command injection patterns targeting Cisco Small Business Router management interfaces
  • Deploy SIEM correlation rules to detect authentication to router management interfaces followed by anomalous device behavior
  • Review router logs for evidence of command execution or system-level modifications

Monitoring Recommendations

  • Enable comprehensive logging on all affected Cisco Small Business Routers and forward logs to a centralized SIEM platform
  • Implement network flow monitoring to baseline normal traffic patterns and alert on deviations
  • Deploy endpoint detection and response (EDR) solutions with network visibility capabilities to monitor for lateral movement from compromised network devices
  • Establish alerts for any access to router management interfaces from non-authorized IP ranges

How to Mitigate CVE-2023-20118

Immediate Actions Required

  • Disable remote management access to affected routers immediately if not operationally required
  • Restrict management interface access to trusted internal IP addresses only using access control lists (ACLs)
  • Implement strong, unique administrative credentials on all affected devices
  • Plan replacement of affected end-of-life devices with currently supported models
  • Segment network to isolate affected routers from critical assets

Patch Information

Cisco has explicitly stated they will not release software updates to address this vulnerability. The affected router models have reached end-of-life status and are no longer supported. Organizations should prioritize replacement of these devices with currently supported router models that receive security updates. Refer to the Cisco Security Advisory for complete details and official guidance from Cisco.

Workarounds

  • Disable the remote management feature entirely as recommended by Cisco in their security advisory
  • Implement network-level access controls to restrict management interface access to specific trusted IP addresses
  • Place affected routers behind a firewall with strict ingress filtering to prevent unauthorized access to management ports
  • Consider implementing a VPN requirement for any administrative access to these devices
  • Monitor the CISA KEV Catalog entry for updated threat intelligence
bash
# Example ACL configuration to restrict management access (device-specific syntax may vary)
# Restrict web management to internal admin network only
access-list 101 permit tcp 10.0.10.0 0.0.0.255 any eq 443
access-list 101 deny tcp any any eq 443
access-list 101 deny tcp any any eq 80

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechCisco

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability3.36%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-77
  • Technical References
  • CISA Known Exploited Vulnerability
  • Vendor Resources
  • Cisco Security Advisory
  • Related CVEs
  • CVE-2026-20160: Cisco SSM On-Prem RCE Vulnerability

  • CVE-2026-20096: Cisco IMC Command Injection Vulnerability

  • CVE-2026-20042: Cisco Nexus Dashboard RCE Vulnerability

  • CVE-2026-20016: Cisco FXOS Software CLI RCE Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English