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

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

CVE-2025-66507 is an authentication bypass flaw in Fit2cloud 1Panel that allows attackers to disable CAPTCHA verification and automate login attempts. This article covers technical details, affected versions, and mitigation.

Updated: May 11, 2026

CVE-2025-66507 Overview

1Panel is an open-source, web-based control panel for Linux server management. CVE-2025-66507 affects versions 2.0.13 and below, where an unauthenticated attacker can disable CAPTCHA verification by abusing a client-controlled parameter. The server previously trusted the ignoreCaptcha value sent by the client without proper validation. This enables attackers to bypass CAPTCHA protections and automate login attempts against the panel. The flaw is categorized as Authentication Bypass [CWE-290] and is fixed in version 2.0.14.

Critical Impact

Unauthenticated attackers can bypass CAPTCHA protections on the 1Panel login endpoint, enabling automated credential stuffing and brute-force attacks that significantly increase account takeover (ATO) risk.

Affected Products

  • Fit2cloud 1Panel versions 2.0.13 and below
  • 1Panel core authentication API (core/app/api/v2/auth.go)
  • 1Panel login DTO accepting ignoreCaptcha flag (core/app/dto/auth.go)

Discovery Timeline

  • 2025-12-09 - CVE-2025-66507 published to NVD
  • 2025-12-10 - Last updated in NVD database

Technical Details for CVE-2025-66507

Vulnerability Analysis

The vulnerability resides in the 1Panel login API logic. The Login request structure accepted an IgnoreCaptcha boolean field directly from the client request body. When the server processed the login flow, it honored this client-supplied flag to skip CAPTCHA verification entirely. An attacker can craft a login request with ignoreCaptcha: true and submit unlimited authentication attempts without solving any challenge. This converts the login endpoint into an unrestricted brute-force target. Combined with weak or reused credentials, the bypass directly enables account takeover of administrator accounts that control underlying Linux servers.

Root Cause

The root cause is improper trust of client-supplied input on an authentication boundary [CWE-290]. The IgnoreCaptcha field allowed the requester to dictate whether a security control applied. CAPTCHA enforcement decisions must be made server-side based on session state, request history, or risk signals — never a flag the caller controls.

Attack Vector

The attack is remote, unauthenticated, and requires no user interaction. An attacker sends HTTP POST requests to the login endpoint with ignoreCaptcha set to true and iterates through username and password combinations. No CAPTCHA challenge is issued or validated, allowing high-throughput automation against the panel.

go
// Patch in core/app/dto/auth.go - perf: optimize login API logic (#11104)
 type Login struct {
-	Name          string `json:"name" validate:"required"`
-	Password      string `json:"password" validate:"required"`
-	IgnoreCaptcha bool   `json:"ignoreCaptcha"`
-	Captcha       string `json:"captcha"`
-	CaptchaID     string `json:"captchaID"`
-	Language      string `json:"language" validate:"required,oneof=zh en 'zh-Hant' ko ja ru ms 'pt-BR' tr 'es-ES'"`
+	Name      string `json:"name" validate:"required"`
+	Password  string `json:"password" validate:"required"`
+	Captcha   string `json:"captcha"`
+	CaptchaID string `json:"captchaID"`
+	Language  string `json:"language" validate:"required,oneof=zh en 'zh-Hant' ko ja ru ms 'pt-BR' tr 'es-ES'"`
 }

Source: GitHub Commit ac43f00. The patch removes the IgnoreCaptcha field entirely, eliminating the client's ability to opt out of CAPTCHA enforcement.

Detection Methods for CVE-2025-66507

Indicators of Compromise

  • HTTP POST requests to the 1Panel login endpoint containing the JSON field "ignoreCaptcha":true.
  • High volume of login attempts from a single source IP or distributed botnet against /api/v2/auth style routes.
  • Successful authentication events following bursts of failed login attempts that lack any preceding CAPTCHA validation requests.

Detection Strategies

  • Inspect web server, reverse proxy, or WAF logs for request bodies containing ignoreCaptcha set to true against 1Panel login routes.
  • Correlate authentication failure spikes with the absence of CAPTCHA-related endpoint calls (for example, /captcha or captchaID issuance) preceding login attempts.
  • Alert on administrator logins originating from new geolocations, ASNs, or user-agents not previously associated with the account.

Monitoring Recommendations

  • Enable verbose access logging for all 1Panel authentication endpoints and forward logs to a centralized SIEM or data lake for retention and analytics.
  • Implement rate-limiting and IP-based throttling at the reverse proxy in front of 1Panel.
  • Monitor for outbound activity from the 1Panel host following successful logins, including new SSH keys, scheduled tasks, or container deployments.

How to Mitigate CVE-2025-66507

Immediate Actions Required

  • Upgrade 1Panel to version 2.0.14 or later, which removes the IgnoreCaptcha field from the login request structure.
  • Restrict network access to the 1Panel management interface using firewall rules, VPN, or zero-trust network access.
  • Rotate administrator credentials and any API tokens issued by the panel if version 2.0.13 or earlier was exposed to untrusted networks.
  • Enable multi-factor authentication (MFA) on all 1Panel administrator accounts to limit the impact of credential compromise.

Patch Information

The fix is available in 1Panel v2.0.14. The patch in commit ac43f00273be745f8d04b90b6e2b9c1a40ef7bca removes the client-controlled IgnoreCaptcha field from the Login DTO so CAPTCHA validation is always enforced server-side. See the GitHub Security Advisory GHSA-qmg5-v42x-qqhq and the GitHub Release v2.0.14 for full details.

Workarounds

  • Place the 1Panel interface behind an authenticating reverse proxy that enforces its own MFA or client certificate requirements until the upgrade is applied.
  • Deploy a WAF rule that blocks any request to login endpoints containing ignoreCaptcha in the JSON body.
  • Apply strict rate limiting on login endpoints to slow automated credential stuffing while patching is scheduled.
bash
# Example NGINX rule to block requests carrying the ignoreCaptcha flag
location /api/ {
    if ($request_body ~* "ignoreCaptcha\s*:\s*true") {
        return 403;
    }
    limit_req zone=login burst=5 nodelay;
    proxy_pass http://1panel_backend;
}

# Define rate-limit zone in the http {} block
# limit_req_zone $binary_remote_addr zone=login:10m rate=5r/m;

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechFit2cloud 1panel

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.16%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-290
  • Technical References
  • GitHub Release v2.0.14
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-qmg5-v42x-qqhq
  • Related CVEs
  • CVE-2025-34429: Fit2cloud 1Panel CSRF Vulnerability

  • CVE-2025-34410: Fit2cloud 1Panel CSRF 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