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-2022-25075

CVE-2022-25075: Totolink A3000RU Firmware RCE Vulnerability

CVE-2022-25075 is a command injection vulnerability in Totolink A3000RU firmware that allows attackers to execute arbitrary commands via QUERY_STRING. This article covers technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2022-25075 Overview

CVE-2022-25075 is a command injection vulnerability affecting TOTOLink A3000RU routers running firmware version V5.9c.2280_B20180512. The vulnerability exists in the "Main" function and allows remote attackers to execute arbitrary commands on the affected device via the QUERY_STRING parameter. This flaw enables unauthenticated attackers to gain complete control over vulnerable network devices.

Critical Impact

This command injection vulnerability allows unauthenticated remote attackers to execute arbitrary system commands with full privileges on affected TOTOLink routers, potentially leading to complete device compromise, network infiltration, and persistent backdoor access.

Affected Products

  • TOTOLink A3000RU Firmware V5.9c.2280_B20180512
  • TOTOLink A3000RU Hardware (all versions when running vulnerable firmware)

Discovery Timeline

  • 2022-02-24 - CVE-2022-25075 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-25075

Vulnerability Analysis

This command injection vulnerability (CWE-78) resides in the Main function of the TOTOLink A3000RU router firmware. The vulnerability stems from improper handling of user-supplied input through the QUERY_STRING parameter. When the router processes HTTP requests, the contents of the query string are passed to system commands without adequate sanitization or validation. This allows an attacker to craft malicious requests that inject arbitrary shell commands into the execution flow.

The attack can be performed remotely over the network without requiring any authentication or user interaction. Successful exploitation grants the attacker the ability to execute commands with the same privileges as the web server process, which typically runs with elevated permissions on embedded devices. This can lead to complete device compromise, including the ability to modify router configurations, intercept network traffic, establish persistent access, or pivot to other devices on the network.

Root Cause

The root cause of this vulnerability is improper input validation in the firmware's web interface. The Main function fails to properly sanitize the QUERY_STRING parameter before incorporating it into system command execution. This is a classic case of OS command injection (CWE-78) where untrusted user input is directly concatenated into shell commands without proper escaping or validation.

Embedded devices like routers often run lightweight web servers that process CGI requests, and developers may inadvertently pass user-controlled parameters to system functions like system(), popen(), or shell backticks without sanitization. In this case, the lack of input filtering allows metacharacters and command separators (such as ;, |, &&, or backticks) to break out of the intended command context and execute attacker-controlled code.

Attack Vector

The vulnerability is exploited through the network by sending specially crafted HTTP requests to the router's web management interface. An attacker can inject shell metacharacters and commands into the QUERY_STRING parameter, which are then executed by the underlying operating system.

A typical attack scenario involves appending command injection payloads to legitimate-looking URL requests. For example, an attacker might use semicolons or pipe characters to chain malicious commands after legitimate parameters. The injected commands execute with the privileges of the web server process, typically root on embedded Linux systems.

The attack requires network access to the router's management interface, which may be accessible from the local network or, in misconfigured deployments, from the internet. No authentication is required, making this vulnerability particularly dangerous for exposed devices.

For detailed technical information about the vulnerability mechanism, refer to the GitHub IOT Vulnerability Overview.

Detection Methods for CVE-2022-25075

Indicators of Compromise

  • Unexpected outbound network connections from the router to unknown IP addresses
  • Unusual processes running on the device that are not part of normal firmware operation
  • Modified configuration files or unauthorized user accounts on the router
  • Suspicious HTTP requests in router logs containing shell metacharacters (;, |, &&, `) in query strings

Detection Strategies

  • Monitor network traffic for HTTP requests to TOTOLink router management interfaces containing suspicious patterns in query parameters
  • Implement intrusion detection rules to alert on command injection patterns targeting the QUERY_STRING parameter
  • Review router access logs for requests containing shell metacharacters or common command injection payloads
  • Deploy network-based anomaly detection to identify unusual traffic patterns from router devices

Monitoring Recommendations

  • Enable comprehensive logging on network perimeter devices to capture traffic destined for router management interfaces
  • Implement network segmentation to isolate IoT and network infrastructure devices from general network traffic
  • Configure SIEM alerts for command injection attack signatures targeting embedded device management interfaces
  • Regularly audit router configurations and firmware versions to ensure vulnerable devices are identified

How to Mitigate CVE-2022-25075

Immediate Actions Required

  • Restrict access to the router's web management interface to trusted IP addresses only
  • Disable remote management access from the internet if not absolutely required
  • Place affected routers behind a firewall that can filter malicious requests
  • Monitor for firmware updates from TOTOLink and apply patches when available

Patch Information

At the time of this advisory, users should check with TOTOLink for updated firmware that addresses this vulnerability. The affected firmware version is V5.9c.2280_B20180512. Organizations should visit TOTOLink's official support channels to determine if patched firmware is available. If no patch is available, implement the recommended workarounds and consider device replacement with a supported model.

For additional details, see the GitHub IOT Vulnerability Overview.

Workarounds

  • Configure firewall rules to block external access to the router's HTTP management port (typically port 80 or 8080)
  • Enable access control lists (ACLs) on the router to restrict management access to specific trusted IP addresses
  • Deploy a web application firewall (WAF) in front of the management interface to filter command injection attempts
  • Consider replacing the vulnerable device with a supported router that receives regular security updates

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechTotolink

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability38.95%

  • 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-78
  • Vendor Resources
  • GitHub IOT Vulnerability Overview
  • 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