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

CVE-2022-26674: ASUS RT-AX88U Firmware RCE Vulnerability

CVE-2022-26674 is a format string remote code execution vulnerability in ASUS RT-AX88U Firmware that enables unauthenticated attackers to execute arbitrary code. This article covers technical details, impact, and mitigation.

Published: February 11, 2026

CVE-2022-26674 Overview

CVE-2022-26674 is a critical Format String vulnerability affecting ASUS RT-AX88U routers. This flaw allows an unauthenticated remote attacker to write to arbitrary memory addresses, enabling remote arbitrary code execution, unauthorized system operations, or complete service disruption. The vulnerability requires no authentication and can be exploited directly over the network, making it particularly dangerous for exposed devices.

Critical Impact

Unauthenticated remote attackers can achieve full device compromise through arbitrary code execution, potentially gaining complete control over the affected router and the networks it manages.

Affected Products

  • ASUS RT-AX88U Firmware
  • ASUS RT-AX88U Hardware

Discovery Timeline

  • 2022-04-22 - CVE-2022-26674 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-26674

Vulnerability Analysis

This vulnerability is classified as CWE-134 (Use of Externally-Controlled Format String). Format string vulnerabilities occur when user-supplied input is improperly used as a format string argument in functions like printf(), sprintf(), or similar formatting functions in C/C++ applications. In the case of the ASUS RT-AX88U, the firmware fails to properly sanitize user input before passing it to format string functions, allowing attackers to read from or write to arbitrary memory locations.

The attack can be conducted remotely over the network without requiring any authentication credentials. This combination of factors—network accessibility, no authentication requirement, and the potential for complete system compromise—makes this vulnerability extremely dangerous for any exposed RT-AX88U devices.

Root Cause

The root cause is improper input validation in the ASUS RT-AX88U firmware where user-controlled data is passed directly to format string functions without proper sanitization. When format specifiers like %s, %x, %n, or %p are embedded in attacker-controlled input, the formatting function interprets them as legitimate format specifiers rather than literal text. The %n specifier is particularly dangerous as it writes the number of bytes output so far to a memory address, enabling arbitrary memory writes.

Attack Vector

The vulnerability is exploitable over the network by an unauthenticated attacker. The attack flow typically involves:

  1. The attacker identifies a network service on the ASUS RT-AX88U that accepts user input
  2. The attacker crafts malicious input containing format string specifiers
  3. The vulnerable firmware component passes this input to a format string function
  4. The attacker uses format specifiers to read memory contents or write to arbitrary addresses
  5. Through careful manipulation, the attacker can overwrite return addresses, function pointers, or other critical data to achieve code execution

Due to the nature of this vulnerability, exploitation can lead to complete device takeover. For detailed technical information, see the TW-CERT Security Advisory.

Detection Methods for CVE-2022-26674

Indicators of Compromise

  • Unusual network traffic patterns targeting the ASUS RT-AX88U management interfaces
  • Unexpected router reboots or service disruptions
  • Modified router configurations or unauthorized administrative accounts
  • Anomalous outbound connections from the router to unknown external hosts
  • Presence of unexpected processes or services running on the router

Detection Strategies

  • Monitor network traffic for requests containing format string specifiers (%n, %x, %s, %p) in unusual contexts
  • Implement intrusion detection rules to identify format string attack patterns targeting ASUS router services
  • Deploy network monitoring to detect exploitation attempts against router management interfaces
  • Review router logs for authentication failures followed by successful unauthorized access

Monitoring Recommendations

  • Enable comprehensive logging on the ASUS RT-AX88U and forward logs to a centralized SIEM
  • Monitor for unexpected firmware modifications or configuration changes
  • Implement network segmentation to isolate router management interfaces from untrusted networks
  • Regularly audit connected devices and network traffic patterns for anomalies

How to Mitigate CVE-2022-26674

Immediate Actions Required

  • Update the ASUS RT-AX88U firmware to the latest available version from ASUS
  • Restrict remote access to the router's management interface
  • Disable WAN-side management access if not explicitly required
  • Place the router behind additional network security controls if possible
  • Monitor for any signs of compromise on affected devices

Patch Information

ASUS has addressed this vulnerability in firmware updates. Users should visit the official ASUS support website to download and install the latest firmware version for the RT-AX88U router. Consult the TW-CERT Security Advisory for additional details regarding the vulnerability disclosure.

Workarounds

  • Disable remote management access from the WAN interface immediately
  • Implement access control lists (ACLs) to restrict management interface access to trusted IP addresses only
  • Use a VPN for remote router administration instead of exposing management interfaces directly
  • Consider placing the router behind a firewall that can filter malicious format string patterns
  • Regularly monitor router behavior and logs for signs of exploitation attempts
bash
# Recommended configuration steps for ASUS RT-AX88U
# 1. Access router admin panel at http://router.asus.com or http://192.168.1.1
# 2. Navigate to Administration > System
# 3. Set "Enable Web Access from WAN" to "No"
# 4. Navigate to Administration > Firmware Upgrade
# 5. Check for and install the latest firmware version
# 6. Consider enabling "Access Restriction" under Firewall settings

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAsus Rt Ax88u

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability4.55%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-134
  • Technical References
  • TW-CERT Security Advisory
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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