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-20117

CVE-2023-20117: Cisco RV320 Firmware RCE Vulnerability

CVE-2023-20117 is a remote code execution vulnerability in Cisco RV320 and RV325 routers that allows authenticated attackers to execute arbitrary commands as root. This article covers technical details, affected systems, and mitigation.

Published: February 4, 2026

CVE-2023-20117 Overview

CVE-2023-20117 is a command injection vulnerability affecting the web-based management interface of Cisco Small Business RV320 and RV325 Dual Gigabit WAN VPN Routers. The vulnerability allows an authenticated, remote attacker with valid Administrator credentials to inject and execute arbitrary commands on the underlying Linux operating system with root privileges.

This vulnerability exists due to insufficient validation of user-supplied input in the router's web management interface. An attacker who successfully exploits this flaw can gain complete control over the affected device, potentially compromising the entire network segment protected by the router.

Critical Impact

Authenticated attackers can execute arbitrary commands as root on the underlying Linux operating system, enabling full device compromise. Cisco has not released software updates to address this vulnerability.

Affected Products

  • Cisco RV320 Dual Gigabit WAN VPN Router (Firmware version 1.5.1.13)
  • Cisco RV325 Dual Gigabit WAN VPN VPN Router (Firmware version 1.5.1.13)
  • Cisco RV320 Firmware
  • Cisco RV325 Firmware

Discovery Timeline

  • April 5, 2023 - CVE-2023-20117 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-20117

Vulnerability Analysis

This command injection vulnerability (CWE-78) stems from improper neutralization of special elements used in OS commands within the web-based management interface. The affected routers fail to properly validate and sanitize user-supplied input before passing it to system shell commands.

When an authenticated administrator interacts with certain functions in the web management interface, the input is processed without adequate filtering for shell metacharacters or command delimiters. This allows an attacker to craft malicious input that breaks out of the intended command context and executes arbitrary commands.

The vulnerability is classified under CWE-146 (Improper Neutralization of Expression/Command Delimiters) and CWE-78 (Improper Neutralization of Special Elements used in an OS Command), indicating that the root cause involves both delimiter handling issues and general OS command injection weaknesses.

Root Cause

The root cause of CVE-2023-20117 lies in insufficient input validation within the web-based management interface. The affected firmware fails to properly sanitize user-controlled input before incorporating it into operating system commands. Specifically:

  1. Input fields in the web management interface accept special characters and shell metacharacters without proper filtering
  2. User-supplied data is directly concatenated into system commands without proper escaping or parameterization
  3. The application lacks a whitelist-based input validation approach that would restrict input to expected values

This design flaw allows attackers to inject shell commands by including special characters such as semicolons, pipes, backticks, or other command separators in their input.

Attack Vector

The attack vector for this vulnerability requires network access to the router's web management interface and valid Administrator credentials. The attack flow typically involves:

  1. The attacker gains or compromises valid Administrator credentials for the target router
  2. The attacker authenticates to the web-based management interface
  3. The attacker navigates to a vulnerable function within the interface
  4. The attacker submits crafted input containing OS command injection payloads
  5. The router processes the malicious input without proper sanitization
  6. The injected commands execute with root privileges on the underlying Linux system

While the requirement for Administrator credentials provides some barrier to exploitation, credentials may be obtained through password reuse, credential stuffing, phishing attacks, or prior network compromise. The vulnerability enables privilege escalation from authenticated web interface access to full root-level operating system access.

Detection Methods for CVE-2023-20117

Indicators of Compromise

  • Unexpected processes running on the router that are not part of normal router operations
  • Unusual outbound network connections from the router to external IP addresses
  • Suspicious entries in system logs indicating command execution attempts
  • Modifications to router configuration that were not authorized by legitimate administrators
  • Evidence of credential harvesting or lateral movement originating from the router

Detection Strategies

  • Monitor web management interface logs for unusual input patterns containing shell metacharacters (;, |, &&, backticks, $())
  • Implement network monitoring to detect anomalous traffic patterns to and from the router management interface
  • Review authentication logs for Administrator login attempts from unexpected IP addresses or at unusual times
  • Deploy intrusion detection signatures to identify command injection attempts against Cisco RV320/RV325 devices

Monitoring Recommendations

  • Enable comprehensive logging on the router's web management interface if available
  • Implement centralized log collection to preserve evidence of potential exploitation attempts
  • Configure alerts for multiple failed administrative login attempts followed by successful authentication
  • Monitor for unexpected DNS queries or outbound connections originating from router IP addresses

How to Mitigate CVE-2023-20117

Immediate Actions Required

  • Restrict access to the web-based management interface to trusted IP addresses only using ACLs
  • Ensure Administrator credentials are strong, unique, and not shared across multiple devices
  • Disable remote management access if not required, limiting administration to local network only
  • Consider network segmentation to isolate management interfaces from general network traffic
  • Plan for hardware replacement with supported devices that receive security updates

Patch Information

Cisco has not released software updates to address CVE-2023-20117. The affected Cisco Small Business RV320 and RV325 routers are end-of-life products, and Cisco has indicated that no patches will be made available. Organizations using these devices should strongly consider migrating to current-generation routers that receive ongoing security support.

For the latest information, refer to the Cisco Security Advisory.

Workarounds

  • Implement strict IP-based access control lists (ACLs) to limit management interface access to specific trusted administrator workstations
  • Disable the web-based management interface entirely if command-line management alternatives are viable
  • Place the router's management interface on a dedicated, isolated management VLAN
  • Deploy a web application firewall (WAF) or reverse proxy in front of the management interface to filter malicious input patterns
bash
# Example: Restrict management interface access (if supported by device)
# Limit web management to specific trusted subnet
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 1 deny any
# Apply to HTTP/HTTPS management services

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 Probability13.75%

  • 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
  • CWE References
  • CWE-146

  • CWE-78
  • 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