PT-2026-65515 · Unknown · Pterodactyl
CVE-2026-61609
·
Published
2026-07-28
·
Updated
2026-07-28
CVSS v3.1
7.5
High
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Pterodactyl versions 1.7.0 through 1.12.x
Description
A flaw in the authentication rate limiter allows an unauthenticated attacker to cause a panel-wide denial of service. The system uses a single global bucket for the login and two-factor authentication checkpoint endpoints instead of tracking requests by IP address or account. Consequently, an attacker sending approximately ten requests per minute can exhaust the shared counter, resulting in HTTP 429 responses for all users, including administrators, who attempt to log in or complete two-factor authentication.
Technical details include:
- API Endpoints:
POST /auth/loginandPOST /auth/login/checkpoint. - Vulnerable Function:
RouteServiceProvider::configureRateLimiting().
Because the
POST /auth/login/checkpoint endpoint does not utilize reCAPTCHA, it provides a low-cost method for attackers to sustain this lockout state.Recommendations
Update to version 1.13.0.
As a temporary mitigation, restrict access to the
POST /auth/login and POST /auth/login/checkpoint endpoints to trusted IP addresses.Exploit
Fix
Allocation of Resources Without Limits
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Pterodactyl