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-2025-54424

CVE-2025-54424: Fit2cloud 1Panel RCE Vulnerability

CVE-2025-54424 is a remote code execution vulnerability in Fit2cloud 1Panel caused by incomplete certificate verification. Attackers can exploit this to execute arbitrary commands. Learn about affected versions, impact, and mitigation.

Published: March 11, 2026

CVE-2025-54424 Overview

CVE-2025-54424 is a critical certificate validation bypass vulnerability in 1Panel, a web-based management interface and MCP Server designed for administering websites, files, containers, databases, and LLMs on Linux servers. The vulnerability exists in the HTTPS protocol communication between Core and Agent endpoints, where incomplete certificate verification during validation allows attackers to gain unauthorized interface access. Given that 1Panel contains numerous command execution and high-privilege interfaces, successful exploitation leads to Remote Code Execution (RCE).

Critical Impact

Attackers can bypass certificate validation to access privileged interfaces, enabling Remote Code Execution on affected Linux servers running 1Panel versions 2.0.5 and below.

Affected Products

  • Fit2cloud 1Panel versions 2.0.5 and below
  • 1Panel Core-to-Agent HTTPS communication endpoints
  • Linux servers running vulnerable 1Panel deployments

Discovery Timeline

  • 2025-08-01 - CVE-2025-54424 published to NVD
  • 2025-08-26 - Last updated in NVD database

Technical Details for CVE-2025-54424

Vulnerability Analysis

This vulnerability stems from improper certificate validation in the secure communication channel between 1Panel's Core and Agent components. The HTTPS implementation fails to properly verify certificates during the TLS handshake process, creating an opportunity for man-in-the-middle attacks or direct unauthorized access to protected endpoints.

The impact is particularly severe because 1Panel serves as a centralized management platform with extensive system privileges. The affected interfaces include command execution capabilities, container management, database administration, and file system operations. An attacker exploiting this certificate validation flaw can leverage these privileged interfaces to execute arbitrary commands on the underlying Linux server.

Root Cause

The root cause is classified under CWE-77 (Improper Neutralization of Special Elements used in a Command). The incomplete certificate verification in the HTTPS protocol implementation between Core and Agent endpoints allows unauthorized parties to establish trusted connections. This security gap enables attackers to bypass authentication mechanisms and access administrative interfaces that should only be available to properly authenticated Core components.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker positioned on the network can exploit the certificate validation weakness to impersonate legitimate Core components when communicating with Agent endpoints. Once unauthorized access is established, the attacker can invoke command execution interfaces present in 1Panel, resulting in full Remote Code Execution on the target server.

The vulnerability is exploitable remotely without requiring any privileges, making it particularly dangerous for internet-exposed 1Panel deployments. The combination of certificate bypass with access to privileged command execution interfaces creates a direct path from network access to complete system compromise.

Detection Methods for CVE-2025-54424

Indicators of Compromise

  • Unexpected or unauthorized connections to 1Panel Agent endpoints from unknown IP addresses
  • Certificate validation errors or warnings in 1Panel Core/Agent communication logs
  • Unusual command execution activity or process spawning originating from 1Panel services
  • Unauthorized container, database, or file system modifications through the management interface

Detection Strategies

  • Monitor network traffic for HTTPS connections to 1Panel Agent endpoints that do not originate from authorized Core instances
  • Implement network segmentation to detect lateral movement attempts targeting 1Panel management interfaces
  • Review 1Panel application logs for authentication anomalies or unexpected administrative actions
  • Deploy endpoint detection to identify suspicious process execution chains originating from 1Panel processes

Monitoring Recommendations

  • Enable verbose logging for Core-to-Agent communications and review for certificate validation anomalies
  • Configure alerts for command execution activity through 1Panel interfaces during non-maintenance windows
  • Monitor for new or modified containers, databases, and file system changes that were not authorized
  • Implement network monitoring to track all connections to 1Panel management ports

How to Mitigate CVE-2025-54424

Immediate Actions Required

  • Upgrade 1Panel to version 2.0.6 or later immediately to address the certificate validation vulnerability
  • Restrict network access to 1Panel management interfaces using firewall rules to trusted IP addresses only
  • Review audit logs for any signs of unauthorized access or command execution prior to patching
  • Implement network segmentation to isolate 1Panel management traffic from untrusted network segments

Patch Information

Fit2cloud has released version 2.0.6 of 1Panel which addresses this certificate validation vulnerability. The fix is available through the GitHub Release v2.0.6. Technical details about the patch implementation can be found in the GitHub Pull Request. For additional security context, refer to the GitHub Security Advisory GHSA-8j63-96wh-wh3j.

Workarounds

  • If immediate patching is not possible, restrict all network access to 1Panel interfaces to trusted management networks only
  • Implement TLS inspection at network boundaries to validate certificate authenticity before traffic reaches 1Panel endpoints
  • Consider temporarily disabling Agent endpoints or Core-to-Agent communication until the patch can be applied
  • Deploy additional authentication mechanisms such as VPN or bastion hosts to protect access to the management interface
bash
# Example: Restrict 1Panel access to trusted management network
# Add firewall rules to limit access to 1Panel ports
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

# Verify 1Panel version after upgrade
1pctl version
# Expected output should show v2.0.6 or higher

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechFit2cloud 1panel

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.40%

  • 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-77
  • Technical References
  • GitHub Release v2.0.6

  • GitHub Security Advisory GHSA-8j63-96wh-wh3j
  • Vendor Resources
  • GitHub Pull Request Commits
  • Related CVEs
  • CVE-2024-39911: Fit2cloud 1Panel SQL Injection Vulnerability

  • CVE-2024-39907: Fit2cloud 1Panel SQLi 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