Description
PocketMine-MP versions before 4.2.3 fail to validate damage metadata values in tool and armor item NBT data received from clients. Attackers can send negative or out-of-range damage values in itemstack NBT to trigger unhandled exceptions in the Durable class, causing server crashes.
Published: 2026-09-07
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Patch
AI Analysis

Impact

PocketMine‑MP versions prior to 4.2.3 fail to validate damage metadata values that clients embed in the NBT data of tools and armor. Attackers can send negative or out‑of‑range damage values in an item stack, which triggers an unhandled exception inside the Durable class, causing the server process to terminate and leading to a service interruption for all connected players.

Affected Systems

The vulnerability affects PocketMine‑MP versions before 4.2.3. The affected product is the PocketMine‑MP server software, as identified by the CNA vendor pmmp.

Risk and Exploitability

The CVSS score is 7.1, reflecting a high severity level. The EPSS score is not available and the flaw is not listed in the CISA KEV catalog, so the current exploitation likelihood is uncertain. Based on the description, it is inferred that an attacker can trigger this by sending specially crafted NBT data from any client that can connect to the server. When such data is processed, the server will crash, constituting a Denial of Service that can be initiated remotely via a malformed packet.

Generated by OpenCVE AI on September 7, 2026 at 14:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Patch PocketMine‑MP to version 4.2.3 or later to include the NBT metadata validation fix.
  • If an update is not possible, apply the fix from the commit c8e1cfcbee4945fd4b63d2a7e96025c59744d4f1 or implement equivalent server‑side validation that rejects negative or out‑of‑range damage values in item stack NBT data.
  • Restrict or monitor client connections and block packets containing malformed NBT data to prevent repeated crashes from identified malicious clients.

Generated by OpenCVE AI on September 7, 2026 at 14:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 14 Sep 2026 21:00:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 07 Sep 2026 15:00:00 +0000

Type Values Removed Values Added
First Time appeared Pmmp
Pmmp pocketmine-mp
Vendors & Products Pmmp
Pmmp pocketmine-mp

Mon, 07 Sep 2026 13:15:00 +0000

Type Values Removed Values Added
Description PocketMine-MP versions before 4.2.3 fail to validate damage metadata values in tool and armor item NBT data received from clients. Attackers can send negative or out-of-range damage values in itemstack NBT to trigger unhandled exceptions in the Durable class, causing server crashes.
Title PocketMine-MP before 4.2.3 Denial of Service via NBT Metadata
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

Pmmp Pocketmine-mp
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-14T19:33:07.069Z

Reserved: 2026-09-05T21:02:39.792Z

Link: CVE-2022-51013

cve-icon Vulnrichment

Updated: 2026-09-14T19:23:38.931Z

cve-icon NVD

Status : Deferred

Published: 2026-09-07T13:17:23.173

Modified: 2026-09-14T20:16:35.917

Link: CVE-2022-51013

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-07T15:00:14Z

Weaknesses
  • CWE-20

    Improper Input Validation