Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2167

CVE-2026-2167: Totolink WA300 Firmware RCE Vulnerability

CVE-2026-2167 is a remote code execution flaw in Totolink WA300 Firmware caused by OS command injection in the setAPNetwork function. Attackers can exploit this remotely. This article covers technical details, impact, and mitigation.

Published: February 13, 2026

CVE-2026-2167 Overview

A command injection vulnerability has been identified in the Totolink WA300 wireless access point running firmware version 5.2cu.7112_B20190227. The vulnerability exists in the setAPNetwork function within the /cgi-bin/cstecgi.cgi file, where insufficient input validation of the Ipaddr argument allows attackers to inject and execute arbitrary operating system commands. This vulnerability can be exploited remotely by authenticated users, potentially allowing complete device compromise.

Critical Impact

Remote attackers can execute arbitrary OS commands on vulnerable Totolink WA300 devices by manipulating the Ipaddr parameter, potentially leading to full device takeover, network pivoting, and persistent backdoor installation.

Affected Products

  • Totolink WA300 Firmware version 5.2cu.7112_B20190227
  • Totolink WA300 Hardware

Discovery Timeline

  • 2026-02-08 - CVE-2026-2167 published to NVD
  • 2026-02-11 - Last updated in NVD database

Technical Details for CVE-2026-2167

Vulnerability Analysis

This vulnerability represents a classic OS command injection flaw (CWE-78) combined with improper neutralization of special elements used in a command (CWE-77). The setAPNetwork function in the Totolink WA300 firmware fails to properly sanitize user-supplied input before incorporating it into system commands executed on the underlying Linux-based operating system.

When an authenticated user submits network configuration requests to /cgi-bin/cstecgi.cgi, the Ipaddr parameter is processed without adequate filtering or escaping of shell metacharacters. This allows an attacker to append malicious commands that will be executed with the privileges of the web server process, typically running as root on embedded devices like the WA300.

The public availability of exploit details significantly increases the risk of widespread exploitation, particularly given the prevalence of Totolink devices in small office and home network environments.

Root Cause

The root cause of this vulnerability is insufficient input validation and improper sanitization of the Ipaddr argument in the setAPNetwork function. The firmware directly passes user-controlled input to system command execution functions without filtering dangerous shell metacharacters such as semicolons (;), pipes (|), backticks (`), or command substitution sequences ($()). This allows attackers to break out of the intended command context and inject arbitrary commands.

Attack Vector

The attack can be performed remotely over the network by an authenticated user. An attacker with valid credentials (or access to a session with default/weak credentials) can craft a malicious HTTP request to the /cgi-bin/cstecgi.cgi endpoint, manipulating the Ipaddr parameter to include shell metacharacters followed by arbitrary commands.

The vulnerability exploitation typically follows this pattern:

  1. Attacker authenticates to the device's web management interface
  2. Attacker submits a crafted request to the setAPNetwork function
  3. The malicious payload in the Ipaddr parameter is processed
  4. Injected commands execute on the underlying operating system
  5. Attacker gains shell access or achieves their malicious objectives

For technical details regarding exploitation, refer to the GitHub CVE Issue #36 which contains the public disclosure information.

Detection Methods for CVE-2026-2167

Indicators of Compromise

  • Unusual HTTP requests to /cgi-bin/cstecgi.cgi containing shell metacharacters in the Ipaddr parameter
  • Unexpected outbound network connections from Totolink WA300 devices
  • New or modified files in system directories, particularly in /tmp or writable partitions
  • Suspicious processes spawned by the web server process

Detection Strategies

  • Monitor web server logs on Totolink devices for requests containing shell injection patterns such as ;, |, &&, or $()
  • Implement network-based intrusion detection rules to identify command injection attempts targeting /cgi-bin/cstecgi.cgi
  • Deploy behavioral analysis to detect anomalous command execution patterns on IoT devices
  • Use SentinelOne Singularity for IoT to monitor firmware-level activity on network devices

Monitoring Recommendations

  • Establish baseline network behavior for Totolink devices and alert on deviations
  • Monitor DNS queries from affected devices for suspicious domain lookups
  • Implement egress filtering to detect and block unauthorized outbound connections from network infrastructure devices
  • Regularly audit access logs for the device management interface

How to Mitigate CVE-2026-2167

Immediate Actions Required

  • Restrict management interface access to trusted networks only using firewall rules or VLAN segmentation
  • Change default credentials and implement strong authentication for device access
  • Disable remote management if not required for operations
  • Monitor affected devices for signs of compromise while awaiting vendor patch

Patch Information

At the time of publication, no vendor patch has been publicly announced for this vulnerability. Organizations should contact Totolink directly for firmware update availability via the Totolink Official Website. Monitor the VulDB entry for updates on remediation options.

Workarounds

  • Implement network segmentation to isolate Totolink WA300 devices from critical network segments
  • Deploy a web application firewall (WAF) or reverse proxy to filter malicious requests before they reach the device
  • Restrict access to the management interface to specific IP addresses using ACLs
  • Consider replacing affected devices with alternatives from vendors with better security response practices if patches remain unavailable
  • Disable the affected CGI functionality if possible without impacting required operations
bash
# Example: Restrict management interface access via iptables on upstream router
# Allow management access only from trusted admin network
iptables -A FORWARD -d <TOTOLINK_IP> -p tcp --dport 80 -s 192.168.1.0/24 -j ACCEPT
iptables -A FORWARD -d <TOTOLINK_IP> -p tcp --dport 80 -j DROP
iptables -A FORWARD -d <TOTOLINK_IP> -p tcp --dport 443 -s 192.168.1.0/24 -j ACCEPT
iptables -A FORWARD -d <TOTOLINK_IP> -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/TechTotolink

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability1.63%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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
  • AvailabilityLow
  • CWE References
  • CWE-77

  • CWE-78
  • Technical References
  • GitHub CVE Issue #36

  • VulDB CTI ID #344869

  • VulDB #344869

  • VulDB Submission #752063

  • Totolink Official Website
  • Related CVEs
  • CVE-2026-31166: ToToLink A3300R RCE Vulnerability

  • CVE-2026-31181: ToToLink A3300R RCE Vulnerability

  • CVE-2026-31179: ToToLink A3300R RCE Vulnerability

  • CVE-2026-31178: ToToLink A3300R RCE 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