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

CVE-2022-23973: Asus RT-AX56U Firmware RCE Vulnerability

CVE-2022-23973 is a stack-based buffer overflow RCE flaw in Asus RT-AX56U Firmware that allows unauthenticated LAN attackers to execute arbitrary code. This article covers technical details, affected versions, and mitigations.

Published: February 18, 2026

CVE-2022-23973 Overview

CVE-2022-23973 is a stack-based buffer overflow vulnerability affecting the ASUS RT-AX56U router's user profile configuration function. The vulnerability stems from insufficient validation of parameter length, allowing an unauthenticated attacker on the local area network (LAN) to execute arbitrary code, perform unauthorized operations, or cause a denial of service condition on the affected device.

Critical Impact

Unauthenticated LAN attackers can achieve arbitrary code execution on affected ASUS RT-AX56U routers, potentially compromising the entire network infrastructure.

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-23973 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-23973

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-bounds Write), specifically a stack-based buffer overflow condition. The flaw exists within the user profile configuration function of the ASUS RT-AX56U router's firmware. When processing user-supplied input, the function fails to properly validate the length of incoming parameters before copying them to a fixed-size stack buffer.

The adjacent network attack vector means an attacker must be positioned on the same local network segment as the target router, which limits exposure but still represents a significant threat in home and small office environments. No authentication is required to exploit this vulnerability, and no user interaction is necessary, making it particularly dangerous for exposed devices.

Root Cause

The root cause of CVE-2022-23973 is insufficient input validation in the user profile configuration handling code. The firmware does not properly verify the length of user-supplied parameters before performing memory copy operations to a stack-allocated buffer. This lack of bounds checking allows an attacker to supply oversized input that overflows the buffer, potentially overwriting critical stack data including return addresses and saved registers.

Attack Vector

The vulnerability is exploitable from the adjacent network (local LAN), requiring the attacker to have network access to the router. The attack does not require any form of authentication or user interaction, making exploitation straightforward once an attacker gains LAN access.

An attacker would craft a malicious request to the user profile configuration function with an oversized parameter value. The excessive input would overflow the stack buffer, allowing the attacker to overwrite the function's return address and gain control of program execution. This can be leveraged to execute arbitrary shell commands with the privileges of the web server process, typically running as root on embedded devices like the RT-AX56U.

The exploitation mechanism involves sending specially crafted HTTP requests to the router's web management interface with parameter values exceeding expected buffer sizes in the user profile configuration handler. For detailed technical information, refer to the Taiwan TW-CERT Advisory.

Detection Methods for CVE-2022-23973

Indicators of Compromise

  • Unexpected router reboots or crashes indicating potential exploitation attempts
  • Unusual outbound network connections originating from the router
  • Modified router configuration settings, particularly in user profile sections
  • Suspicious processes or unexpected services running on the router
  • Anomalous traffic patterns from the router's management interface

Detection Strategies

  • Monitor HTTP traffic to the router's web management interface for unusually long parameter values in POST requests
  • Implement network intrusion detection rules to identify buffer overflow patterns targeting the user profile configuration endpoint
  • Enable logging on the router and review for crash events or unexpected restarts
  • Deploy network segmentation to limit exposure of router management interfaces

Monitoring Recommendations

  • Configure alerts for any direct access to router management interfaces from unexpected internal hosts
  • Monitor for changes to router firmware or configuration files
  • Implement regular firmware version auditing to ensure devices are running patched versions
  • Use network traffic analysis to detect anomalous communication patterns from router devices

How to Mitigate CVE-2022-23973

Immediate Actions Required

  • Update ASUS RT-AX56U firmware to the latest available version that addresses this vulnerability
  • Restrict access to the router's web management interface to trusted hosts only
  • Implement network segmentation to isolate router management from general network traffic
  • Disable remote management features if not required

Patch Information

ASUS has addressed this vulnerability in firmware updates released after the affected version 3.0.0.4.386.45898. Users should check the ASUS support website for the latest firmware available for the RT-AX56U router and apply updates immediately. For additional information, consult the Taiwan TW-CERT Advisory.

Workarounds

  • Configure firewall rules to restrict access to the router's management interface to specific trusted IP addresses
  • Disable the web management interface entirely if command-line administration is feasible
  • Enable MAC address filtering to limit which devices can communicate with the router's management interface
  • Consider placing the router behind an additional firewall with strict access controls
bash
# Example: Restrict management access via iptables (if shell access is available)
# Allow management access only from trusted admin workstation
iptables -A INPUT -p tcp --dport 80 -s 192.168.1.100 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -s 192.168.1.100 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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.10%

  • 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-787
  • Technical References
  • Taiwan TW-CERT 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