SpigotRCE / ParadiseClient-Fabric

A Minecraft pentesting client side mod
Other
15 stars 4 forks source link

[Vulnerability] The chatroom server is highly exposed to denial of service attacks. #6

Open Zffu opened 2 weeks ago

Zffu commented 2 weeks ago

Vulnerability

Currently, the chatroom server uses a Semi NIO (Non-Blocking IO) socket system that doesn’t have any form of thread pool but rather creates a thread per connection. Whereas this approach can work for now, it is extremly unscalable and can cause expensive CPU usage when loads of clients are connecting.

Solutions

A few solutions are possible:

SpigotRCE commented 2 weeks ago

Alright, I would love to see you make the solution!