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

CVE-2022-23971: ASUS RT-AX56U Path Traversal Vulnerability

CVE-2022-23971 is a path traversal flaw in ASUS RT-AX56U firmware that allows unauthenticated LAN attackers to overwrite system files and disrupt services. This article covers technical details, impact, and mitigation.

Published: February 17, 2026

CVE-2022-23971 Overview

CVE-2022-23971 is a path traversal vulnerability affecting ASUS RT-AX56U routers. The vulnerability exists in the update_PLC/PORT file due to insufficient filtering for special characters in the URL parameter. An unauthenticated attacker with LAN access can exploit this flaw to overwrite system files by uploading malicious PLC/PORT files with the same filename, leading to service disruption.

Critical Impact

Unauthenticated LAN attackers can overwrite critical system files, causing service disruption and potentially compromising router integrity without any authentication requirements.

Affected Products

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

Discovery Timeline

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

Technical Details for CVE-2022-23971

Vulnerability Analysis

This path traversal vulnerability (CWE-22) stems from improper input validation in the ASUS RT-AX56U router's update_PLC/PORT functionality. The firmware fails to properly sanitize special characters within URL parameters, allowing attackers to escape the intended directory structure and access arbitrary file system locations.

The vulnerability is exploitable from adjacent networks without requiring any authentication or user interaction. Successful exploitation enables attackers to overwrite system files, which can result in denial of service conditions. The attack impacts both the integrity and availability of the affected router, though confidentiality remains unaffected as the vulnerability is primarily used for file overwriting rather than data exfiltration.

Root Cause

The root cause is insufficient input validation and filtering of special path characters (such as ../ sequences) in the URL parameter processed by the update_PLC/PORT file. The firmware does not properly sanitize or validate user-supplied input before using it in file system operations, allowing directory traversal sequences to escape the intended upload directory.

Attack Vector

The attack requires adjacent network access, meaning the attacker must be on the same local network segment as the vulnerable router. The attack flow involves:

  1. An attacker on the LAN identifies a vulnerable ASUS RT-AX56U router
  2. The attacker crafts a malicious request to the update_PLC/PORT endpoint containing path traversal sequences in the URL parameter
  3. The insufficient filtering allows the attacker to specify arbitrary file paths
  4. By uploading a file with a name matching a critical system file, the attacker can overwrite it
  5. The system file overwrite causes service disruption or router malfunction

The vulnerability does not require authentication, making any device on the local network a potential attacker. This is particularly concerning in environments where guest networks share the same LAN segment or where untrusted devices may be present.

Detection Methods for CVE-2022-23971

Indicators of Compromise

  • Unexpected modifications to system files on the router
  • Router service disruptions or unexpected reboots following network activity
  • Suspicious HTTP requests to the update_PLC/PORT endpoint containing ../ sequences or other path traversal patterns
  • Anomalous file upload activity from LAN devices to the router's management interface

Detection Strategies

  • Monitor network traffic for requests containing path traversal sequences (e.g., ../, ..%2f, %2e%2e/) targeting router management endpoints
  • Implement intrusion detection rules to flag suspicious requests to PLC/PORT update functionality
  • Deploy network monitoring to detect unusual file upload patterns to router management interfaces
  • Review router logs for failed or successful file operations involving unexpected file paths

Monitoring Recommendations

  • Enable verbose logging on the ASUS RT-AX56U router if available
  • Deploy network-level monitoring solutions to inspect traffic destined for router management interfaces
  • Implement file integrity monitoring on critical router system files if accessible
  • Regularly audit network segments for unauthorized devices that could launch adjacent network attacks

How to Mitigate CVE-2022-23971

Immediate Actions Required

  • Update ASUS RT-AX56U firmware to the latest available version from ASUS
  • Restrict management interface access to trusted devices only
  • Segment the network to isolate the router's management interface from untrusted LAN devices
  • Disable remote management features if not required
  • Monitor for suspicious network activity targeting router endpoints

Patch Information

ASUS users should check for firmware updates through the router's administration interface or download the latest firmware from the ASUS support website. The TWCERT advisory provides additional details about this vulnerability at the TWCERT Security Advisory.

Workarounds

  • Implement network segmentation to isolate the router from potentially malicious LAN devices
  • Use VLAN configurations to separate management traffic from general network traffic
  • Deploy a firewall or access control lists to restrict which devices can communicate with the router's management interface
  • Consider temporarily disabling the PLC functionality if not required until a patch can be applied
  • Monitor and restrict physical access to the network to prevent unauthorized device connections
bash
# Example: Network segmentation using VLAN (implementation varies by network equipment)
# Isolate router management interface from untrusted network segments
# Consult your network equipment documentation for specific VLAN configuration

# Restrict access to management interface via firewall rules
iptables -A INPUT -p tcp --dport 80 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP

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
  • TWCERT Security Advisory
  • Related CVEs
  • CVE-2022-23970: Asus RT-AX56U Path Traversal Flaw

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

  • CVE-2025-15037: ASUS Business Privilege Escalation Flaw

  • CVE-2026-1878: ASUS ROG Driver 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