Description
PocketMine-MP versions before 5.11.2 contain a denial of service vulnerability in BookEditPacket handling that crashes the server when an invalid inventory slot value is provided. Attackers can send a crafted BookEditPacket with an inventory slot greater than 35 to trigger an unhandled exception and crash the server.
Published: 2026-09-09
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The reported vulnerability resides in the handling of BookEditPacket messages. When an attacker sends a packet containing an invalid inventory slot value greater than 35, PocketMine‑MP fails to validate the input and throws an unhandled exception. This causes the server process to terminate, resulting in a denial‑of‑service scenario. The flaw is a classic example of unsafe input handling identified as CWE‑20. It does not permit data exfiltration or code execution.

Affected Systems

The issue affects the PocketMine‑MP server component, specifically versions released before 5.11.2. All installations of pmmp PocketMine‑MP that have not applied the 5.11.2 update are vulnerable.

Risk and Exploitability

The CVSS score of 7.1 indicates a medium‑high severity. The EPSS is not available, and the vulnerability is not listed in CISA’s KEV catalog, suggesting no publicly known exploitation at this time. Attackers only need network access to the server and the ability to send a crafted BookEditPacket; no authentication or privileged privileges are required. The exploit path is straightforward, making it a realistic risk for any publicly exposed PocketMine‑MP server.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade PocketMine‑MP to version 5.11.2 or later to eliminate the input validation flaw.
  • Limit external access to the server by allowing only trusted IP addresses or enforcing VPN connections, reducing the chances of an attacker reaching the vulnerable packet handler.
  • Stay informed on pmmp security announcements and apply future patches promptly.

Generated by OpenCVE AI on September 9, 2026 at 14:39 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 5.11.2 contain a denial of service vulnerability in BookEditPacket handling that crashes the server when an invalid inventory slot value is provided. Attackers can send a crafted BookEditPacket with an inventory slot greater than 35 to trigger an unhandled exception and crash the server.
Title PocketMine-MP before 5.11.2 Denial of Service via BookEditPacket
Weaknesses CWE-20
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 7.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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:54.824Z

Reserved: 2026-08-16T13:02:14.690Z

Link: CVE-2024-58380

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-09T14:17:10.043

Modified: 2026-09-09T14:17:10.043

Link: CVE-2024-58380

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-20

    Improper Input Validation