Description
PocketMine-MP versions before 4.20.5 contain a denial of service vulnerability in LoginPacket JSON parsing due to improper validation in the JsonMapper dependency. Attackers can send malformed JSON structures in LoginPacket to crash the server.
Published: 2026-09-09
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability lies in the way PocketMine-MP processes LoginPacket JSON data. Because the JsonMapper dependency performs insufficient input validation, an attacker can craft a malformed JSON structure within a LoginPacket and send it to the server. When the server attempts to parse this packet, it crashes, resulting in a denial of service. This flaw primarily undermines the availability of the server, as legitimate connections become impossible while the service is down.

Affected Systems

PocketMine-MP (pmmp) versions earlier than 4.20.5 are affected. The issue exists in all releases up to and including 4.20.4, as they rely on a vulnerable JsonMapper implementation. Servers running these versions are susceptible to the described denial of service attack.

Risk and Exploitability

The CVSS score of 8.7 categorizes the flaw as High severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog, suggesting limited known exploitation but still high risk due to the nature of the impact. Attackers can exploit the flaw remotely by transmitting a specially crafted LoginPacket over the network; no prior authentication or elevated privileges are required. The attack could be performed from any external source able to reach the server, leading to repeated crashes and availability outages if not mitigated.

Generated by OpenCVE AI on September 9, 2026 at 14:41 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade PocketMine-MP to version 4.20.5 or later to apply the JsonMapper validation fix
  • If an upgrade cannot be performed immediately, restrict access to the server’s listening port to trusted IP ranges or use a firewall rule to allow only known clients
  • Enable detailed logging of LoginPacket attempts and actively block IPs that repeatedly send malformed packets

Generated by OpenCVE AI on September 9, 2026 at 14:41 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 09 Sep 2026 13:45:00 +0000

Type Values Removed Values Added
Description PocketMine-MP versions before 4.20.5 contain a denial of service vulnerability in LoginPacket JSON parsing due to improper validation in the JsonMapper dependency. Attackers can send malformed JSON structures in LoginPacket to crash the server.
Title PocketMine-MP before 4.20.5 Denial of Service via LoginPacket
Weaknesses CWE-20
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-09T13:31:52.111Z

Reserved: 2026-09-05T20:59:39.275Z

Link: CVE-2023-54393

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-09T14:17:09.447

Modified: 2026-09-09T14:17:09.447

Link: CVE-2023-54393

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-09T14:45:05Z

Weaknesses
  • CWE-20

    Improper Input Validation