Lucene search
+L

83 matches found

Positive Technologies
Positive Technologies
added 2023/09/14 12:00 a.m.10 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.20 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.15 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.17 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.20 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 score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2023/07/14 9:50 p.m.180 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
Github Security Blog
Github Security Blog
added 2023/06/06 1:51 a.m.34 views

PocketMine-MP vulnerable to improperly checked dropped item count leading to server crash

Impact In 4.18.0, the network handling of inventories was completely revamped. Due to this, a bug was introduced which allowed players to request that the server drop more of an item than they had available in their hotbar. This did not lead to any duplication issues, but instead led to a server...

7.1CVSS6.9AI score0.00351EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2023/06/06 1:51 a.m.85 views

GHSA-H87R-F4VC-MCHV PocketMine-MP vulnerable to improperly checked dropped item count leading to server crash

Impact In 4.18.0, the network handling of inventories was completely revamped. Due to this, a bug was introduced which allowed players to request that the server drop more of an item than they had available in their hotbar. This did not lead to any duplication issues, but instead led to a server...

7.5CVSS7.1AI score0.00351EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2023/06/06 1:50 a.m.28 views

PocketMine-MP vulnerable to server crash with certain invalid JSON payloads in `LoginPacket` due to vulnerable dependency

Impact An attacker could crash PocketMine-MP by sending malformed JSON in LoginPacket. This happened due to a bug in netresearch/jsonmapper. The library wasn't doing proper checks when mapping JSON arrays and objects onto scalar model properties such as strings. Patches The problem was fixed in a...

7.1AI score
SaveExploits0References5Affected Software1
OSV
OSV
added 2023/06/06 1:50 a.m.66 views

GHSA-PQP3-8RRW-G8VM PocketMine-MP vulnerable to server crash with certain invalid JSON payloads in `LoginPacket` due to vulnerable dependency

Impact An attacker could crash PocketMine-MP by sending malformed JSON in LoginPacket. This happened due to a bug in netresearch/jsonmapper. The library wasn't doing proper checks when mapping JSON arrays and objects onto scalar model properties such as strings. Patches The problem was fixed in a...

7.5CVSS7.1AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2023/06/06 12:00 a.m.10 views

PT-2023-33049 · Unknown · Netresearch/Jsonmapper +1

Name of the Vulnerable Software and Affected Versions: PocketMine-MP versions prior to 4.20.5 PocketMine-MP versions prior to 4.21.1 Description: An attacker could crash PocketMine-MP by sending malformed JSON in the LoginPacket. This issue occurred due to a bug in the netresearch/jsonmapper...

7.5CVSS7.1AI score
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2023/06/01 7:10 p.m.21 views

PocketMine MP vulnerable to uncontrolled resource consumption via mismatched type of 'InventoryTransactionPacket'

Impact A "mismatch" type InventoryTransactionPacket is sent by the client to request a resync of all currently open inventories. Since PocketMine-MP does not rate-limit these "mismatch" transactions, and the syncing of inventories is not deferred until, e.g. the end of the current tick, they can ...

6.9AI score
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2023/06/01 12:00 a.m.8 views

PT-2023-32972 · Unknown · Pocketmine-Mp

Name of the Vulnerable Software and Affected Versions: PocketMine-MP versions prior to 4.18.0-ALPHA2 Description: The issue arises from the client sending a "mismatch" type InventoryTransactionPacket to request a resync of all currently open inventories. Since PocketMine-MP does not rate-limit...

5.3CVSS7.1AI score
SaveExploits0References4
Veracode
Veracode
added 2023/01/18 6:25 a.m.13 views

Denial Of Service (DoS)

pocketmine/pocketmine-mp is vulnerable to Denial of Service DoS. The vulnerability due to large modal form responses which causes the server to spend a significant amount of time processing the packet leading to an application crash...

2.9AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2023/01/10 12:41 a.m.20 views

PocketMine-MP vulnerable to denial-of-service by sending large modal form responses

Impact Due to a workaround for an old client bug which has since been fixed, very large JSON payloads in ModalFormResponsePacket were able to cause the server to spend a significant amount of time processing the packet. Large numbers of these packets were able to hog CPU time so as to prevent the...

0.8AI score
SaveExploits0References2Affected Software1
OSV
OSV
added 2023/01/10 12:41 a.m.33 views

GHSA-7M9R-RQ9J-WMMH PocketMine-MP vulnerable to denial-of-service by sending large modal form responses

Impact Due to a workaround for an old client bug which has since been fixed, very large JSON payloads in ModalFormResponsePacket were able to cause the server to spend a significant amount of time processing the packet. Large numbers of these packets were able to hog CPU time so as to prevent the...

5.3CVSS6.9AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2023/01/09 8:07 p.m.30 views

PocketMine-MP has improperly handled dye colour IDs in banner NBT, leading to server crash

Impact DyeColorIdMap-fromId did not account for the possibility that it might be given invalid input. This means that an undefined offset error would occur whenever this happened. This code is indirectly called during Banner-deserializeCompoundTag, which is invoked when deserializing any item NBT...

7AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2023/01/09 8:07 p.m.21 views

GHSA-WQQV-JCFR-9F5G PocketMine-MP has improperly handled dye colour IDs in banner NBT, leading to server crash

Impact DyeColorIdMap-fromId did not account for the possibility that it might be given invalid input. This means that an undefined offset error would occur whenever this happened. This code is indirectly called during Banner-deserializeCompoundTag, which is invoked when deserializing any item NBT...

7.5CVSS6.9AI score
SaveExploits0References4
OSV
OSV
added 2022/08/18 7:19 p.m.46 views

GHSA-8CWQ-4CMF-PX73 PocketMine-MP invalid skin geometry JSON data leading to server crash

Impact pocketmine\entity\Skin doesn't correctly handle errors produced by adhocore/json-comment, which throws RuntimeException rather than returning false as PocketMine-MP expects. This leads to a server crash if the skin geometry data is invalid for some reason e.g. a syntax error. Patches...

7.5CVSS7.1AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2022/08/18 7:19 p.m.50 views

PocketMine-MP invalid skin geometry JSON data leading to server crash

Impact pocketmine\entity\Skin doesn't correctly handle errors produced by adhocore/json-comment, which throws RuntimeException rather than returning false as PocketMine-MP expects. This leads to a server crash if the skin geometry data is invalid for some reason e.g. a syntax error. Patches...

2.1AI score
SaveExploits0References3Affected Software1
Rows per page
Query Builder