CVE-2026-86201 Details
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.
A denial-of-service vulnerability has been identified in PocketMine-MP versions prior to 5.41.1. The issue arises in the processing of LoginPackets, where large or complex structures in unknown clientData JWT properties lead to excessive, unsanitized logging. This vulnerability allows attackers to send crafted LoginPackets with deeply nested or massive object structures, causing out-of-memory conditions that can crash the server. The JsonMapper used to process the JWT is configured to warn about unexpected properties, creating a vulnerability that can be exploited by spamming the server logs and consuming CPU resources.
Users can update to PocketMine-MP version 5.41.1 or later, where this vulnerability has been patched. Additionally, server plugins can preprocess the clientData JWT in LoginPackets to remove unusual properties before they are processed by the server.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 9, 2026CISA-ADP
Assessed Sep 14, 2026References 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.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/pmmp/PocketMine-MP/security/advisories/GHSA-h6rj-3m53-887h | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/pmmp/PocketMine-MP/commit/87d1c0cea09d972fd4c2fafb84dac2ecab7649f0 | [email protected] | Source CodeVendor |
| https://github.com/pmmp/PocketMine-MP/security/advisories/GHSA-h6rj-3m53-887h | [email protected] | AdvisoryExploitRemedyVendor |
| https://www.vulncheck.com/advisories/pocketmine-mp-before-5.41.1-logdos-via-loginpacket-clientdata | [email protected] | AdvisoryRemedy |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-400 | Uncontrolled Resource Consumption | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| PocketMine-MP | < 5.41.1 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 14, 2026 | CVE Modified | CISA-ADP |
| Sep 9, 2026 | New CVE Received | [email protected] |
Volerion