CVE-2021-48006 PUBLISHED

PocketMine-MP before 4.0.3 Operator Privilege Escalation via Case Sensitivity

Assigner: VulnCheck
Reserved: 05.09.2026 Published: 06.09.2026 Updated: 06.09.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 4.8

Product Status

Vendor pmmp
Product PocketMine-MP
Versions Default: unaffected
  • affected from 0 to 4.0.3 (excl.)
  • Version 4.0.3 is unaffected

References

Problem Types

  • Improper Handling of Case Sensitivity CWE