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-2022-23972

CVE-2022-23972: ASUS RT-AX56U Firmware SQLi Vulnerability

CVE-2022-23972 is a SQL injection flaw in ASUS RT-AX56U firmware that allows unauthenticated LAN attackers to manipulate database operations. This article covers technical details, affected versions, and mitigation.

Published: February 17, 2026

CVE-2022-23972 Overview

CVE-2022-23972 is an SQL injection vulnerability affecting the ASUS RT-AX56U wireless router. The vulnerability exists in the device's SQL handling function due to insufficient user input validation. An unauthenticated attacker with access to the local area network (LAN) can exploit this flaw to inject arbitrary SQL code, enabling them to read, modify, and delete database contents.

Critical Impact

Unauthenticated LAN attackers can exploit this SQL injection vulnerability to fully compromise the router's database, potentially leading to credential theft, configuration manipulation, and complete device takeover.

Affected Products

  • ASUS RT-AX56U Firmware version 3.0.0.4.386.45898
  • ASUS RT-AX56U hardware devices

Discovery Timeline

  • 2022-04-07 - CVE-2022-23972 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-23972

Vulnerability Analysis

This vulnerability is classified as CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), commonly known as SQL Injection. The ASUS RT-AX56U router contains an SQL handling function that fails to properly validate and sanitize user-supplied input before incorporating it into SQL queries.

The attack vector requires adjacent network access, meaning the attacker must be on the same local network segment as the vulnerable device. However, once network access is established, no authentication is required to exploit the vulnerability, significantly lowering the barrier for successful attacks.

Successful exploitation allows an attacker to:

  • Read sensitive data: Extract stored credentials, configuration settings, and network information
  • Modify database contents: Alter device configurations, user permissions, and access controls
  • Delete database entries: Remove logs, user accounts, or critical configuration data

Root Cause

The root cause of CVE-2022-23972 is insufficient input validation in the router's SQL handling function. When user-supplied data is passed to SQL queries without proper sanitization or parameterized queries, special SQL characters and commands can be interpreted as part of the query structure rather than as literal data.

This is a classic SQL injection scenario where the application concatenates user input directly into SQL statements, allowing attackers to manipulate query logic by injecting SQL metacharacters such as single quotes, semicolons, and SQL keywords.

Attack Vector

The attack requires adjacent network positioning (LAN access). An attacker connected to the same network as the ASUS RT-AX56U router can send specially crafted requests containing malicious SQL payloads to the vulnerable SQL handling function.

Since no authentication is required to reach the vulnerable endpoint, any device on the local network—including compromised IoT devices, guest network clients, or malicious insiders—could potentially exploit this vulnerability.

The vulnerability manifests when malicious SQL statements are embedded within input fields or parameters that are processed by the router's SQL handling function. For detailed technical information, refer to the TWcert Security Advisory.

Detection Methods for CVE-2022-23972

Indicators of Compromise

  • Unusual database query patterns or errors in router logs indicating SQL syntax anomalies
  • Unexpected changes to router configuration, user accounts, or network settings
  • Evidence of unauthorized access to router management interfaces from LAN devices
  • Database integrity violations or missing configuration entries

Detection Strategies

  • Monitor network traffic to the router's management interfaces for requests containing SQL injection patterns such as single quotes, UNION SELECT statements, or OR 1=1 constructs
  • Implement intrusion detection rules to identify common SQL injection attack signatures targeting embedded device interfaces
  • Enable and review router logging for authentication anomalies and configuration changes
  • Deploy network segmentation monitoring to detect unauthorized lateral movement attempts

Monitoring Recommendations

  • Regularly audit router configuration backups to detect unauthorized modifications
  • Monitor for firmware integrity by comparing checksums against known-good versions
  • Implement network access controls to restrict which devices can communicate with router management interfaces
  • Review connected device lists for unknown or suspicious clients that may be staging attacks

How to Mitigate CVE-2022-23972

Immediate Actions Required

  • Update the ASUS RT-AX56U firmware to the latest available version from ASUS support
  • Restrict access to router management interfaces to trusted devices only
  • Segment the network to limit exposure of the router's management functions
  • Monitor for any signs of compromise and consider resetting the device to factory defaults if exploitation is suspected

Patch Information

ASUS has addressed this vulnerability in firmware updates released after version 3.0.0.4.386.45898. Administrators should visit the official ASUS support website to download and apply the latest firmware for the RT-AX56U router. Consult the TWcert Security Advisory for additional remediation guidance.

Workarounds

  • Disable remote management features and restrict administrative access to wired connections only
  • Implement MAC address filtering to limit which devices can access the router's management interface
  • Configure firewall rules on the router to restrict management interface access to specific trusted IP addresses
  • Isolate IoT and guest devices on separate network segments to reduce the attack surface from potentially compromised LAN clients
bash
# Example: Restrict management interface access (router-specific syntax may vary)
# Access router configuration and navigate to Administration settings
# Disable WAN access to web interface
# Enable access restrictions to limit management to specific MAC addresses
# Consider enabling HTTPS-only access to management interface

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechAsus Rt Ax56u

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Technical References
  • TWcert Security Advisory
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox 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