PanelApplication · Pterodactyl

CVE-2026-26016

HIGH · 8.1 CVSS v3.1 Published 2026-02-19
Fix available
A fix is available. Upgrade to 1.12.1 or later.
See remediation →
90/100
Remediation priority · Urgent
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Wings is the server control plane for Pterodactyl, a free, open-source game server management panel. Prior to version 1.12.1, a missing authorization check in multiple controllers allows any user with access to a node secret token to fetch information about any server on a Pterodactyl instance, even if that server is associated with a different node. This issue stems from missing logic to verify that the node requesting server data is the same node that the server is associated with. Any authenticated Wings node can retrieve server installation scripts (potentially containing secret values) and manipulate the installation status of servers belonging to other nodes. Wings nodes may also manipulate the transfer status of servers belonging to other nodes. This vulnerability requires a user to acquire a secret access token for a node. Unless a user gains access to a Wings secret access token they would not be able to access any of these vulnerable endpoints, as every endpoint requires a valid node access token. A single compromised Wings node daemon token (stored in plaintext at `/etc/pterodactyl/config.yml`) grants access to sensitive configuration data of every server on the panel, rather than only to servers that the node has access to. An attacker can use this information to move laterally through the system, send excessive notifications, destroy server data on other nodes, and otherwise exfiltrate secrets that they should not have access to with only a node token. Additionally, triggering a false transfer success causes the panel to delete the server from the source node, resulting in permanent data loss. Users should upgrade to version 1.12.1 to receive a fix.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

This is a broken access control vulnerability in Wings (Pterodactyl's server control plane) where multiple controllers lack proper authorization validation. Any Wings node possessing a valid secret token can access, modify, or exfiltrate data for ANY server on the Pterodactyl instance regardless of which node the server actually belongs to, because the code fails to verify that the requesting node is the same node associated with the target server.

MitigationUpgrade Wings to version 1.12.1 which implements proper node-server association verification before allowing data access or manipulation. Additionally, rotate any potentially compromised node tokens stored in plaintext at /etc/pterodactyl/config.yml.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
PanelApplication
Affected:< 1.12.1

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
High
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Determine Pterodactyl Panel version
    Check the installed Panel version by viewing the admin dashboard footer, querying the Panel API endpoint, or examining the compiled Panel files on the server
    Affected if Version is below 1.12.1
  2. Confirm Wings node deployment
    Identify whether Wings nodes are deployed in your environment by reviewing the Panel's node list under the Admin > Nodes section or checking for Wings services on node servers
    Affected if Wings nodes are in use and Panel version is below 1.12.1
  3. Review node configuration and tokens
    Examine node configuration files on Wings nodes, typically at /etc/pterodactyl/config.yml, to locate stored secret tokens and document which nodes have access
    Affected if Configuration files contain node tokens and Panel version is below 1.12.1

You are affected if your Pterodactyl Panel version is below 1.12.1 and you have Wings nodes deployed in your environment.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 1.12.1 or later
Fixed in 1.12.1
Interim mitigation

Upgrade Wings to version 1.12.1 which implements proper node-server association verification before allowing data access or manipulation. Additionally, rotate any potentially compromised node tokens stored in plaintext at /etc/pterodactyl/config.yml.

Recommended fix High confidence

1.12.1

  1. Back up your current Pterodactyl configuration files (especially /etc/pterodactyl/config.yml and any database backups)
  2. Update your system package repositories
  3. For Wings (node daemon): download and install the new Wings 1.12.1 package using the official Pterodactyl installation script or by reinstalling wings
  4. For Panel: update the Pterodactyl Panel to version 1.12.1 following the standard panel upgrade procedure
  5. Restart the Wings service after upgrade: systemctl restart wings
  6. Verify the upgrade was successful by checking the Wings version: wings --version
  7. Ensure node tokens are rotated if you suspect any token may have been compromised

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Panel Scoped from the published advisory
  • Consultation2.0 h
  • Implementation4.0 h
  • Testing3.0 h
  • Review / QA2.0 h
11.0 hours of engineering $1,930
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,088.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-26016 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-26016 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data