top of page
perceptive_background_267k.jpg

Pterodactyl is a free, open-source game server management panel. From 1.7.0 until 1.13.0, the authentication rate limiter defined in RouteServiceProvider::confi…

Published:

27 July 2026 at 22:00:00

Alert date:

28 July 2026 at 17:04:58

Source:

nvd.nist.gov

Click to open the original link from this advisory

Web Technologies, Identity & Access

CVE-2026-61609 affects Pterodactyl, a free open-source game server management panel, across versions 1.7.0 through 1.13.0. The vulnerability stems from a misconfigured authentication rate limiter in RouteServiceProvider::configureRateLimiting() that uses a single global bucket instead of per-IP or per-account keying. Because the Limit::perMinute(10) call omits ->by(), Laravel generates a constant cache key (md5('authentication')) shared across all requests. An unauthenticated attacker can exhaust this shared counter with just ~10 requests per minute, triggering HTTP 429 responses for all users trying to log in or complete two-factor authentication. The two-factor checkpoint endpoint is particularly easy to exploit as it lacks reCAPTCHA protection. This results in a panel-wide denial of service affecting all users including administrators. The issue has been patched in Pterodactyl version 1.13.0.

Technical details

Mitigation steps:

Affected products:

Pterodactyl Panel 1.7.0 - 1.12.x

Related links:

Related CVE's:

Related threat actors:

IOC's:

This article was created with the assistance of AI technology by Perceptive.

© 2025 by Perceptive Security. All rights reserved.

email: info@perceptivesecurity.com

Disclaimer: Deze website toont informatie afkomstig van externe bronnen. Perceptive aanvaardt geen verantwoordelijkheid voor de inhoud, juistheid of volledigheid van deze informatie.

bottom of page