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-2022-51018 Details

ANALYZED


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

Description

PocketMine-MP before 3.26.5 and 4.0.x before 4.0.5 does not limit book page text length, page count, or author/title length. A player who obtains a writable book can create oversized NBT ('book bombs'), causing excess bandwidth consumption and server crashes (exceeding the 1 MB chunk size limit when saving region-based worlds in PM3, or exceeding the 32 KiB TAG_String limit in PM4).

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
< 3.26.5 (semver)
< 4.0.5 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 3.26.5moderate effort
  • Upgrade: 4.0.5moderate effort
  • Workaround:low effort

    Ban writable books, or use a plugin to cancel `PlayerEditBookEvent` if `strlen(text) > 1024 || mb_strlen(text) > 256.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2022-51018
NVD Published Date:
Sep 7, 2026
NVD Last Modified:
Sep 14, 2026
Source:
[email protected]
CVE-2022-51018 Details - Not Deferred