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-86201 Details

ANALYZED


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

Description

PocketMine-MP before 5.41.1 contains a denial of service vulnerability in LoginPacket processing where large or complex structures in unknown clientData JWT properties cause excessive logging without sanitization. Attackers can send crafted LoginPackets with deeply nested or massive object structures to trigger out-of-memory conditions and crash the server.

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-400Uncontrolled Resource Consumption[email protected]

Affected Products

ProductVersions
PocketMine-MP
< 5.41.1 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 5.41.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. A JsonMapper_Exception will be thrown if the JWT is problematic. Note that this approach 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-86201
NVD Published Date:
Sep 9, 2026
NVD Last Modified:
Sep 14, 2026
Source:
[email protected]
CVE-2026-86201 Details - Not Deferred