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.
Published: 2026-07-28
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Pterodactyl's game server panel allows an authenticated subuser to exploit a JWT scoping flaw that lets them upload arbitrary files to a server. By replaying a lower‑privilege JWT that contains the necessary server and user identifiers, a subuser can create or overwrite files on the hosting machine without having the explicit file.create permission, potentially enabling code execution or data tampering.

Affected Systems

The vulnerability affects Pterodactyl Panel versions earlier than 1.12.3 and Wings versions earlier than 1.12.2. Any instance using these older releases is susceptible if subusers receive a JWT issued for websocket or file‑download use cases.

Risk and Exploitability

With a CVSS score of 8.1 the flaw is considered high severity, yet its EPSS score of less than 1% indicates a low likelihood of immediate exploitation. The vulnerability is not listed in the CISA KEV catalog. Successful exploitation requires possession of a valid panel‑signed JWT for a target server; an attacker can replay that token against the /upload/file endpoint to write files. Because the flaw does not require local access and can be triggered over the network, it represents a remote attack vector that could lead to code execution or privilege escalation on the server.

Generated by OpenCVE AI on August 3, 2026 at 14:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Pterodactyl Panel to version 1.12.3 or later
  • Upgrade Wings to version 1.12.2 or later
  • Revoke and rotate any existing JWTs to prevent reuse of older tokens

Generated by OpenCVE AI on August 3, 2026 at 14:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-8r6w-3qq5-4p4r Pterodactyl's improper JWT scoping allows subuser to upload files when not explicitly granted `file.create` permissions
History

Tue, 28 Jul 2026 18:45:00 +0000

Type Values Removed Values Added
First Time appeared Pterodactyl
Pterodactyl panel
Vendors & Products Pterodactyl
Pterodactyl panel

Tue, 28 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 28 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
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.
Title Pterodactyl's improper JWT scoping allows subuser to upload files when not explicitly granted `file.create` permissions
Weaknesses CWE-1259
CWE-1270
References
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H'}


Subscriptions

Pterodactyl Panel
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-28T16:39:43.359Z

Reserved: 2026-06-15T19:45:23.539Z

Link: CVE-2026-54593

cve-icon Vulnrichment

Updated: 2026-07-28T16:39:35.551Z

cve-icon NVD

Status : Deferred

Published: 2026-07-28T16:19:00.097

Modified: 2026-07-30T19:29:19.027

Link: CVE-2026-54593

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T15:00:15Z

Weaknesses
  • CWE-1259

    Improper Restriction of Security Token Assignment

  • CWE-1270

    Generation of Incorrect Security Tokens