lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: Tue, 9 Sep 2003 19:25:59 +0200
From: <bjornar.bjorgum.larsen@...ntor.no>
To: <bugtraq@...urityfocus.com>
Subject: RE: 11 years of inetd default insecurity?


Dan Stromberg wrote:
> So DJB's program basically has a large listen queue, and goes 
> into queue-only mode after 40 concurrent connections?

tcpserver -c n ...
where n is the number of simultaneous connections. Defaults to 40.

> If that's the case, then there's still a DOS
> - just fill the listen queue with so much stuff
> that connections aren't serviced for a long time.

IMHO we do want a limit on simultaneous connections and a queue after the limit's reached: 
No limit => Attacker may make one service eat all resources on your system.
No queue => Your system will be intolerant of sudden bursts: When the limit's reached new connections will be dropped even when there's no real DoS. 

If your limit is not based on maximum simultaneous connections, but on eg. maximum resource concumption, the queue argument still holds.

:) Bjørnar


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ