GHSA-FGMM-W5CX-VRFW Pterodactyl has a database resource limit bypass via race condition in Client API
Summary 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. Details Inside DatabaseController.php, the...