Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-34429

CVE-2025-34429: Fit2cloud 1Panel CSRF Vulnerability

CVE-2025-34429 is a cross-site request forgery flaw in Fit2cloud 1Panel that allows attackers to change the web service port, causing denial of service. This article covers technical details, affected versions, and mitigations.

Published: April 21, 2026

CVE-2025-34429 Overview

CVE-2025-34429 is a Cross-Site Request Forgery (CSRF) vulnerability affecting 1Panel, a modern open-source Linux server management panel developed by Fit2cloud. The vulnerability exists in the web port configuration functionality, specifically in the port-change endpoint which lacks essential CSRF defenses such as anti-CSRF tokens or Origin/Referer validation.

When an authenticated administrator visits a malicious webpage crafted by an attacker, the browser automatically includes valid session cookies with the forged request. This allows the attacker to successfully change the port on which the 1Panel web service listens, resulting in loss of access on the original port, service disruption, and potential denial of service. Additionally, this vulnerability may unintentionally expose the service on an attacker-chosen port.

Critical Impact

An attacker can force authenticated administrators to unknowingly change the 1Panel listening port, causing service disruption and potential exposure of the management interface on unauthorized ports.

Affected Products

  • Fit2cloud 1Panel versions 1.10.33 through 2.0.15
  • 1Panel Linux server management panel deployments with web interface enabled
  • Any 1Panel installation within the vulnerable version range accessible over the network

Discovery Timeline

  • 2025-12-10 - CVE-2025-34429 published to NVD
  • 2025-12-23 - Last updated in NVD database

Technical Details for CVE-2025-34429

Vulnerability Analysis

This vulnerability is classified as CWE-352 (Cross-Site Request Forgery). The 1Panel web application fails to implement proper CSRF protections on the port-change endpoint, which is a critical administrative function. The lack of anti-CSRF tokens or validation of Origin/Referer headers means the application cannot distinguish between legitimate requests initiated by the administrator and malicious requests triggered by an attacker-controlled webpage.

The attack leverages the browser's automatic inclusion of session cookies for same-origin requests. When a victim with an active authenticated session visits a malicious page, any requests made to the 1Panel endpoint will carry the victim's valid authentication credentials, allowing state-changing operations to succeed without the victim's knowledge or consent.

Root Cause

The root cause of this vulnerability lies in the missing implementation of CSRF protection mechanisms on the port-change endpoint within 1Panel's web interface. The application does not validate the request origin through standard defenses such as synchronizer tokens, double-submit cookies, or Origin/Referer header validation. This architectural oversight allows any webpage to submit requests to the vulnerable endpoint on behalf of an authenticated user.

Attack Vector

The attack is network-based and requires user interaction. An attacker must first craft a malicious webpage containing a hidden form or JavaScript that targets the 1Panel port-change endpoint. The attacker then needs to lure an authenticated 1Panel administrator to visit this malicious page. Once the victim visits the page while maintaining an active session with 1Panel, the forged request is automatically submitted with valid session credentials.

The attack could be delivered through phishing emails, compromised websites, or malicious advertisements. Upon successful exploitation, the 1Panel service listening port is changed to the attacker's specified value, immediately disrupting access for legitimate administrators and potentially exposing the management interface on an unintended port.

Detection Methods for CVE-2025-34429

Indicators of Compromise

  • Unexpected changes to the 1Panel web service listening port in configuration files
  • Administrator reports of inability to access 1Panel on the expected port
  • Audit logs showing port configuration changes not authorized by administrators
  • Discovery of 1Panel service listening on unexpected or non-standard ports

Detection Strategies

  • Monitor 1Panel configuration files for unauthorized modifications to port settings
  • Implement network monitoring to detect changes in listening ports for the 1Panel service
  • Review web server access logs for requests to the port-change endpoint from unusual referrers
  • Configure alerts for administrative configuration changes occurring outside of maintenance windows

Monitoring Recommendations

  • Enable comprehensive audit logging within 1Panel to track all configuration changes
  • Deploy network scanning tools to periodically verify expected service ports
  • Implement web application firewall (WAF) rules to inspect and block suspicious cross-origin requests
  • Configure endpoint detection to monitor for unusual browser behavior patterns associated with CSRF attacks

How to Mitigate CVE-2025-34429

Immediate Actions Required

  • Upgrade 1Panel to a version newer than 2.0.15 that includes CSRF protections
  • Restrict network access to the 1Panel web interface using firewall rules
  • Ensure administrators close their 1Panel sessions when browsing other websites
  • Consider implementing network-level access controls such as VPN requirements for administrative access

Patch Information

Administrators should upgrade to the latest version of 1Panel that addresses this vulnerability. The GitHub 1Panel Releases page provides the latest versions. For detailed vulnerability information, refer to the Vulncheck Advisory on 1Panel CSRF. Additional product information is available at the 1Panel Official Website.

Workarounds

  • Deploy a reverse proxy with CSRF protection capabilities in front of 1Panel
  • Implement strict Content Security Policy headers to mitigate cross-origin requests
  • Restrict administrative access to 1Panel to trusted internal networks only
  • Train administrators to use separate browser profiles or private browsing sessions for 1Panel administration

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechFit2cloud 1panel

  • SeverityHIGH

  • CVSS Score7.0

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/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
  • IntegrityLow
  • AvailabilityHigh
  • CWE References
  • CWE-352
  • Technical References
  • 1Panel Official Website

  • GitHub 1Panel Releases

  • Vulncheck Advisory on 1Panel CSRF
  • Related CVEs
  • CVE-2025-54424: Fit2cloud 1Panel RCE Vulnerability

  • 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