You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be no timeout on the connections. Since every connection takes up a whole thread, this is a very simple DoS vurnability.
To make matters worse, because the file descriptor gets closed when a connection is closed, all the io calls get non blocking. This causes 100% cpu load. Connecting a few times and disconnecting without sending anything causes the server to max out their cpu usage.
The text was updated successfully, but these errors were encountered:
There seems to be no timeout on the connections. Since every connection takes up a whole thread, this is a very simple DoS vurnability.
To make matters worse, because the file descriptor gets closed when a connection is closed, all the io calls get non blocking. This causes 100% cpu load. Connecting a few times and disconnecting without sending anything causes the server to max out their cpu usage.
The text was updated successfully, but these errors were encountered: