CVE-2026-35202 PUBLISHED

Pterodactyl has a database resource limit bypass via race condition in Client API

Assigner: GitHub_M
Reserved: 01.04.2026 Published: 02.06.2026 Updated: 03.06.2026

Pterodactyl is a free, open-source game server management panel. Prior to version 1.12.3, the Pterodactyl Client API has a logic flaw that lets users bypass their assigned limits for database allocations. This happens because the database locking mechanism used in the controllers is totally broken and doesn't actually lock anything. Version 1.12.3 patches the issue.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N
CVSS Score: 2.3

Product Status

Vendor pterodactyl
Product panel
Versions
  • Version < 1.12.3 is affected

References

Problem Types

  • CWE-367: Time-of-check Time-of-use (TOCTOU) Race Condition CWE
  • CWE-770: Allocation of Resources Without Limits or Throttling CWE