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
    • 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-2021-35402

CVE-2021-35402: PROLiNK PRC2402M RCE Vulnerability

CVE-2021-35402 is a remote code execution flaw in PROLiNK PRC2402M that allows OS command injection via shell metacharacters. This article covers the technical details, affected versions, impact, and mitigation strategies.

Published: February 27, 2026

CVE-2021-35402 Overview

CVE-2021-35402 is a critical OS command injection vulnerability affecting PROLiNK PRC2402M wireless routers running firmware version 20190909 prior to the June 2021 security update. The vulnerability exists in the live_api.cgi script, specifically in the satellite_list page functionality. Attackers can inject arbitrary shell metacharacters through the ip parameter used by the satellite_status function, enabling unauthenticated remote command execution on the underlying operating system.

Critical Impact

This vulnerability allows unauthenticated remote attackers to execute arbitrary operating system commands with root privileges on affected PROLiNK routers via network-accessible CGI endpoints, potentially leading to complete device compromise.

Affected Products

  • PROLiNK PRC2402M firmware version 20190909
  • PROLiNK PRC2402M devices running firmware prior to 2021-06-13 security update

Discovery Timeline

  • 2026-02-20 - CVE-2021-35402 published to NVD
  • 2026-02-23 - Last updated in NVD database

Technical Details for CVE-2021-35402

Vulnerability Analysis

This command injection vulnerability (CWE-78) stems from improper neutralization of special elements used in an OS command. The affected live_api.cgi script fails to properly sanitize user-supplied input in the ip parameter when processing requests to the satellite_list page. When the satellite_status function is invoked, the unsanitized ip parameter value is passed directly to a shell command, allowing attackers to break out of the intended command context using shell metacharacters such as semicolons (;), pipes (|), backticks (`), or command substitution syntax ($()).

The vulnerability is particularly severe because it requires no authentication and is accessible over the network. Embedded devices like the PROLiNK PRC2402M typically run with elevated privileges, meaning successful exploitation grants attackers root-level access to execute arbitrary commands on the device.

Root Cause

The root cause of this vulnerability is insufficient input validation and sanitization in the CGI handler. The live_api.cgi script directly incorporates user-controlled input from the ip parameter into shell commands without proper escaping or validation. This design flaw allows shell metacharacters to be interpreted by the underlying operating system shell, breaking the intended command structure and enabling command chaining or injection.

Attack Vector

The attack is executed remotely over the network by sending a crafted HTTP request to the vulnerable CGI endpoint. An attacker constructs a malicious request to live_api.cgi?page=satellite_list with shell metacharacters embedded in the ip parameter. When the router processes this request through the satellite_status function, the injected commands execute with the privileges of the web server process, which typically runs as root on embedded devices.

For example, an attacker could append commands using semicolons or use backtick command substitution to execute arbitrary payloads. The exploitation requires only network access to the device's web interface, with no authentication credentials needed. Technical details and proof-of-concept information can be found in the Star Labs Security Advisory.

Detection Methods for CVE-2021-35402

Indicators of Compromise

  • Unusual HTTP requests to live_api.cgi containing shell metacharacters (;, |, `, $()) in query parameters
  • Web server logs showing requests to /live_api.cgi?page=satellite_list with suspicious ip parameter values
  • Unexpected outbound network connections from the router to external hosts
  • Presence of unauthorized files or processes on the device
  • Unexplained configuration changes or new user accounts on the router

Detection Strategies

  • Monitor HTTP traffic to embedded devices for requests containing known command injection patterns targeting live_api.cgi
  • Implement network-based intrusion detection rules to flag CGI requests with shell metacharacters in parameters
  • Deploy web application firewalls (WAF) rules to block requests with command injection payloads targeting the ip parameter
  • Conduct regular firmware version audits to identify devices running vulnerable firmware versions

Monitoring Recommendations

  • Enable and review web server access logs on the PROLiNK device if available
  • Implement network traffic analysis for anomalous patterns targeting IoT/router management interfaces
  • Set up alerts for unexpected DNS queries or outbound connections originating from network infrastructure devices
  • Periodically scan the network for devices running outdated PROLiNK firmware

How to Mitigate CVE-2021-35402

Immediate Actions Required

  • Update PROLiNK PRC2402M firmware to the version released on or after 2021-06-13
  • Restrict network access to the router's web management interface using firewall rules
  • Disable remote management functionality if not required
  • Isolate affected devices on a separate network segment until patching is complete
  • Monitor device logs for any signs of exploitation attempts

Patch Information

PROLiNK addressed this vulnerability in a firmware update released on 2021-06-13. Device owners should obtain the latest firmware from PROLiNK's official support channels and apply the update immediately. Additional technical details are available in the Star Labs Security Advisory.

Workarounds

  • Restrict access to the web management interface by configuring firewall rules to allow connections only from trusted IP addresses
  • Disable the live_api.cgi endpoint if the satellite status functionality is not required (note: this may impact device functionality)
  • Place the device behind a network firewall that blocks external access to the management interface
  • Implement network-level filtering to detect and block requests containing shell metacharacters targeting CGI endpoints

Firewall rules should be implemented at the network perimeter to restrict access to management interfaces. Consult your network firewall documentation for specific configuration syntax to limit access to the router's web interface to authorized administrative IP addresses only.

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechProlink

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability0.39%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-78
  • Technical References
  • Star Labs Security Advisory
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox 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