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

CVE-2025-34410: Fit2cloud 1Panel CSRF Vulnerability

CVE-2025-34410 is a cross-site request forgery flaw in Fit2cloud 1Panel that allows attackers to change usernames without consent, causing account lockout. This post covers technical details, affected versions, and mitigation.

Published: May 4, 2026

CVE-2025-34410 Overview

CVE-2025-34410 is a Cross-Site Request Forgery (CSRF) vulnerability in 1Panel, a popular Linux server management panel developed by Fit2cloud. The flaw affects 1Panel versions 1.10.33 through 2.0.15 and resides in the Change Username functionality at /settings/panel. The endpoint lacks anti-CSRF tokens and Origin/Referer validation. An attacker can host a malicious webpage that triggers a username-change request when an authenticated victim visits it. The browser submits valid session cookies, the change succeeds, and the victim is logged out and locked out of the account, producing a denial-of-service condition.

Critical Impact

A single visit to an attacker-controlled page by an authenticated 1Panel administrator can silently rename the account, lock the legitimate user out, and disrupt server administration.

Affected Products

  • Fit2cloud 1Panel version 1.10.33
  • Fit2cloud 1Panel versions 1.10.34 through 2.0.14
  • Fit2cloud 1Panel version 2.0.15

Discovery Timeline

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

Technical Details for CVE-2025-34410

Vulnerability Analysis

The vulnerability is classified as Cross-Site Request Forgery [CWE-352]. The Change Username endpoint exposed under /settings/panel accepts state-changing requests without verifying request origin. 1Panel relies on session cookies for authentication but does not pair them with anti-CSRF tokens, SameSite enforcement, or Origin/Referer header validation.

When a logged-in administrator browses to an attacker-controlled site, the attacker's page issues a cross-origin request to the 1Panel instance. The browser automatically attaches the administrator's session cookie, and the server processes the username change as if the administrator initiated it. The username field is a unique authentication identifier, so changing it invalidates the victim's existing credentials.

Root Cause

The root cause is the absence of CSRF mitigations on a sensitive state-changing endpoint. The application does not require a synchronizer token, does not verify the Origin or Referer header, and does not restrict the operation to same-origin requests. Authentication relies solely on ambient session cookies, which browsers transmit on cross-site requests by default when SameSite is not strictly enforced.

Attack Vector

Exploitation requires a victim with an active 1Panel session to visit an attacker-controlled page or click a crafted link. The attacker's page submits a forged POST request to the victim's 1Panel instance targeting the username-change endpoint. The server accepts the request, updates the username, and terminates the session. The victim cannot authenticate with the prior username, resulting in account lockout. No interaction with the 1Panel UI beyond the initial session is required from the victim. See the VulnCheck Advisory on 1Panel CSRF for the full technical write-up.

Detection Methods for CVE-2025-34410

Indicators of Compromise

  • Unexpected username changes recorded in 1Panel audit or settings logs.
  • Authentication failures by legitimate administrators immediately following a successful username update event.
  • HTTP POST requests to /settings/panel containing a Referer or Origin header pointing to an external domain.

Detection Strategies

  • Inspect reverse proxy and 1Panel access logs for requests to the username-change endpoint where the Origin or Referer header does not match the panel's own hostname.
  • Correlate username modification events with subsequent failed logins from the same source IP or user agent.
  • Alert on settings endpoint activity occurring outside of normal administrator workflows or maintenance windows.

Monitoring Recommendations

  • Forward 1Panel application and web server logs to a centralized SIEM for cross-correlation.
  • Monitor administrator session activity for anomalous state changes to authentication-related fields.
  • Track lockout and password-reset events on 1Panel hosts and trigger investigations on clustered occurrences.

How to Mitigate CVE-2025-34410

Immediate Actions Required

  • Upgrade 1Panel to a version released after 2.0.15 once the vendor publishes a fix. Review the GitHub 1Panel Release Notes for the latest patched build.
  • Restrict access to the 1Panel management interface to trusted management networks or VPN-only access.
  • Instruct administrators to log out of 1Panel when not actively managing the server and avoid browsing untrusted sites in the same browser session.

Patch Information

At the time of CVE publication, the advisory identifies versions 1.10.33 through 2.0.15 as vulnerable. Administrators should consult the 1Panel Official Website and the project's GitHub releases page for the fixed version and apply it as soon as it becomes available.

Workarounds

  • Place 1Panel behind a reverse proxy that enforces strict Origin and Referer header validation on POST requests to /settings/panel.
  • Configure session cookies with SameSite=Strict at the proxy layer where feasible to block cross-site cookie transmission.
  • Use a dedicated browser profile or isolated browser for 1Panel administration to limit cross-site request exposure.
bash
# Example NGINX snippet to block cross-origin POSTs to the settings endpoint
location /settings/panel {
    if ($http_origin !~* "^https://panel\.example\.com$") {
        return 403;
    }
    proxy_pass http://127.0.0.1:8080;
}

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 Release Notes

  • VulnCheck Advisory on 1Panel CSRF
  • Related CVEs
  • CVE-2025-34429: Fit2cloud 1Panel CSRF Vulnerability

  • CVE-2025-66507: Fit2cloud 1Panel Auth Bypass Vulnerability

  • CVE-2025-54424: Fit2cloud 1Panel RCE Vulnerability

  • CVE-2024-39911: Fit2cloud 1Panel SQL Injection 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