Lucene search
+L

237 matches found

Veracode
Veracode
added 2025/03/12 5:42 a.m.24 views

Denial Of Service (DoS)

pocketmine/pocketmine-mp is vulnerable to a Denial of Service DoS. The vulnerability exists due to the lack of default limits in the explode function, allowing malicious clients to abuse packets and exhaust server resources...

7AI score
SaveExploits0
OSV
OSV
added 2025/03/10 8:29 p.m.23 views

GHSA-G274-C6JJ-H78P PocketMine-MP allows malicious client data to waste server resources due to lack of limits for explode()

Impact Due to lack of limits by default in the explode function, malicious clients were able to abuse some packets to waste server CPU and memory. This is similar to a previous security issue published in https://github.com/pmmp/PocketMine-MP/security/advisories/GHSA-gj94-v4p9-w672, but with a...

5.3CVSS7.3AI score0.00401EPSS
SaveExploits0References4
Snyk
Snyk
added 2025/03/10 8:29 p.m.5 views

Allocation of Resources Without Limits or Throttling

Overview pocketmine/pocketmine-mp is a highly customisable, open source server software for Minecraft: Bedrock Edition written in PHP Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in the explode function. An attacker can occupy excessive...

6.9CVSS7.1AI score
SaveExploits0References2
Veracode
Veracode
added 2024/03/07 5:32 a.m.17 views

Denial Of Service (DOS)

pocketmine/pocketmine-mp is vulnerable to Denial Of Service. The vulnerability is due to a lack of bounds checking when accessing inventory slots while calling function BaseInventory-getItem. This leads to an unhandled exception and potentially leads to Denial of service via malformed...

7AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2024/03/06 5:02 p.m.27 views

PocketMine-MP server crash with certain invalid JSON payloads in `LoginPacket` due to dependency vulnerability (3rd time)

Impact An attacker could crash PocketMine-MP by sending malformed JSON in LoginPacket. netresearch/jsonmapper allows objects to be hydrated from scalar types in JSON. However, due to the lack of validation in the code for this feature, it may output improperly initialized objects if applied to...

7.2AI score
SaveExploits0References6Affected Software1
OSV
OSV
added 2024/03/06 5:02 p.m.44 views

GHSA-H6J3-J35F-V2X7 PocketMine-MP server crash with certain invalid JSON payloads in `LoginPacket` due to dependency vulnerability (3rd time)

Impact An attacker could crash PocketMine-MP by sending malformed JSON in LoginPacket. netresearch/jsonmapper allows objects to be hydrated from scalar types in JSON. However, due to the lack of validation in the code for this feature, it may output improperly initialized objects if applied to...

7.5CVSS7.2AI score0.00431EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2024/03/06 5:01 p.m.28 views

PocketMine-MP BookEditPacket crash when inventory slot in the packet is invalid

Summary If a client sends a BookEditPacket with InventorySlot greater than 35, the server will crash due to an unhandled exception thrown by BaseInventory-getItem. Details Crashes at...

7AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/03/06 5:01 p.m.16 views

GHSA-XC7J-WJ36-QJFR PocketMine-MP BookEditPacket crash when inventory slot in the packet is invalid

Summary If a client sends a BookEditPacket with InventorySlot greater than 35, the server will crash due to an unhandled exception thrown by BaseInventory-getItem. Details Crashes at...

7.5CVSS7AI score0.00376EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/03/06 12:00 a.m.8 views

PT-2024-40526 · Unknown · Pocketmine-Mp

Name of the Vulnerable Software and Affected Versions: PocketMine-MP versions prior to 5.11.2 Description: The issue occurs when a client sends a BookEditPacket with an InventorySlot greater than 35, causing the server to crash due to an unhandled exception thrown by BaseInventory-getItem. This...

7.5CVSS7.2AI score
SaveExploits0References5
Veracode
Veracode
added 2023/11/16 12:02 p.m.8 views

Denial Of Service (DOS)

pocketmine/raklib is vulnerable to Denial Of Service DOS. The vulnerability is caused by a missing validation on an upper bound for the maximum number of messages/packets that can be stored inside reliable-ordered queue until the data in the queue is ordered. A malicious client can exploit above...

6.8AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2023/11/15 6:42 p.m.31 views

pocketmine/raklib reliable-ordered queue size is unlimited, allowing a session to hog server memory

Impact A client can send reliable-ordered packets 0, 2, 3, 4, 5 ... etc, and all the packets 2 and up will stay in the reliable-ordered queue until 1 arrives. A malicious client can exploit this to waste all available server memory by simply never sending the missing packet. Since the server...

7AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2023/11/15 6:42 p.m.18 views

GHSA-W98G-5FMX-WM4X pocketmine/raklib reliable-ordered queue size is unlimited, allowing a session to hog server memory

Impact A client can send reliable-ordered packets 0, 2, 3, 4, 5 ... etc, and all the packets 2 and up will stay in the reliable-ordered queue until 1 arrives. A malicious client can exploit this to waste all available server memory by simply never sending the missing packet. Since the server...

5.3CVSS7AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2023/09/14 5:10 p.m.41 views

PocketMine-MP server crash with certain invalid JSON payloads in `LoginPacket` due to dependency vulnerability (again)

Impact An attacker could crash PocketMine-MP by sending malformed JSON in LoginPacket. This happened due to the particular handling of NULL types in the json mapper which accepts NULL type values in typed arrays which PocketMine-MP did not expect. Code processing arrays in the JSON data could the...

7.2AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2023/09/14 5:10 p.m.41 views

GHSA-79RC-JJH6-RC89 PocketMine-MP server crash due to incorrect EC curve used for LoginPacket identityPublicKey

Impact The server uses ECDH to calculate a shared secret for the symmetric encryption key used to encrypt network packets after logging in. ECDH requires that the keys used must both belong to the same elliptic curve. In Minecraft: Bedrock Edition, the curve used is secp384r1. Using any other cur...

7.5CVSS7.2AI score0.00225EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2023/09/14 12:00 a.m.11 views

PT-2023-33001 · Unknown · Pocketmine-Mp

Name of the Vulnerable Software and Affected Versions: PocketMine-MP versions prior to 4.23.1 PocketMine-MP versions prior to 5.3.1 Description: An attacker could crash PocketMine-MP by sending malformed JSON in the LoginPacket. This issue occurred due to the handling of NULL types in the json...

7.5CVSS7.3AI score
SaveExploits0References4
Veracode
Veracode
added 2023/08/07 9:42 a.m.21 views

Denial Of Service (DoS)

pocketmine/pocketmine-mp is vulnerable to Denial Of Service DoS. The vulnerability exists in due to the netresearch/jsonmapper dependency due to improper mappings of JSON arrays and objects onto scalar model properties which allows an attacker to send malformed JWT JSON in the LoginPacket causing...

6.8AI score
SaveExploits0
Veracode
Veracode
added 2023/08/07 9:26 a.m.16 views

Denial Of Service (DoS)

pocketmine/pocketmine-mp is vulnerable to Denial Of Service DoS. The vulnerability exists due to improperly checked dropped item count which allows players to request that the server drop more of an item than they had available in their hotbar causing an application crash...

6.8AI score
SaveExploits0
Veracode
Veracode
added 2023/08/07 9:05 a.m.19 views

Denial Of Service (DoS)

pocketmine/pocketmine-mp is vulnerable to Denial Of Service DoS. The vulnerability exists due to missing rate-limits which allows an attacker to consume resources via mismatched type of a InventoryTransactionPacket which results in an application crash...

6.7AI score
SaveExploits0
OSV
OSV
added 2023/07/14 9:50 p.m.23 views

GHSA-7WRV-6H42-W54F PocketMine-MP vulnerable to server crash using badly formatted sign NBT in BlockActorDataPacket

Summary A player sending a packet can cause the server to crash by providing incorrect sign data in NBT in BlockActorDataPacket. Details This vulnerability was discovered using the BlockActorDataPacket, but other packets may also be affected. The player would seem to just need to send an NBT with...

7.5CVSS6.9AI score0.00376EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2023/07/14 9:50 p.m.187 views

PocketMine-MP vulnerable to server crash using badly formatted sign NBT in BlockActorDataPacket

Summary A player sending a packet can cause the server to crash by providing incorrect sign data in NBT in BlockActorDataPacket. Details This vulnerability was discovered using the BlockActorDataPacket, but other packets may also be affected. The player would seem to just need to send an NBT with...

6.7AI score
SaveExploits0References3Affected Software1
Rows per page
Query Builder