Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade pocketmine/pocketmine-mp
to version 5.11.2 or higher.
pocketmine/pocketmine-mp is a highly customisable, open source server software for Minecraft: Bedrock Edition written in PHP
Affected versions of this package are vulnerable to Resource Exhaustion due to an unhandled exception thrown by BaseInventory->getItem()
when a client sends a BookEditPacket
with InventorySlot
greater than 35. An attacker can cause the server to crash by sending a specially crafted packet.
serverConn.WritePacket(&packet.BookEdit{InventorySlot: 36})