Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-28702

CVE-2023-28702: ASUS RT-AC86U Firmware RCE Vulnerability

CVE-2023-28702 is a command injection flaw in ASUS RT-AC86U Firmware that allows authenticated attackers to execute arbitrary commands. This article covers technical details, affected versions, impact, and mitigation.

Published: February 4, 2026

CVE-2023-28702 Overview

CVE-2023-28702 is a command injection vulnerability affecting ASUS RT-AC86U routers. The device's web interface fails to properly filter special characters in parameters passed through specific web URLs. This allows a remote attacker with normal user privileges to inject and execute arbitrary system commands on the affected device. Successful exploitation can lead to complete system compromise, service disruption, or termination of critical services.

Critical Impact

Authenticated attackers can execute arbitrary system commands on ASUS RT-AC86U routers, potentially gaining full control over the device, intercepting network traffic, or using the compromised router as a pivot point for further attacks.

Affected Products

  • ASUS RT-AC86U Firmware version 3.0.0.4.386.51255
  • ASUS RT-AC86U hardware devices

Discovery Timeline

  • 2023-06-02 - CVE-2023-28702 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-28702

Vulnerability Analysis

This vulnerability is classified as CWE-78 (Improper Neutralization of Special Elements used in an OS Command), commonly known as OS Command Injection. The ASUS RT-AC86U router's web management interface accepts user-supplied input through specific URL parameters without adequate sanitization or filtering of shell metacharacters.

When a user submits a request containing specially crafted input, the router's web application processes these parameters and passes them directly to underlying system commands. Because the input is not properly sanitized, an attacker can embed shell metacharacters (such as ;, |, &&, or backticks) to break out of the intended command context and inject additional commands that execute with the privileges of the web service process.

The attack requires network access and valid user credentials (low privileges), making it exploitable by any authenticated user on the network. Given that many home and small business routers use default or weak credentials, this significantly increases the practical exploitability of this vulnerability.

Root Cause

The root cause of this vulnerability lies in improper input validation within the ASUS RT-AC86U firmware's web application layer. The affected code paths fail to sanitize special characters before incorporating user-supplied input into OS commands. This is a classic command injection pattern where untrusted data flows directly into command execution functions without proper encoding or escaping.

The firmware does not implement a whitelist-based validation approach for URL parameters, nor does it properly escape shell metacharacters before passing values to system shell interpreters. This allows attackers to terminate the intended command and append malicious commands of their choosing.

Attack Vector

The attack is network-based and requires the attacker to have valid authentication credentials for the router's web interface. The attack flow involves:

  1. The attacker authenticates to the ASUS RT-AC86U web management interface using valid low-privilege credentials
  2. The attacker crafts a malicious HTTP request targeting the vulnerable URL endpoint
  3. Special characters and shell commands are embedded within URL parameters
  4. The router's web application processes the request without sanitizing the malicious input
  5. The injected commands execute on the underlying Linux-based operating system with elevated privileges
  6. The attacker can now execute arbitrary commands, exfiltrate data, modify configurations, or disrupt services

The vulnerability allows for arbitrary command execution, which can be leveraged to install backdoors, modify routing tables, intercept traffic, or completely disable the device.

Detection Methods for CVE-2023-28702

Indicators of Compromise

  • Unexpected outbound connections from the router to external IP addresses
  • Unusual processes running on the router detected via administrative interfaces
  • Modified configuration files or unexpected changes to router settings
  • Unexplained service restarts or system instability
  • Presence of unauthorized user accounts or modified credentials

Detection Strategies

  • Monitor HTTP access logs for requests containing shell metacharacters (;, |, &&, `, $()) in URL parameters
  • Implement network-level IDS/IPS rules to detect command injection patterns in traffic destined for router management interfaces
  • Deploy SentinelOne Singularity to detect anomalous network behavior and command execution patterns
  • Establish baseline behavior for router management traffic and alert on deviations

Monitoring Recommendations

  • Enable verbose logging on the ASUS RT-AC86U if available and forward logs to a SIEM
  • Monitor for unusual DNS queries or network connections originating from the router
  • Implement network segmentation to limit exposure of router management interfaces
  • Regularly audit user accounts and access logs on the router

How to Mitigate CVE-2023-28702

Immediate Actions Required

  • Update ASUS RT-AC86U firmware to the latest version available from ASUS support
  • Change default credentials and enforce strong, unique passwords for all router accounts
  • Restrict access to the router's web management interface to trusted networks or specific IP addresses
  • Disable remote management if not required for business operations

Patch Information

ASUS has addressed this vulnerability in firmware updates following the disclosure. Administrators should visit the official ASUS support website and download the latest firmware version for the RT-AC86U model. The TW-CERT Security Advisory provides additional details regarding affected versions and remediation guidance.

Workarounds

  • Disable remote web management access entirely if not required
  • Implement firewall rules to restrict access to the router's management interface from the WAN side
  • Use a VPN to access the router's management interface instead of exposing it directly
  • Consider placing the router behind an additional firewall with command injection detection capabilities
  • Monitor and limit user accounts with access to the router's web interface
bash
# Example: Restrict management interface access via iptables (if supported)
# Block external access to web management port
iptables -A INPUT -p tcp --dport 80 -i eth0 -j DROP
iptables -A INPUT -p tcp --dport 443 -i eth0 -j DROP
# Allow only trusted internal network
iptables -A INPUT -p tcp --dport 80 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 192.168.1.0/24 -j ACCEPT

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAsus

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.55%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-78
  • Technical References
  • TW-CERT Security Advisory
  • Related CVEs
  • CVE-2025-12793: ASUS Software Manager Agent RCE Flaw

  • CVE-2024-30804: ASUS Fan_Xpert RCE Vulnerability

  • CVE-2024-3912: ASUS Router RCE Vulnerability

  • CVE-2024-3079: ASUS Router RCE Vulnerability
Default Legacy - Prefooter | 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