Improper input validation in PocketMine-MP - #VU125424
Published: September 13, 2023 / Updated: April 8, 2026
PocketMine-MP
PMMP
Description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to improper input validation in LoginPacket processing when parsing malformed JWT JSON. A remote attacker can send a specially crafted LoginPacket to cause a denial of service.
The issue is related to acceptance of NULL values in arrays whose types do not expect NULL.