All Node.js servers are vulnerable to DoS
groups.google.com
All Node.js servers are vulnerable to DoS
1–10 of 37 posts
Re: All Node.js servers are vulnerable to DoS
#2Re: All Node.js servers are vulnerable to DoS
#3http://news.ycombinator.com/item?id=3403360
http://nikic.github.com/2011/12/28/Supercolliding-a-PHP-arra...
Re: All Node.js servers are vulnerable to DoS
#4So are all string based dictionaries?
Re: All Node.js servers are vulnerable to DoS
#5Re: All Node.js servers are vulnerable to DoS
#6>> Yep. Hang tight. v0.6.7 is coming up soon.
Re: All Node.js servers are vulnerable to DoS
#7Looks like it's getting fixed: >> Yep. Hang tight. v0.6.7 is coming up soon.
Re: All Node.js servers are vulnerable to DoS
#8So are all string based dictionaries?
Yes, if they are implemented via hash tables and do not randomize their hash generation somehow. The talk at 28c3 specifically mentions PHP, Java, ASP.net, Python. Ruby is fine, but other variants of Ruby are apparently also vulnerable.
Re: All Node.js servers are vulnerable to DoS
#9I'm evaluating node.js as an application platform choice for a large public infrastructure project. One thing that concerns me is (my perception here) a lack of public hardening of the server that's yet to come. I've been around long enough to see that effect on PHP, Django, Rails, etc.
We'll continue our evaluation but it's encouraging to know that issues like these are being discovered and addressed.