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

CVE-2026-5509: Archer Router Command Injection Vulnerability

CVE-2026-5509 is a command injection flaw in Archer BE450 v1 and BE7200 v1 routers allowing authenticated admins to execute arbitrary system commands. This article covers the technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2026-5509 Overview

CVE-2026-5509 is an authenticated command injection vulnerability affecting the TP-Link Archer BE450 v1 and Archer BE7200 v1 routers. The flaw resides in the web management interface, where administrator-supplied input is passed to backend system commands without adequate sanitization. An authenticated attacker on the adjacent network can leverage the browser developer console to inject crafted payloads. Successful exploitation grants arbitrary command execution with elevated privileges on the device. This allows an attacker to start unauthorized services, modify router configuration, or fully compromise the underlying operating environment. The weakness is categorized under [CWE-20] Improper Input Validation.

Critical Impact

Authenticated administrators on the adjacent network can execute arbitrary OS commands with elevated privileges, leading to full compromise of the router’s operating environment.

Affected Products

  • TP-Link Archer BE450 v1
  • TP-Link Archer BE7200 v1
  • Web management interface firmware versions prior to the vendor-issued fix

Discovery Timeline

  • 2026-05-27 - CVE-2026-5509 published to NVD
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2026-5509

Vulnerability Analysis

The vulnerability exists in the administrative web interface of the Archer BE450 v1 and BE7200 v1 routers. Backend handlers accept parameters from authenticated administrator sessions and pass them into system command execution without proper input validation or sanitization. An attacker who has already authenticated to the admin interface can use the browser developer console to issue requests containing shell metacharacters. These metacharacters break out of the intended command context and append attacker-controlled commands. Because the router’s web service runs with elevated privileges, injected commands execute in the same privileged context. This converts an administrator account compromise into full control of the router operating system.

Root Cause

The root cause is improper input validation [CWE-20] in handlers that construct shell command strings from user-supplied parameters. The application concatenates input directly into system commands without escaping or allowlisting permitted characters. No secondary boundary, such as parameterized execution or a restricted shell, mitigates the unsafe concatenation.

Attack Vector

The attack vector is Adjacent Network. An attacker must first obtain valid administrator credentials and reach the router’s management interface. After authenticating, the attacker uses the browser developer console to craft and send a request to a vulnerable endpoint, embedding shell metacharacters in a parameter. The backend processes the request and executes the injected commands with elevated privileges. Refer to the TP-Link Archer BE450 Firmware advisory and TP-Link FAQ #5102 for vendor technical details.

Detection Methods for CVE-2026-5509

Indicators of Compromise

  • Unexpected child processes spawned by the router web management service, particularly shells such as sh or busybox invoked from HTTP handlers.
  • Administrative HTTP or HTTPS requests to management endpoints containing shell metacharacters such as ;, |, &&, backticks, or $() in parameter values.
  • New or unauthorized services, cron entries, or listening ports appearing on the router after admin sessions.
  • Outbound connections from the router to unfamiliar hosts following administrator logins.

Detection Strategies

  • Inspect router system logs for command execution events that correlate with administrator web sessions and unusual parameter content.
  • Monitor network traffic to and from the router management interface from adjacent network segments for anomalous request patterns.
  • Compare running configuration and service inventory against a known-good baseline to identify unauthorized changes.

Monitoring Recommendations

  • Forward router syslog data to a central logging or SIEM platform and alert on shell metacharacters in management URLs and POST bodies.
  • Track administrator authentication events and flag sessions originating from unexpected adjacent network locations.
  • Audit firmware version and configuration state on a recurring schedule to detect tampering.

How to Mitigate CVE-2026-5509

Immediate Actions Required

  • Apply the latest firmware updates from TP-Link for the Archer BE450 v1 and Archer BE7200 v1 as soon as they are available from the vendor download portal.
  • Rotate administrator credentials on affected routers and enforce strong, unique passwords.
  • Restrict access to the web management interface to trusted management VLANs or hosts only.
  • Disable remote management on the WAN interface unless explicitly required.

Patch Information

TP-Link publishes firmware updates for affected models on its support portal. Refer to the TP-Link Archer BE450 Firmware page, the TP-Link Archer BE450 Firmware (JP) page, and the TP-Link Archer BE7200 Firmware page. Additional guidance is available in TP-Link FAQ #5102.

Workarounds

  • Limit administrative access to the router web interface to a dedicated management network segment.
  • Require multi-factor or out-of-band authentication for any administrator account where supported by the platform.
  • Monitor and alert on administrator logins and configuration changes until patched firmware is deployed.
bash
# Configuration example: restrict management interface exposure
# Disable WAN-side remote management and bind admin UI to LAN only
# (Apply via the router web UI under System Tools > Administration)
# 1. Remote Management: Disabled
# 2. Local Management: Allow only specified MAC/IP addresses on management VLAN
# 3. HTTPS Management: Enabled, HTTP redirect to HTTPS

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechArcher

  • SeverityHIGH

  • CVSS Score8.5

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:A/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-20
  • Technical References
  • TP-Link Archer BE450 Firmware

  • TP-Link Archer BE450 Firmware

  • TP-Link Archer BE7200 Firmware

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

  • CVE-2026-22225: Archer BE230 RCE Vulnerability

  • CVE-2024-5035: Archer C4500X RCE Vulnerability

  • CVE-2026-5511: Archer AX72 Information Disclosure Flaw
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