Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-86200 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

PocketMine-MP versions before 5.42.1 contain a denial of service vulnerability in the LoginPacket handler that allows remote attackers to flood warning messages by injecting numerous junk properties into the clientData JWT. Attackers can craft malicious login packets with excessive unknown properties to waste server CPU time and degrade performance.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-779Logging of Excessive Data[email protected]

Affected Products

ProductVersions
PocketMine-MP
< 5.42.1 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 5.42.1moderate effort
  • Workaround:moderate effort

    Plugins can handle the DataPacketReceiveEvent to capture LoginPacket and pre-process the clientData JWT to ensure it doesn't have any unusual properties. This can be achieved using JsonMapper and setting the bExceptionOnUndefinedProperty flag to true. Note that this may cause login failures if unexpected properties appear in future versions.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-86200
NVD Published Date:
Sep 9, 2026
NVD Last Modified:
Sep 18, 2026
Source:
[email protected]