Resource exhaustion in PocketMine-MP - #VU125405

 

Resource exhaustion in PocketMine-MP - #VU125405

Published: December 30, 2022 / Updated: April 8, 2026


Vulnerability identifier: #VU125405
CSH Severity: Medium
CVSSv4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: N/A
CWE-ID: CWE-400
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vulnerable software:
PocketMine-MP
Software vendor:
PMMP

Description

The vulnerability allows a remote attacker to cause a denial of service.

The vulnerability exists due to improper resource management in session handling when processing connection attempts that do not send a LoginPacket. A remote attacker can create multiple unauthenticated sessions and keep them open to cause a denial of service.

Unauthenticated sessions are counted toward the max-players check until a 10-second login timeout is reached, which can cause legitimate players to be disconnected immediately when they attempt to join.


Remediation

Install security update from vendor's website.

External links