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

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

CVE-2023-28703 is a stack-based buffer overflow flaw in ASUS RT-AC86U Firmware that enables remote code execution. Attackers with admin access can execute arbitrary commands. This article covers technical details, impact, and mitigation.

Published: January 28, 2026

CVE-2023-28703 Overview

CVE-2023-28703 is a stack-based buffer overflow vulnerability affecting the ASUS RT-AC86U router firmware. The vulnerability exists in a specific CGI function that fails to properly validate the length of network packet headers, allowing attackers to overflow the stack buffer. A remote attacker with administrator privileges can exploit this vulnerability to execute arbitrary system commands, disrupt system operations, or terminate services on the affected device.

Critical Impact

Authenticated attackers with administrator access can achieve remote code execution on ASUS RT-AC86U routers, potentially gaining full control of the network device and using it as a pivot point for further attacks on the internal network.

Affected Products

  • ASUS RT-AC86U Firmware version 3.0.0.4.386.51255
  • ASUS RT-AC86U Hardware

Discovery Timeline

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

Technical Details for CVE-2023-28703

Vulnerability Analysis

This vulnerability is classified as CWE-121 (Stack-based Buffer Overflow), a critical memory corruption flaw that occurs when user-supplied data exceeds the allocated stack buffer size. In the context of the ASUS RT-AC86U router, the vulnerable CGI function processes network packet headers without adequately validating their length before copying data into a fixed-size stack buffer.

The attack requires network accessibility and administrator-level authentication to the device's web management interface. Once authenticated, an attacker can craft malicious requests with oversized packet header values that overflow the stack buffer, potentially overwriting critical memory structures including the return address. This allows the attacker to redirect program execution to arbitrary code, effectively achieving remote code execution with the privileges of the web server process running on the router.

The impact encompasses complete compromise of confidentiality, integrity, and availability of the affected device. Successful exploitation grants the attacker the ability to execute arbitrary system commands, which could be leveraged to install persistent backdoors, modify router configurations, intercept network traffic, or render the device inoperable.

Root Cause

The root cause of CVE-2023-28703 is insufficient input validation in the CGI function responsible for processing network packet headers. The function allocates a fixed-size buffer on the stack to store header data but fails to verify that the incoming data length does not exceed the buffer's capacity before performing the copy operation. This classic buffer overflow pattern allows attackers to write beyond the intended buffer boundaries, corrupting adjacent stack memory including saved registers and return addresses.

Attack Vector

The attack is executed remotely over the network against the router's web management interface. The attacker must first authenticate as an administrator to access the vulnerable CGI endpoint. Once authenticated, the attacker sends a specially crafted HTTP request containing an oversized network packet header value to the vulnerable CGI function.

The oversized header data overflows the stack buffer, overwriting the function's return address with a value controlled by the attacker. When the function attempts to return, execution is redirected to attacker-controlled code or ROP gadgets, enabling arbitrary command execution on the underlying system. The attacker can then execute system commands to install malware, exfiltrate configuration data, modify firewall rules, or establish persistent access to the compromised device.

Detection Methods for CVE-2023-28703

Indicators of Compromise

  • Unexpected administrative login attempts or sessions to the router's web management interface from unusual IP addresses
  • Anomalous HTTP requests to CGI endpoints containing unusually long header values or malformed packet data
  • Unexpected processes or services running on the router that were not present in the baseline configuration
  • Router configuration changes made without administrator knowledge, particularly to DNS settings, firewall rules, or port forwarding

Detection Strategies

  • Implement network traffic monitoring to detect oversized HTTP requests targeting the router's management interface
  • Deploy intrusion detection systems (IDS) with signatures for buffer overflow attack patterns against embedded devices
  • Monitor authentication logs for unusual administrator login patterns or multiple failed authentication attempts followed by successful access
  • Compare router firmware checksums and configuration files against known-good baselines to detect unauthorized modifications

Monitoring Recommendations

  • Enable comprehensive logging on the ASUS RT-AC86U and forward logs to a central SIEM for analysis
  • Configure alerts for any administrative access from external IP addresses or outside of normal business hours
  • Implement network segmentation to isolate router management interfaces from untrusted networks
  • Regularly audit active sessions and running processes on network devices to identify anomalies

How to Mitigate CVE-2023-28703

Immediate Actions Required

  • Update the ASUS RT-AC86U firmware to the latest available version from ASUS that addresses this vulnerability
  • Restrict administrative access to the router's web interface to trusted IP addresses only using access control lists
  • Disable remote management access if not required for operations
  • Review and strengthen administrator account credentials, ensuring complex passwords are in use

Patch Information

ASUS has been notified of this vulnerability. Administrators should check the TW-CERT Security Advisory and the official ASUS support website for firmware updates that address CVE-2023-28703. It is critical to apply the latest firmware version that includes security patches for this vulnerability. Always verify firmware integrity before installation by checking the firmware hash against the value published by ASUS.

Workarounds

  • Disable the web management interface entirely if it is not essential for device administration
  • Use VLAN segmentation to isolate the router's management plane from general network traffic
  • Implement firewall rules on upstream devices to block external access to the router's web management ports (typically TCP 80/443)
  • Enable HTTPS-only access to the management interface and disable HTTP to add a layer of transport security
  • Consider deploying a VPN for remote administrative access rather than exposing the management interface directly

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 Score7.2

  • EPSS Probability0.31%

  • 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-121
  • Technical References
  • TW-CERT Security Advisory
  • Related CVEs
  • CVE-2025-12793: ASUS Software Manager Agent RCE Flaw

  • CVE-2024-3912: ASUS Router RCE Vulnerability

  • CVE-2024-3079: ASUS Router RCE Vulnerability

  • CVE-2023-35087: ASUS RT-AC86U Firmware 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