CyberRota Analysis
AI-GeneratedPocketMine-MP versions prior to 5.3.1 and 4.23.1 are vulnerable due to improper validation of the identityPublicKey in LoginPackets, allowing attackers to bypass login verification with keys from unsupported curves or non-EC types. This vulnerability can lead to server crashes due to uncaught exceptions during ECDH key derivation. Organizations using affected versions should prioritize patching to mitigate potential disruptions and security risks.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
PocketMine-MP versions before 5.3.1 and 4.23.1 fail to validate that the identityPublicKey in LoginPacket uses the required secp384r1 elliptic curve. Attackers can provide LoginPackets with keys using different curves or non-EC key types to pass login verification but trigger an uncaught exception during ECDH key derivation, crashing the server.