CVE-2025-66507: 1Panel – CAPTCHA Bypass via Client-Controlled Flag

Published Dec 8, 2025
·
Updated

Summary

A CAPTCHA bypass vulnerability in the 1Panel authentication API allows an unauthenticated attacker to disable CAPTCHA verification by abusing a client-controlled parameter. Because the server previously trusted this value without proper validation, CAPTCHA protections could be bypassed, enabling automated login attempts and significantly increasing the risk of account takeover (ATO).

Details

The /api/login endpoint accepts a boolean field named ignoreCaptcha directly from the client request body:

"ignoreCaptcha": true

The backend implementation uses this value to determine whether CAPTCHA validation should be performed:

if !req.IgnoreCaptcha { if errMsg := captcha.VerifyCode(req.CaptchaID, req.Captcha); errMsg != "" { helper.BadAuth(c, errMsg, nil) return } }

Because req.IgnoreCaptcha is taken directly from user input—with no server-side validation, no session binding, and no privilege checks—any unauthenticated attacker can force CAPTCHA validation to be skipped.

There are no additional conditions, such as:

no requirement for MFA

no trusted device

no IP reputation checks

no prior valid session

no rate limiting

This results in CAPTCHA being entirely client-controlled, which violates fundamental authentication and anti-automation security assumptions.

Other sources

1Panel is an open-source, web-based control panel for Linux server management. Versions 2.0.13 and below allow an unauthenticated attacker to disable CAPTCHA verification by abusing a client-controlled parameter. Because the server previously trusted this value without proper validation, CAPTCHA protections can be bypassed, enabling automated login attempts and significantly increasing the risk of account takeover (ATO). This issue is fixed in version 2.0.14.

MITRE

Affected Software

3 affected componentsFixes available
go/github.com/1Panel-dev/1Panel/core<0.0.0-20251128030527-ac43f00273be
0.0.0-20251128030527-ac43f00273be
go/github.com/1Panel-dev/1Panel<2.0.14
2.0.14
FIT2CLOUD 1Panel<2.0.14

Event History

Dec 8, 2025
Advisory Published
via GitHub·05:56 PM
Data Sourced
via GitHub·05:56 PM
DescriptionSeverityWeaknessAffected Software
Dec 9, 2025
CVE Published
via MITRE·01:25 AM
Data Sourced
via MITRE·01:25 AM
DescriptionSeverityWeakness
Data Sourced
via NVD·04:18 PM
RemedyDescriptionSeverityWeaknessAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2025-66507?

The severity of CVE-2025-66507 is considered high due to its potential for unauthorized access.

2

How do I fix CVE-2025-66507?

To fix CVE-2025-66507, upgrade to the latest version of 1Panel, either above version 0.0.0-20251128030527-ac43f00273be or 2.0.14.

3

What is the impact of CVE-2025-66507?

The impact of CVE-2025-66507 includes allowing unauthenticated attackers to bypass CAPTCHA verification, potentially leading to further exploitation of the application.

4

Is CVE-2025-66507 currently being exploited?

While there are no specific reports of active exploitation for CVE-2025-66507, the ease of attack makes it a possible target for attackers.

5

What versions of the software are affected by CVE-2025-66507?

CVE-2025-66507 affects versions prior to 0.0.0-20251128030527-ac43f00273be and 2.0.14 of the 1Panel software.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203