The MongoDB hack and the importance of secure defaults
1–10 of 223 posts
Re: The MongoDB hack and the importance of secure defaults
#2Re: The MongoDB hack and the importance of secure defaults
#3Re: The MongoDB hack and the importance of secure defaults
#4Re: The MongoDB hack and the importance of secure defaults
#5https://dennisforbes.ca/index.php/2012/10/02/trouble-with-se...
I realize this post is dead (I disagreed with dang once), and that's okay. This is for the edification for those who can see ghosts.
Re: The MongoDB hack and the importance of secure defaults
#6Re: The MongoDB hack and the importance of secure defaults
#7I have never used MongoDB so I admit I'm talking blind here, but can someone explain how/why a piece of highly popular software gets to version 2.6 allowing unsecured remote connections by default? Further to that is that type of thinking you want in the development process of something as critical as a database engine? It just seems amazing to me that it got so far before the community in general pushed back that th…
That's why so many other systems are insecure. Security nearly always increases friction.
Re: The MongoDB hack and the importance of secure defaults
#8I have never used MongoDB so I admit I'm talking blind here, but can someone explain how/why a piece of highly popular software gets to version 2.6 allowing unsecured remote connections by default? Further to that is that type of thinking you want in the development process of something as critical as a database engine? It just seems amazing to me that it got so far before the community in general pushed back that th…
Re: The MongoDB hack and the importance of secure defaults
#9Re: The MongoDB hack and the importance of secure defaults
#10Since then, I've learned to not assume that products are secure-by-default. At the same time, I kind of thought we learned our lesson and cut that shit out low these many years later. Add a line to a text config file that's probably buried eight directories down in a hierarchy that's owned by root? (I'm just hyperbolically guessing for effect; I generally avoid Mongo.) Do it, or you're hacked? And it's been this way for years? Come on.