CVE-2021-48006

Summary

PocketMine-MP before 4.0.3 does not perform case-insensitive matching when removing operator entries from ops.txt. The removeOp function lowercases the supplied name but only removes an exactly matching entry, so an operator name stored with non-lowercase letters cannot be revoked using the deop command, leaving the player as an operator until the entry is removed from ops.txt manually.

Affected Software

VendorProductVersion RangeStatus
pmmpPocketMine-MP0 < 4.0.3affected
pmmpPocketMine-MP4.0.3unaffected

Weaknesses

  • CWE-178: Improper Handling of Case Sensitivity

References