Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. pocketmine/pocketmine-mp
  4. ›
  5. GMS-2022-913

GMS-2022-913: Insufficient type validation in pocketmine/pocketmine-mp

April 22, 2022

When an inventory interaction is performed (e.g. moving an item around an inventory), the client sends a serialized version of the itemstack to the server, which the server then deserializes and compares against its own copy. If the copies don’t match, the transaction is invalid. This involves deserializing item NBT from the client, which allows for bogus data to be provided. Usually, this is harmless, but in this particular case, it could result in crashes on certain types of bad data (e.g. incorrect ListTag type provided for the CanDestroy tag). This is fixed in 4.2.9 by commit 5a98b08ee8dc8ff14862cd83d2e4af9d212fefc2. It’s non-trivial to workaround this, but can be done by handling InventoryTransactionPacket and PlayerAuthInputPacket to scrub inbound transaction data of bogus NBT that would cause these crashes.

References

  • github.com/advisories/GHSA-g5rr-p69h-7v3g
  • github.com/pmmp/PocketMine-MP/blob/4.2.9/changelogs/4.2.md
  • github.com/pmmp/PocketMine-MP/releases/tag/4.2.9
  • github.com/pmmp/PocketMine-MP/security/advisories/GHSA-g5rr-p69h-7v3g

Code Behaviors & Features

Detect and mitigate GMS-2022-913 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 4.2.9

Fixed versions

  • 4.2.9

Solution

Upgrade to version 4.2.9 or above.

Source file

packagist/pocketmine/pocketmine-mp/GMS-2022-913.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:15:33 +0000.