Xpra: Ticket #130: Potential DOS

If you connect 20 connections within 10 seconds, and don't send a hello packet, then the server will close the listening socket.

The error is because the listening socket is closed, and instead accept should be called, and the returned socket should be closed instead.

I will attach a proposed fix.



Sat, 26 May 2012 21:44:49 GMT - Norman Rasmussen: attachment set


Sat, 26 May 2012 22:21:57 GMT - Norman Rasmussen: component changed


Sun, 27 May 2012 14:46:17 GMT - Antoine Martin: status changed; resolution set

applied in r872


Sat, 23 Jan 2021 04:46:21 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/130