---
id: CVE-2026-61617
title: >-
  Wings is the server control plane for the Pterodactyl game-server management
  panel
summary: >-
  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 a…
severity: high
cvss: 7.7
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H'
cwe:
  - CWE-400
  - CWE-770
published: '2026-08-26'
updated: '2026-09-09'
sourceUpdated: '2026-09-09T21:09:13.080'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-61617'
references:
  - url: >-
      https://github.com/pterodactyl/wings/commit/da1a216cfff5867fa66be32cb1edb93e37fd71ff
    label: security-advisories@github.com
  - url: >-
      https://github.com/pterodactyl/wings/security/advisories/GHSA-8j54-xcwx-597p
    label: security-advisories@github.com
  - url: >-
      https://github.com/pterodactyl/wings/security/advisories/GHSA-8j54-xcwx-597p
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
epss: 0.00436
epssPercentile: 0.35227
ingestedAt: '2026-09-09T21:22:45.556Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
