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-47949

CVE-2021-47949: CyberPanel 2.1 RCE Vulnerability

CVE-2021-47949 is a remote code execution flaw in CyberPanel 2.1 exploiting symlink attacks. Authenticated attackers can read sensitive files and execute arbitrary commands. This article covers technical details and mitigation.

Published: May 18, 2026

CVE-2021-47949 Overview

CVE-2021-47949 is an authenticated command execution vulnerability in CyberPanel 2.1, a web hosting control panel. The flaw resides in the filemanager controller endpoint, which fails to validate symbolic link operations against user-controlled paths. Authenticated attackers send crafted POST requests to /filemanager/controller and manipulate the completeStartingPath parameter to create symlinks pointing to arbitrary filesystem locations. This primitive enables reading sensitive files such as database credentials and chaining to remote code execution through the /websites/fetchFolderDetails endpoint. The vulnerability is classified as a symlink following weakness [CWE-59].

Critical Impact

Authenticated attackers can read arbitrary files including database credentials and achieve remote code execution on the underlying host.

Affected Products

  • CyberPanel 2.1
  • CyberPanel filemanager controller component
  • CyberPanel websites/fetchFolderDetails endpoint

Discovery Timeline

  • 2026-05-10 - CVE-2021-47949 published to the National Vulnerability Database (NVD)
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2021-47949

Vulnerability Analysis

The vulnerability is a symlink attack [CWE-59] within CyberPanel's file management subsystem. The filemanager/controller endpoint accepts a completeStartingPath parameter from authenticated users and performs file operations without resolving or restricting the target path. Attackers issue POST requests that instruct the controller to create symbolic links from a user-writable location to sensitive system files. Because the application later reads or processes the symlinked path with elevated privileges, the contents of arbitrary files become accessible through the panel.

The attack chain extends beyond file disclosure. After staging a symlink, attackers invoke the /websites/fetchFolderDetails endpoint, which executes shell operations against the attacker-controlled path. This second stage transforms the file-read primitive into arbitrary command execution under the service account running CyberPanel.

Root Cause

The root cause is missing validation of symbolic links and insufficient path canonicalization on the completeStartingPath parameter. CyberPanel trusts the resolved file path supplied by an authenticated user and does not verify that the target stays within the user's designated directory. This permits link-following operations that cross trust boundaries.

Attack Vector

Exploitation requires network access and valid authenticated credentials on the CyberPanel instance. The attacker submits a POST request to /filemanager/controller with a malicious completeStartingPath value to create a symlink pointing to a target such as /etc/passwd or the CyberPanel database configuration file. A follow-up request to /websites/fetchFolderDetails triggers processing of the symlinked path and yields command execution. Refer to the Exploit-DB #50230 entry and the VulnCheck advisory for the full request structure.

Detection Methods for CVE-2021-47949

Indicators of Compromise

  • Unexpected symbolic links inside CyberPanel-managed directories such as /home/<site>/public_html that resolve to system paths like /etc/, /root/, or /usr/local/CyberCP.
  • POST requests to /filemanager/controller containing a completeStartingPath parameter with traversal sequences or absolute paths outside the user's home directory.
  • Subsequent requests to /websites/fetchFolderDetails from the same session immediately after symlink creation.
  • Access patterns to mysqlUtilities.py or other database credential files from web service accounts.

Detection Strategies

  • Inspect CyberPanel access logs for POST requests to /filemanager/controller and /websites/fetchFolderDetails paired within the same authenticated session.
  • Monitor the filesystem for symlink() syscalls originating from the CyberPanel process where the target path exits the tenant's home directory.
  • Alert on shell command spawns from the CyberPanel application user that do not match normal control-panel operations.

Monitoring Recommendations

  • Enable verbose audit logging for the filemanager and websites modules and forward logs to a centralized SIEM.
  • Track creation of symbolic links inside web-accessible directories using filesystem integrity monitoring.
  • Review CyberPanel user accounts and disable any that are unused or have weak credentials, since exploitation requires authentication.

How to Mitigate CVE-2021-47949

Immediate Actions Required

  • Upgrade CyberPanel to a version later than 2.1 that addresses the symlink validation flaw. Track releases through the CyberPanel GitHub repository.
  • Audit all CyberPanel accounts and rotate credentials, particularly for any user that does not require file manager access.
  • Inspect managed sites for unauthorized symbolic links pointing outside their respective home directories and remove them.
  • Rotate database credentials referenced by CyberPanel if exploitation is suspected.

Patch Information

Review the CyberPanel official site and the GitHub repository for the latest release that hardens the filemanager controller against symlink attacks. The VulnCheck advisory documents the technical scope of the fix.

Workarounds

  • Restrict network access to the CyberPanel administrative interface using firewall rules or a VPN until patching is complete.
  • Disable or limit access to the file manager module for non-administrative users.
  • Run CyberPanel under a least-privilege service account and apply mandatory access controls such as AppArmor or SELinux profiles to restrict symlink traversal.
  • Configure the underlying filesystem with nosymfollow mount options on tenant directories where supported.
bash
# Example: restrict CyberPanel administrative access at the host firewall
sudo ufw default deny incoming
sudo ufw allow from <trusted_admin_ip> to any port 8090 proto tcp
sudo ufw enable

# Example: prevent symlink following on a tenant directory (kernel >= 5.10)
sudo mount -o remount,nosymfollow /home

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechCyberpanel

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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-59
  • Technical References
  • CyberPanel Official Site

  • GitHub CyberPanel Repository

  • Exploit-DB #50230

  • VulnCheck Advisory for CyberPanel
  • Related CVEs
  • CVE-2024-51568: CyberPanel RCE Vulnerability

  • CVE-2026-41472: CyberPanel Stored XSS Vulnerability

  • CVE-2026-41473: CyberPanel Auth Bypass Vulnerability

  • CVE-2024-51378: CyberPanel Auth Bypass 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