PatchSiren cyber security CVE debrief
CVE-2023-54392 pmmp CVE debrief
A vulnerability in PocketMine-MP versions >= 4.20.0 before 4.22.3 (and before 5.2.1 in the 5.x branch) allows a player to crash the server by sending a packet containing sign NBT data with an incorrect tag type, triggering an unhandled UnexpectedTagTypeException that terminates the server process. This issue arises from inadequate validation of NBT tag types in BlockActorDataPacket, which can be exploited by a player to cause a server crash. The vulnerability highlights the need for defenders of PocketMine-MP servers to assess exposure and prioritize patching.
- Vendor
- pmmp
- Product
- PocketMine-MP
- CVSS
- HIGH 7.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-09
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-09-09
- Advisory updated
- 2026-09-18
Who should care
Defenders of PocketMine-MP servers should assess exposure and prioritize patching to prevent potential server crashes. This includes verifying server versions, monitoring for UnexpectedTagTypeException errors, and restricting packet sending to trusted sources. The vulnerability's impact on server stability and security necessitates immediate attention from administrators and security teams responsible for PocketMine-MP deployments.
Why it matters
Defenders of PocketMine-MP servers should assess exposure and prioritize patching to prevent potential server crashes due to unhandled exceptions. The vulnerability allows a player to crash the server by sending a packet with incorrect NBT tag types. Verification of server versions and patches, monitoring for UnexpectedTagTypeException errors, and restricting packet sending to trusted sources are recommended.
- Potential server crashes due to unhandled exceptions
- Verification of server versions and patches required
- Monitoring for UnexpectedTagTypeException errors recommended
- Restricting packet sending to trusted sources may be necessary
Technical summary
The vulnerability exists in PocketMine-MP versions >= 4.20.0 before 4.22.3 (and before 5.2.1 in the 5.x branch) due to a failure to validate NBT tag types in BlockActorDataPacket. A player can exploit this by sending a packet with sign NBT data and an incorrect tag type, causing an unhandled UnexpectedTagTypeException that terminates the server process. This technical issue underscores the importance of validating input data to prevent such crashes. Defenders should focus on verifying server versions and applying necessary patches.
Defensive priority
Defenders should prioritize verifying server versions and applying patches to prevent potential crashes.
Recommended defensive actions
- Verify server versions and apply patches
- Monitor server logs for UnexpectedTagTypeException errors
- Restrict packet sending to trusted sources
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, but additional information on potential exploits or impacts is limited. Defenders should verify server versions and patches, monitor for UnexpectedTagTypeException errors, and restrict packet sending to trusted sources. The lack of detailed information on exploits or impacts necessitates a cautious approach, focusing on preventive measures and continuous monitoring.
Sources and references
Verified primary and authoritative sources
-
CVE-2023-54392 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2023-54392
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2023-54392 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2023-54392
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/pmmp/PocketMine-MP/commit/0c250a2ef09627b48aa52302f6cc7e1f2afb70ea
-
Source reference
Unverified legacy reference
URL: https://github.com/pmmp/PocketMine-MP/security/advisories/GHSA-7wrv-6h42-w54f
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/pocketmine-mp-before-4.22.3-denial-of-service-via-blockactordatapacket
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.