5 matches found
EUVD-2022-56043
PocketMine-MP before 4.0.7 contains an unhandled exception vulnerability in the ModalFormResponsePacket handler when processing malformed JSON from clients. Attackers can send specially crafted form response packets with invalid JSON to trigger an uncaught InvalidArgumentException, causing server...
CVE-2022-51014
PocketMine-MP versions before 4.0.7 are affected by an unhandled exception vulnerability in the ModalFormResponsePacket handler. When the server processes malformed JSON from a client, an uncaught InvalidArgumentException is triggered, resulting in a denial of service (server crash). The vulnerab...
PT-2023-32991 · Packagist · Pocketmine/Pocketmine-Mp
Name of the Vulnerable Software and Affected Versions: No specific software name is mentioned, but based on the context, it appears to be related to a server software, possibly a game server, with affected versions not specified. Description: The issue arises from a workaround for an old client b...
Unhandled exception when decoding form response JSON
Impact When handling form responses from the client ModalFormResponsePacket, the Minecraft Windows client may send weird JSON that jsondecode can't understand. A workaround for this is implemented in InGamePacketHandler::stupidjsondecode. An InvalidArgumentException is thrown by this function whe...
GHSA-WJFQ-88Q2-R34J Unhandled exception when decoding form response JSON
Impact When handling form responses from the client ModalFormResponsePacket, the Minecraft Windows client may send weird JSON that jsondecode can't understand. A workaround for this is implemented in InGamePacketHandler::stupidjsondecode. An InvalidArgumentException is thrown by this function whe...