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-2020-13167

CVE-2020-13167: Netsweeper RCE Vulnerability Explained

CVE-2020-13167 is a remote code execution vulnerability in Netsweeper that allows unauthenticated attackers to execute arbitrary code via shell injection. This article covers technical details, affected versions, and mitigation.

Published: March 4, 2026

CVE-2020-13167 Overview

CVE-2020-13167 is a critical command injection vulnerability affecting Netsweeper web filtering solutions through version 6.4.3. The vulnerability exists in the webadmin/tools/unixlogin.php endpoint, which fails to properly sanitize user-supplied input before passing it to shell commands. By crafting malicious requests with specific Referer headers, an unauthenticated remote attacker can inject shell metacharacters and achieve arbitrary command execution on the underlying server.

Critical Impact

This pre-authentication remote code execution vulnerability allows unauthenticated attackers to execute arbitrary commands on vulnerable Netsweeper installations, potentially leading to complete system compromise, data exfiltration, and lateral movement within enterprise networks.

Affected Products

  • Netsweeper versions through 6.4.3
  • Netsweeper web filtering appliances with exposed web administration interfaces

Discovery Timeline

  • 2020-05-19 - CVE-2020-13167 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-13167

Vulnerability Analysis

This vulnerability is classified as CWE-78 (OS Command Injection), representing a severe security flaw in the Netsweeper web administration interface. The vulnerable endpoint webadmin/tools/unixlogin.php processes client-supplied parameters without adequate input validation or sanitization before incorporating them into system command execution.

The attack is particularly dangerous because it requires no authentication, meaning any network-accessible Netsweeper installation is potentially vulnerable. The exploitation path involves crafting HTTP requests with specially formatted Referer headers that bypass any existing validation checks, combined with command injection payloads embedded in request parameters.

Root Cause

The root cause of CVE-2020-13167 lies in the improper handling of user input within the unixlogin.php script. The application fails to sanitize shell metacharacters (such as ;, |, &, $(), and backticks) from user-supplied parameters before passing them to command-line execution functions. This allows attackers to break out of the intended command context and inject arbitrary operating system commands.

Additionally, the vulnerable endpoint relies on Referer header validation as a security control, which is trivially bypassed by attackers who can craft their own HTTP headers. This defense-in-depth failure compounds the command injection issue.

Attack Vector

The attack vector for CVE-2020-13167 is network-based, requiring no user interaction or prior authentication. An attacker can exploit this vulnerability by:

  1. Identifying a Netsweeper installation with an exposed web administration interface
  2. Crafting an HTTP request to the /webadmin/tools/unixlogin.php endpoint
  3. Including a specific Referer header that satisfies the application's validation logic
  4. Injecting shell metacharacters within the client-supplied parameters to execute arbitrary commands

The vulnerability allows for full remote code execution with the privileges of the web server process, typically enabling attackers to establish persistence, exfiltrate data, or pivot to other systems on the network.

For detailed technical information regarding the exploitation mechanism, refer to the SSD Disclosure Advisory.

Detection Methods for CVE-2020-13167

Indicators of Compromise

  • Unexpected HTTP requests to /webadmin/tools/unixlogin.php from external IP addresses
  • Web server logs containing shell metacharacters (;, |, &, $(, backticks) in request parameters
  • Unusual process spawning from the web server process (e.g., /bin/sh, /bin/bash, wget, curl)
  • New user accounts or SSH keys added to the system
  • Outbound connections from the Netsweeper server to unknown external hosts

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block command injection patterns in requests to Netsweeper administration endpoints
  • Monitor web server access logs for requests containing shell metacharacters or command injection payloads targeting unixlogin.php
  • Deploy endpoint detection and response (EDR) solutions to identify suspicious process execution chains originating from web server processes
  • Configure intrusion detection systems (IDS) with signatures for known Netsweeper exploitation attempts

Monitoring Recommendations

  • Enable detailed access logging for the Netsweeper web administration interface and forward logs to a centralized SIEM
  • Monitor for process creation events where the parent process is the web server and child processes include shell interpreters or system utilities
  • Implement file integrity monitoring on critical Netsweeper system files to detect unauthorized modifications
  • Establish baseline network behavior and alert on anomalous outbound connections from Netsweeper systems

How to Mitigate CVE-2020-13167

Immediate Actions Required

  • Restrict network access to the Netsweeper web administration interface to trusted management IP addresses only
  • Place a web application firewall (WAF) in front of Netsweeper installations to filter malicious requests
  • Upgrade Netsweeper to a patched version that addresses CVE-2020-13167
  • Review system logs for signs of prior exploitation and conduct forensic analysis if compromise indicators are found

Patch Information

Organizations using Netsweeper should contact the vendor directly for information on security patches addressing CVE-2020-13167. Upgrading to a version beyond 6.4.3 that includes security fixes for this command injection vulnerability is the recommended remediation approach.

Workarounds

  • Block external access to the /webadmin/tools/unixlogin.php endpoint using firewall rules or web server configuration
  • Implement network segmentation to isolate Netsweeper administration interfaces from untrusted networks
  • Deploy a reverse proxy with strict input validation to filter requests before they reach the Netsweeper application
  • Consider temporary disabling of the web administration interface if it is not operationally required until patching is complete
bash
# Example: Block access to vulnerable endpoint using iptables (adjust for your environment)
# This restricts access to the web admin port to specific management IPs only
iptables -A INPUT -p tcp --dport 443 -s MANAGEMENT_IP -j ACCEPT
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/TechNetsweeper

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability92.74%

  • 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
  • Technical References
  • SSD Disclosure 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