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-2026-0654

CVE-2026-0654: TP-Link Deco BE25 RCE Vulnerability

CVE-2026-0654 is a remote code execution vulnerability in TP-Link Deco BE25 v1.0 routers caused by improper input handling. Authenticated attackers can execute arbitrary OS commands, compromising device security.

Published: March 6, 2026

CVE-2026-0654 Overview

CVE-2026-0654 is a command injection vulnerability affecting the TP-Link Deco BE25 v1.0 mesh router system. The vulnerability stems from improper input handling in the device's administration web interface, which allows crafted input to be executed as part of an operating system command. An authenticated attacker with adjacent network access can exploit this flaw by uploading a specially crafted configuration file, potentially gaining full control over the affected device.

Critical Impact

Authenticated attackers on the local network can achieve arbitrary command execution on affected TP-Link Deco BE25 devices, compromising the confidentiality, integrity, and availability of the network infrastructure.

Affected Products

  • TP-Link Deco BE25 v1.0 (firmware through 1.1.1 Build 20250822)

Discovery Timeline

  • 2026-03-02 - CVE-2026-0654 published to NVD
  • 2026-03-02 - Last updated in NVD database

Technical Details for CVE-2026-0654

Vulnerability Analysis

This vulnerability is classified as CWE-78: Improper Neutralization of Special Elements used in an OS Command (OS Command Injection). The administration web interface of the TP-Link Deco BE25 v1.0 fails to properly sanitize user-supplied input before incorporating it into system commands. When an authenticated administrator uploads or modifies configuration files through the web interface, malicious input embedded within these files can escape the intended context and execute arbitrary OS commands on the underlying embedded Linux system.

The attack requires the adversary to be on an adjacent network (such as the local LAN or mesh network) and possess valid administrative credentials. However, once these prerequisites are met, the attacker can achieve complete system compromise, including persistent backdoor installation, traffic interception, or using the device as a pivot point for further network attacks.

Root Cause

The root cause of this vulnerability lies in insufficient input validation and sanitization within the configuration file parsing routines of the Deco BE25's web administration interface. The firmware fails to properly escape or validate special characters and command sequences before passing configuration data to shell commands or system calls. This allows metacharacters such as semicolons, backticks, or pipe operators to break out of the intended data context and inject arbitrary commands into the execution flow.

Attack Vector

The attack vector requires adjacent network access, meaning the attacker must be connected to the same local network segment as the target device. The attacker needs authenticated administrative access to the Deco BE25's web interface, which could be obtained through credential theft, default credentials, or social engineering. Once authenticated, the attacker crafts a malicious configuration file containing embedded OS commands and uploads it through the administrative interface. The vulnerable parsing logic then executes the injected commands with the privileges of the web service, typically running as root on embedded devices.

The attack scenario involves uploading configuration data that contains shell metacharacters. When the device processes this configuration, the embedded commands are executed on the device's operating system. For example, malicious payloads could be injected into configuration fields that are later processed by shell scripts or system utilities, allowing the attacker to spawn reverse shells, modify firewall rules, or exfiltrate sensitive data.

Detection Methods for CVE-2026-0654

Indicators of Compromise

  • Unexpected processes running on the Deco BE25 device, such as reverse shells or network tools not part of standard firmware
  • Unusual outbound network connections from the router to external IP addresses
  • Modified configuration files containing suspicious command sequences or shell metacharacters
  • Unexpected administrative login attempts or sessions from unauthorized network locations

Detection Strategies

  • Monitor administrative access logs for unusual login patterns or configuration changes
  • Implement network segmentation to isolate IoT and network infrastructure devices
  • Use network monitoring tools to detect anomalous traffic patterns originating from router devices
  • Deploy intrusion detection systems (IDS) capable of identifying command injection patterns in HTTP traffic

Monitoring Recommendations

  • Enable and regularly review administrative access logs on the Deco BE25 management interface
  • Monitor for firmware integrity changes using file integrity monitoring where supported
  • Set up alerts for configuration file modifications outside of normal maintenance windows
  • Implement network traffic analysis to detect unusual command and control communications from network devices

How to Mitigate CVE-2026-0654

Immediate Actions Required

  • Update TP-Link Deco BE25 v1.0 firmware to a patched version as soon as one becomes available
  • Change default administrative credentials to strong, unique passwords
  • Restrict administrative interface access to trusted network segments only
  • Disable remote management features if not required for operations

Patch Information

TP-Link has published firmware updates addressing this vulnerability. Administrators should download and apply the latest firmware version from the official TP-Link Deco BE25 v1 Firmware page. Additional security guidance is available in the TP-Link FAQ #4993.

Affected firmware versions include builds through 1.1.1 Build 20250822. Organizations should verify their current firmware version through the device's web interface and update immediately if running a vulnerable build.

Workarounds

  • Limit administrative access to the web interface to only trusted administrators with verified need
  • Implement network access controls (VLANs, firewall rules) to restrict who can reach the administrative interface
  • Monitor configuration changes and administrative sessions for suspicious activity until patching is complete
  • Consider temporarily disabling web-based administration if alternate management methods are available
bash
# Network segmentation example - restrict admin interface access
# Example iptables rules on upstream firewall to limit access to Deco admin interface
iptables -A FORWARD -d 192.168.1.1 -p tcp --dport 80 -s 192.168.1.100 -j ACCEPT
iptables -A FORWARD -d 192.168.1.1 -p tcp --dport 443 -s 192.168.1.100 -j ACCEPT
iptables -A FORWARD -d 192.168.1.1 -p tcp --dport 80 -j DROP
iptables -A FORWARD -d 192.168.1.1 -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechTp Link

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:A/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:L/SI:L/SA:L/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-78
  • Technical References
  • TP-Link Deco BE25 Firmware

  • TP-Link Deco BE25 Firmware

  • TP-Link Deco BE25 v1 Firmware

  • TP-Link FAQ #4993
  • Related CVEs
  • CVE-2026-30703: WiFi Extender WDR201A RCE Vulnerability

  • CVE-2026-3227: TP-Link Router RCE Vulnerability

  • CVE-2026-3841: TP-Link TL-MR6400 RCE Vulnerability

  • CVE-2025-15551: TP-Link Router RCE Vulnerability
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