SCA: security update for pterodactyl/panel (GHSA-xvc3-826v-xf47)

high Tenable Self-Hosted Container Security Plugin ID 445403

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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::configureRateLimiting() applied a single
global bucket to the login and two-factor checkpoint endpoints instead of keying by IP or account: the
fall-through Limit::perMinute(10) covering POST /auth/login and POST /auth/login/checkpoint omitted
->by(), so Laravel derived a constant cache key (md5('authentication')) shared by every request. An
unauthenticated attacker sending roughly ten requests per minute from a single IP, most cheaply against
the checkpoint endpoint (which has no reCAPTCHA), exhausts the shared counter and causes HTTP 429 for
every user attempting to log in or complete two-factor authentication, a panel-wide authentication denial
of service that also locks out administrators. This issue is fixed in version 1.13.0. (CVE-2026-61609)

Solution

Update the pterodactyl/panel library and its related packages to version 1.13.0 or later.

See Also

https://github.com/advisories/GHSA-xvc3-826v-xf47

Plugin Details

Severity: High

ID: 445403

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 7/28/2026

Updated: 7/28/2026

Risk Information

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 5.8

Vector: CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:C

CVSS Score Source: CVE-2026-61609

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.5

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 7/28/2026

Vulnerability Publication Date: 7/28/2026

Reference Information

CVE: CVE-2026-61609

cwe: CWE-770