CVE-2022-51015

Summary

PocketMine-MP before 4.0.6 does not validate facing values in PlayerActionPacket (for START_BREAK and CRACK_BREAK actions) or in UseItemTransactionData (typically within InventoryTransactionPacket). A remote authenticated attacker can send crafted packets with invalid facing values (e.g., negative or out-of-range) to crash the server, resulting in a denial of service.

Affected Software

VendorProductVersion RangeStatus
pmmpPocketMine-MP0 < 4.0.6affected
pmmpPocketMine-MP4.0.6unaffected

Weaknesses

  • CWE-20: Improper Input Validation

References