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
    • 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-35720

CVE-2023-35720: Asus RT-AX92U Firmware SQLi Vulnerability

CVE-2023-35720 is a SQL injection flaw in Asus RT-AX92U firmware that enables network-adjacent attackers to disclose sensitive information without authentication. This article covers technical details, affected versions, impact, and mitigation.

Published: February 11, 2026

CVE-2023-35720 Overview

CVE-2023-35720 is a SQL Injection vulnerability affecting the ASUS RT-AX92U router's lighttpd web server, specifically within the mod_webdav.so module. This vulnerability allows network-adjacent attackers to disclose sensitive information on affected ASUS RT-AX92U routers without requiring authentication.

The specific flaw exists within the mod_webdav.so module's request parsing functionality. When processing user-supplied input, the module fails to properly validate and sanitize strings before incorporating them into SQL queries. This lack of input validation enables attackers to inject malicious SQL statements, ultimately allowing them to extract sensitive information with root-level context.

Critical Impact

Network-adjacent attackers can exploit this SQL injection vulnerability without authentication to disclose sensitive information from the router, potentially exposing credentials, configuration data, and other critical system information.

Affected Products

  • ASUS RT-AX92U Firmware version 3.0.0.4.386.46061
  • ASUS RT-AX92U Hardware

Discovery Timeline

  • 2024-05-03 - CVE-2023-35720 published to NVD
  • 2025-08-12 - Last updated in NVD database

Technical Details for CVE-2023-35720

Vulnerability Analysis

This SQL Injection vulnerability (CWE-89) resides in the WebDAV module (mod_webdav.so) of the lighttpd web server running on ASUS RT-AX92U routers. The vulnerability allows unauthenticated network-adjacent attackers to craft malicious requests that inject SQL commands into backend database queries.

The attack surface is accessible from the adjacent network, meaning an attacker must have network proximity to the target router (such as being on the same local network or WiFi segment). The vulnerability requires no user interaction and no prior authentication, making it particularly dangerous in shared network environments.

The information disclosure occurs with root-level privileges, which means attackers can potentially access any data stored in the router's database, including administrative credentials, network configurations, connected device information, and other sensitive operational data.

Root Cause

The root cause of this vulnerability is improper input validation in the mod_webdav.so module. When parsing incoming WebDAV requests, the module directly incorporates user-supplied string values into SQL query construction without proper sanitization or parameterization. This allows specially crafted input containing SQL syntax to modify the intended query logic and extract unauthorized data from the database.

Attack Vector

The attack vector requires network adjacency, meaning the attacker must be positioned on the same network segment as the vulnerable router. The attack can be executed by:

  1. Connecting to the same network as the target ASUS RT-AX92U router
  2. Sending a crafted WebDAV request to the router's lighttpd web server
  3. Including malicious SQL injection payloads in request parameters processed by mod_webdav.so
  4. Extracting sensitive information from database responses

The vulnerability was tracked by the Zero Day Initiative as ZDI-CAN-16078 and published as ZDI-23-1166.

Detection Methods for CVE-2023-35720

Indicators of Compromise

  • Unusual WebDAV requests to the router's web interface containing SQL-specific characters such as single quotes, double dashes, or UNION statements
  • Anomalous traffic patterns from network-adjacent devices targeting the router's HTTP/HTTPS ports
  • Unexpected database queries or errors in router logs indicating SQL injection attempts
  • Evidence of data exfiltration or unauthorized access to router configuration files

Detection Strategies

  • Monitor network traffic for WebDAV requests containing SQL injection patterns targeting the router interface
  • Implement intrusion detection rules to identify SQL injection payloads in HTTP request parameters
  • Review router access logs for repeated or unusual requests to WebDAV endpoints
  • Deploy network segmentation monitoring to detect lateral movement from compromised adjacent devices

Monitoring Recommendations

  • Enable detailed logging on the ASUS RT-AX92U router if available through firmware settings
  • Configure network monitoring tools to alert on SQL injection attack signatures
  • Implement periodic firmware version checks to ensure the device is running patched firmware
  • Monitor for any unauthorized configuration changes or credential access on the router

How to Mitigate CVE-2023-35720

Immediate Actions Required

  • Update the ASUS RT-AX92U firmware to the latest available version from the ASUS Support Page
  • Restrict network access to trusted devices only to minimize adjacent network attack exposure
  • Disable WebDAV functionality on the router if not required for normal operations
  • Implement network segmentation to isolate the router management interface from untrusted network segments

Patch Information

ASUS has released firmware updates to address this vulnerability. Users should visit the ASUS RT-AX92U Support Page to download and install the latest firmware version. The vulnerability affects firmware version 3.0.0.4.386.46061 and potentially earlier versions.

For additional technical details about this vulnerability, refer to the Zero Day Initiative Advisory ZDI-23-1166.

Workarounds

  • Disable WebDAV functionality on the router through the administration interface if the feature is not required
  • Implement MAC address filtering to restrict which devices can access the router's management interface
  • Place the router behind an additional firewall or network access control system to limit adjacent network exposure
  • Consider using a VPN for remote management rather than exposing the router's web interface directly

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechAsus

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.16%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-89
  • Technical References
  • ASUS Helpdesk BIOS Resource

  • Zero Day Initiative Advisory ZDI-23-1166
  • Related CVEs
  • CVE-2026-3428: ASUS Member Center Privilege Escalation

  • CVE-2026-1880: ASUS DriverHub Privilege Escalation Flaw

  • CVE-2025-15038: ASUS Driver Information Disclosure Flaw

  • CVE-2025-15037: ASUS Business Privilege Escalation Flaw
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