A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-5511

CVE-2026-5511: Archer AX72 Information Disclosure Flaw

CVE-2026-5511 is an information disclosure vulnerability in the Archer AX72 (SG) v1 router's diagnostic feature that exposes command usage details to authenticated admins. This article covers technical details, impact, and mitigation.

Published: May 21, 2026

CVE-2026-5511 Overview

CVE-2026-5511 is an information disclosure vulnerability in the web management interface of the TP-Link Archer AX72 (SG) v1 router. The network diagnostic feature improperly handles invalid user input. This behavior exposes diagnostic command usage information through generated error responses.

An authenticated attacker with administrative privileges can confirm the presence of the diagnostic utility. The attacker can also enumerate valid command-line syntax and options. The exposed information is limited in scope and does not include sensitive system data. The issue is classified under [CWE-209: Generation of Error Message Containing Sensitive Information].

Critical Impact

An authenticated administrator on the local network can extract diagnostic command syntax through error-handling weaknesses, providing reconnaissance value for further attack chaining.

Affected Products

  • TP-Link Archer AX72 (SG) v1
  • Web management interface of the device
  • Firmware versions prior to the vendor-released fix

Discovery Timeline

  • 2026-05-19 - CVE-2026-5511 published to NVD
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-5511

Vulnerability Analysis

The vulnerability resides in the network diagnostic feature exposed through the Archer AX72 (SG) v1 web management interface. The diagnostic component fails to sanitize or generically handle invalid input submitted by an authenticated administrator. Instead of returning a neutral failure message, the interface emits verbose responses that disclose internal command structure.

An attacker submits malformed or unexpected parameters to the diagnostic endpoint. The backend utility responds with usage information that reveals valid command-line syntax, accepted flags, and option semantics. This response pattern aligns with [CWE-209], where error generation leaks implementation detail to the requester.

The disclosure is bounded. The interface does not return file contents, credentials, or operational state. The leaked surface is restricted to the diagnostic command's self-documentation. The information remains useful to an attacker mapping the device for subsequent command injection or argument-abuse research.

Root Cause

The root cause is improper error handling in the diagnostic input path. The handler passes invalid input directly to the underlying utility, which then emits its built-in help or usage banner. The web layer relays this output to the authenticated client without filtering.

Attack Vector

Exploitation requires local network access and administrative credentials to the router. The attacker authenticates to the web management interface and issues crafted requests to the diagnostic feature. No user interaction beyond the attacker session is required. The vulnerability cannot be triggered remotely across the WAN under default configuration.

No verified proof-of-concept code is published. The vulnerability mechanism is described in prose because no validated exploit artifacts are available. Refer to the TP-Link FAQ on Support for vendor guidance.

Detection Methods for CVE-2026-5511

Indicators of Compromise

  • Repeated authenticated requests to the diagnostic endpoints of the Archer AX72 web management interface from a single LAN client
  • HTTP responses from the router containing diagnostic utility usage strings, flag listings, or syntax banners
  • Administrator session activity originating from unexpected internal hosts during off-hours

Detection Strategies

  • Monitor router web interface access logs for malformed parameter submissions to diagnostic routes
  • Alert on administrative authentication events from clients that have no historical administrative role
  • Inspect HTTP response bodies routed through network sensors for known diagnostic command help text patterns

Monitoring Recommendations

  • Forward router syslog and admin authentication events to a centralized log platform for correlation
  • Track baseline patterns of diagnostic feature usage and alert on deviations in request volume or input shape
  • Review administrator account lifecycle and credential rotation cadence on the affected device

How to Mitigate CVE-2026-5511

Immediate Actions Required

  • Apply the latest firmware available from the TP-Link Archer AX72 Firmware Download page
  • Restrict access to the router web management interface to a defined administrative subnet or management VLAN
  • Rotate administrator credentials and enforce strong, unique passwords on the device
  • Disable remote management over WAN if not strictly required for operations

Patch Information

TP-Link distributes corrected firmware for the Archer AX72 (SG) v1 through its regional support portal. Administrators should download the most recent firmware for their hardware revision and apply it through the device update workflow. Verify the firmware version after reboot to confirm the patch is active. Vendor support guidance is documented in the TP-Link FAQ on Support.

Workarounds

  • Limit administrative access to a dedicated management host using ACLs on the LAN segment
  • Disable the network diagnostic feature in the web interface if business operations permit
  • Place the router management plane behind network segmentation to reduce the population of users who can authenticate
bash
# Configuration example: restrict management plane access at an upstream firewall
# Replace 192.0.2.10 with the authorized admin workstation address
# Replace 192.0.2.1 with the Archer AX72 management address
iptables -A FORWARD -s 192.0.2.10 -d 192.0.2.1 -p tcp --dport 443 -j ACCEPT
iptables -A FORWARD -d 192.0.2.1 -p tcp --dport 443 -j DROP
iptables -A FORWARD -d 192.0.2.1 -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
  • TypeInformation Disclosure

  • Vendor/TechArcher

  • SeverityMEDIUM

  • CVSS Score4.6

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-209
  • Technical References
  • TP-Link Archer AX72 Firmware Download

  • TP-Link FAQ on Support
  • Related CVEs
  • CVE-2025-15568: Archer AXE75 Router RCE Vulnerability

  • CVE-2026-22225: Archer BE230 RCE Vulnerability

  • CVE-2024-5035: Archer C4500X RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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