CVE-2026-54593
Pterodactyl's improper JWT scoping allows subuser to upload files when not explicitly granted `file.create` permissions
Record summary
CVE-2026-54593 has a selected CVSS score of 8.1 (high).
Description
Pterodactyl is a free, open-source game server management panel. Prior to Panel version 1.12.3 and Wings version 1.12.2, the Wings /upload/file endpoint accepted any valid panel-signed JWT that contained server_uuid, user_uuid, and unique_id claims without checking the token's intended purpose; because the Panel issues JWTs carrying those same claims for lower-privilege operations such as WebSocket authentication and file-download links, an authenticated subuser could reuse one of those tokens (for example a WebSocket token obtained with only the websocket.connect permission) by replaying it against /upload/file to write arbitrary files to the same server, despite never being granted the file.create permission. This issue is fixed in Panel version 1.12.3 and Wings version 1.12.2.
Exploitation context
CISA SSVC decision
CISA Coordinator · SSVC 2.0.3 · Evaluated Jul 28, 2026 · Source: CVE List
Affected products and versions
3| Product | Source | Version range | Status |
|---|---|---|---|
| CVE List | < 1.12.3 | affected | |
github.com/pterodactyl/wingsBrowse Go / github.com/pterodactyl/wings | GitHub Advisory | Before 1.12.2 · Fixed in 1.12.2 | affected |
pterodactyl/panelBrowse Packagist / pterodactyl/panel | GitHub Advisory | Before 1.12.3 · Fixed in 1.12.3 | affected |