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

CVE-2022-23970: Asus RT-AX56U Path Traversal Flaw

CVE-2022-23970 is a path traversal vulnerability in Asus RT-AX56U firmware that allows unauthenticated LAN attackers to overwrite system files. This article covers technical details, affected versions, and mitigation.

Published: February 18, 2026

CVE-2022-23970 Overview

CVE-2022-23970 is a path traversal vulnerability affecting the ASUS RT-AX56U router's update_json function. The vulnerability exists due to insufficient filtering for special characters in the URL parameter, allowing an unauthenticated attacker on the local network to overwrite system files by uploading malicious files with specific filenames. Successful exploitation can result in service disruption and potential system compromise.

Critical Impact

An unauthenticated LAN attacker can overwrite system files, causing service disruption and potential loss of device availability and integrity.

Affected Products

  • ASUS RT-AX56U Firmware version 3.0.0.4.386.45898
  • ASUS RT-AX56U Hardware

Discovery Timeline

  • April 7, 2022 - CVE-2022-23970 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2022-23970

Vulnerability Analysis

This path traversal vulnerability (CWE-22) resides in the update_json function of the ASUS RT-AX56U router firmware. The function fails to properly sanitize special characters within URL parameters, enabling directory traversal sequences to escape the intended file path restrictions. An attacker positioned on the adjacent network can exploit this weakness without authentication to write arbitrary files to system locations.

The vulnerability allows attackers to traverse the file system by injecting directory traversal sequences (such as ../) into URL parameters processed by the update_json function. By crafting malicious requests with path traversal payloads, an attacker can target critical system files and overwrite them with attacker-controlled content.

Root Cause

The root cause of CVE-2022-23970 lies in improper input validation within the update_json function. The function does not adequately filter or sanitize special characters—particularly path traversal sequences—from user-supplied URL parameters before using them in file system operations. This insufficient input validation allows attackers to break out of the intended directory structure and access or modify files in arbitrary locations on the device.

Attack Vector

The attack requires adjacency to the target network (LAN access) but does not require authentication or user interaction. An attacker connected to the same local network as the vulnerable ASUS RT-AX56U router can send specially crafted HTTP requests to the device's web interface. These requests contain malicious URL parameters with path traversal sequences that, when processed by the update_json function, allow the attacker to specify arbitrary file paths.

The exploitation flow typically involves:

  1. The attacker identifies an ASUS RT-AX56U router on the local network
  2. A crafted HTTP request is sent to the update_json endpoint containing path traversal sequences in the URL parameter
  3. The vulnerable function processes the malicious input without proper sanitization
  4. The attacker-controlled file content is written to an arbitrary system location, overwriting existing files
  5. Service disruption or further compromise occurs depending on which system files are overwritten

For detailed technical information, refer to the TW-CERT Security Advisory.

Detection Methods for CVE-2022-23970

Indicators of Compromise

  • Unexpected HTTP requests to the router's web interface containing path traversal sequences (../, ..%2f, etc.) in URL parameters
  • Modified or corrupted system configuration files on the ASUS RT-AX56U device
  • Unexplained service disruptions or router instability
  • Unusual network traffic patterns originating from or directed to the router's management interface

Detection Strategies

  • Monitor network traffic for HTTP requests to the ASUS RT-AX56U web interface containing path traversal patterns in URL parameters
  • Implement intrusion detection rules to alert on requests to the update_json endpoint with suspicious character sequences
  • Review router logs for unusual file access patterns or error messages indicating failed file operations
  • Deploy network-based anomaly detection to identify unauthorized access attempts to router management interfaces

Monitoring Recommendations

  • Enable comprehensive logging on the ASUS RT-AX56U router if available
  • Implement network segmentation to limit exposure of router management interfaces
  • Use a security information and event management (SIEM) solution to correlate router logs with network traffic anomalies
  • Regularly audit router configuration integrity to detect unauthorized modifications

How to Mitigate CVE-2022-23970

Immediate Actions Required

  • Update the ASUS RT-AX56U firmware to the latest available version from ASUS
  • Restrict access to the router's management interface to trusted devices only
  • Implement network segmentation to isolate the router management network from general user traffic
  • Monitor for exploitation attempts using the detection strategies outlined above

Patch Information

ASUS users should check for and apply the latest firmware update for the RT-AX56U router. Visit the official ASUS support website to download the most recent firmware version that addresses CVE-2022-23970. For additional security guidance, refer to the TW-CERT Security Advisory.

Workarounds

  • Disable remote management features if not required for your environment
  • Implement firewall rules to restrict access to the router's web management interface to specific trusted IP addresses
  • Consider deploying a separate network management VLAN to isolate administrative access
  • Use a VPN for remote administration instead of exposing the management interface directly
bash
# Example: Restrict management interface access (check router UI for specific options)
# Access the ASUS router web interface at http://router.asus.com
# Navigate to Administration > System
# Set "Enable Web Access from WAN" to "No"
# Apply MAC filtering for LAN management access if available

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechAsus

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • TW-CERT Security Advisory
  • Related CVEs
  • CVE-2022-23971: ASUS RT-AX56U Path Traversal Vulnerability

  • CVE-2026-3428: ASUS Member Center Privilege Escalation

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

  • CVE-2025-15038: ASUS Driver Information Disclosure 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