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

CVE-2021-4473: Tianxin Behavior Management System RCE Flaw

CVE-2021-4473 is a command injection vulnerability in Tianxin Internet Behavior Management System that allows unauthenticated attackers to execute arbitrary code. This article covers technical details, exploitation methods, and mitigation.

Published: April 10, 2026

CVE-2021-4473 Overview

CVE-2021-4473 is a critical command injection vulnerability affecting the Tianxin Internet Behavior Management System. The flaw exists in the Reporter component endpoint, where the objClass parameter is not properly sanitized before being passed to system shell commands. This allows unauthenticated remote attackers to inject arbitrary shell commands using metacharacters and output redirection, ultimately achieving remote code execution on vulnerable systems.

Attackers exploiting this vulnerability can write malicious PHP files into the web root directory and execute arbitrary code with the privileges of the web server process. This provides a complete compromise vector, enabling attackers to establish persistent backdoor access, exfiltrate sensitive data, or pivot to other systems within the network.

Critical Impact

Unauthenticated remote attackers can achieve full system compromise by injecting arbitrary commands through the Reporter component, allowing malicious code execution with web server privileges.

Affected Products

  • Tianxin Internet Behavior Management System (versions prior to NACFirmware_4.0.0.7_20210716.180815_topsec_0_basic.bin)

Discovery Timeline

  • 2024-06-01 - Exploitation evidence first observed by Shadowserver Foundation
  • 2026-04-07 - CVE CVE-2021-4473 published to NVD
  • 2026-04-07 - Last updated in NVD database

Technical Details for CVE-2021-4473

Vulnerability Analysis

This vulnerability (CWE-78: Improper Neutralization of Special Elements used in an OS Command) stems from insufficient input validation in the Reporter component's toquery.php endpoint. The vulnerable endpoint accepts user-supplied input through the objClass parameter and incorporates it directly into shell command execution without proper sanitization or escaping.

The attack is network-accessible and requires no authentication or user interaction, making it highly exploitable. Successful exploitation grants attackers the ability to execute commands with the same privileges as the web server process, typically resulting in complete compromise of confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause is a classic command injection flaw where user input is directly concatenated into shell commands without proper validation, sanitization, or parameterization. The objClass parameter in the Reporter component accepts shell metacharacters (such as ;, |, &&, and >) that allow attackers to break out of the intended command context and inject their own commands. The application fails to implement input whitelisting, character escaping, or secure command execution methods that would prevent such injection attacks.

Attack Vector

The attack vector is network-based, targeting the toquery.php endpoint in the Reporter component. An unauthenticated attacker can craft an HTTP request with a malicious objClass parameter containing shell metacharacters and command sequences. The typical exploitation flow involves:

  1. Sending a crafted HTTP request to the vulnerable toquery.php endpoint
  2. Including shell metacharacters in the objClass parameter to escape the intended command context
  3. Using output redirection to write malicious PHP code into the web-accessible directory
  4. Accessing the newly created PHP webshell to execute arbitrary commands

The vulnerability enables attackers to achieve persistent remote code execution by dropping webshells that survive across system sessions. For detailed technical information, refer to the VulnCheck Advisory and the CNVD Flaw Report.

Detection Methods for CVE-2021-4473

Indicators of Compromise

  • Suspicious HTTP requests to /toquery.php or Reporter component endpoints containing shell metacharacters (;, |, &&, >, $(, backticks) in the objClass parameter
  • Newly created or modified PHP files in the web root directory with suspicious content such as webshell patterns (eval, system, exec, passthru, shell_exec)
  • Unexpected processes spawned by the web server process (apache, nginx, or related)
  • Outbound network connections originating from the web server process to unknown external hosts

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing command injection patterns targeting the objClass parameter
  • Monitor web server access logs for requests to toquery.php with unusual parameter values or encoding patterns
  • Deploy endpoint detection and response (EDR) solutions to identify command execution chains originating from web server processes
  • Establish file integrity monitoring on web root directories to detect unauthorized file creation or modification

Monitoring Recommendations

  • Enable detailed logging for the Reporter component and web server access logs with full request parameter capture
  • Configure SIEM alerts for patterns indicative of command injection attempts against Tianxin systems
  • Monitor for process creation events where the parent process is the web server and child processes include shell interpreters (/bin/sh, /bin/bash, cmd.exe)
  • Track network connections from web server processes to identify potential command-and-control communications

How to Mitigate CVE-2021-4473

Immediate Actions Required

  • Upgrade immediately to firmware version NACFirmware_4.0.0.7_20210716.180815_topsec_0_basic.bin or later which addresses this vulnerability
  • If immediate patching is not possible, restrict network access to the Tianxin Internet Behavior Management System to trusted IP addresses only
  • Review web server logs and file system for indicators of compromise to determine if exploitation has occurred
  • Implement network segmentation to isolate the affected system from critical infrastructure

Patch Information

The vendor has released a patched firmware version that addresses this vulnerability. The fixed version is NACFirmware_4.0.0.7_20210716.180815_topsec_0_basic.bin, which includes proper input sanitization for the affected Reporter component endpoint. Additional patch information is available through the CNVD Patch Information page. Organizations should also reference the Aliyun Security Advisory for additional guidance.

Workarounds

  • Deploy a web application firewall (WAF) with rules specifically blocking requests containing shell metacharacters in the objClass parameter
  • Restrict access to the Reporter component (toquery.php) through network-level access controls, limiting access to authorized administrative IP addresses only
  • Consider temporarily disabling the Reporter component if it is not business-critical until patching can be completed
  • Implement reverse proxy rules to inspect and sanitize incoming requests to the vulnerable endpoint
bash
# Example: iptables rules to restrict access to the management interface
# Replace 192.168.1.0/24 with your trusted admin network
iptables -A INPUT -p tcp --dport 80 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -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/TechTianxin Internet Behavior Management System

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.59%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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-78
  • Technical References
  • Aliyun Security Advisory AVD-2021-890232

  • CN-Sec Article Archive

  • CNVD Flaw CNVD-2021-41972

  • CNVD Patch Information

  • VulnCheck Advisory: Tianxin Command Injection
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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