Description
Wings is the server control plane for the Pterodactyl game-server management panel. In versions up to and including 1.13.2, the SFTP write path does not enforce a server's disk quota during a transfer, allowing a tenant with SFTP write access to a single server to exhaust the host node's physical disk and take down every server on it. Wings checks available space only once, as a boolean, when the write handle is opened, using a stale cached usage value and without knowing the size of the incoming data, and it then returns a raw, unaccounted file handle that is never re-checked as the transfer proceeds. A single upload can therefore be written without bound, far beyond the configured disk limit, until the node's disk is full, and because a server stopped for exceeding its limit is not treated as suspended, SFTP writes are still accepted even after the quota is already exceeded. This issue is fixed in version 1.13.3.
Published: 2026-08-26
Score: 7.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability lies in Wings, the Pterodactyl control plane, where the SFTP write path ignores the server’s disk quota. When a tenant uploads a file, the system checks disk availability only once at the start, using a stale cache and not knowing the file size. The resulting write handle is never re‑checked, allowing an upload to grow unchecked until the node’s disk is full. Because a server that has exceeded its quota is not treated as suspended, uploads continue to be accepted even after the limit is reached, leading to a complete disk exhaustion that can bring down every server on the host node. This results in denial of service for all tenants on the affected node.

Affected Systems

Pterodactyl Wings versions 1.13.2 and earlier, which provide the server control plane for game‑server management. The issue is fixed starting with version 1.13.3, so any installation of Wings with a version <= 1.13.2 is affected.

Risk and Exploitability

The CVSS score of 7.7 indicates a high severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog, but its impact is large if exploited. The likely attack vector is an SFTP write from a tenant with access to a server. Because the flaw allows unlimited data transfer, an attacker who can initiate an SFTP upload can consume disk space on the node until it becomes full, thereby disrupting all servers.

Generated by OpenCVE AI on August 26, 2026 at 23:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Wings to version 1.13.3 or later to apply the fix that enforces disk quota during SFTP transfers.
  • If an upgrade is not immediately possible, disable or tightly limit SFTP write access for tenants until the patch is applied.
  • Enable monitoring and set alerts for disk usage on the host node to detect abnormal growth that may indicate exploitation.

Generated by OpenCVE AI on August 26, 2026 at 23:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 23:45:00 +0000

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

Wed, 26 Aug 2026 22:00:00 +0000

Type Values Removed Values Added
Description Wings is the server control plane for the Pterodactyl game-server management panel. In versions up to and including 1.13.2, the SFTP write path does not enforce a server's disk quota during a transfer, allowing a tenant with SFTP write access to a single server to exhaust the host node's physical disk and take down every server on it. Wings checks available space only once, as a boolean, when the write handle is opened, using a stale cached usage value and without knowing the size of the incoming data, and it then returns a raw, unaccounted file handle that is never re-checked as the transfer proceeds. A single upload can therefore be written without bound, far beyond the configured disk limit, until the node's disk is full, and because a server stopped for exceeding its limit is not treated as suspended, SFTP writes are still accepted even after the quota is already exceeded. This issue is fixed in version 1.13.3.
Title Pterodactyl Wings SFTP write path does not enforce disk quota, allowing node-wide disk exhaustion
Weaknesses CWE-400
CWE-770
References
Metrics cvssV3_1

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


Subscriptions

Pterodactyl Wings
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-26T21:56:41.379Z

Reserved: 2026-07-10T17:36:04.598Z

Link: CVE-2026-61617

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-26T22:16:25.247

Modified: 2026-08-26T22:16:25.247

Link: CVE-2026-61617

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T23:30:12Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption

  • CWE-770

    Allocation of Resources Without Limits or Throttling