German IT-news-site heise.de is reporting on it, I guess there'll be an english translation soon. http://www.heise.de/security/meldung/Studenten-entdecken-Tau... Original (German language) press release is here: http://www.uni-saarland.de/nc/en/news/article/nr/12173.html
And it's not just small stuff either, 8 million phone numbers and addresses in one case. That is beyond embarrassing.
Several thousand MongoDBs without access control on the Internet [pdf]
11–20 of 45 posts
Re: Several thousand MongoDBs without access control on the Internet [pdf]
#12Re: Several thousand MongoDBs without access control on the Internet [pdf]
#13Re: Several thousand MongoDBs without access control on the Internet [pdf]
#14Re: Several thousand MongoDBs without access control on the Internet [pdf]
#15Please spend a little bit more money and hire a professional who knows what he is doing instead of just following installation tutorials.
Re: Several thousand MongoDBs without access control on the Internet [pdf]
#16Ah web scale developers. If only their knowledge and education went beyond "learn rails or node in 24 hours" and actually had a mandatory requirement to learn about security and responsibility. Security? Is that something we install from NPM or Gem files?
Maybe just install it with Maven ?
Re: Several thousand MongoDBs without access control on the Internet [pdf]
#17How do I know if my access control is just local? I have a few small (pet) mongoDB projects on Digital Ocean, never spend too much time updatng and/or securing them actually.
I've found Mongo's authorization setup to be pretty unintuitive, but you can find some information here: http://docs.mongodb.org/manual/core/authorization/ (IIRC, you need to setup the permissions first, then set "auth=true" in mongod.conf and restart the service.)
Re: Several thousand MongoDBs without access control on the Internet [pdf]
#18Ah web scale developers. If only their knowledge and education went beyond "learn rails or node in 24 hours" and actually had a mandatory requirement to learn about security and responsibility. Security? Is that something we install from NPM or Gem files?
Re: Several thousand MongoDBs without access control on the Internet [pdf]
#19http://www.mongodb.com/blog/post/mongodb-security-best-pract...
Re: Several thousand MongoDBs without access control on the Internet [pdf]
#20How do I know if my access control is just local? I have a few small (pet) mongoDB projects on Digital Ocean, never spend too much time updatng and/or securing them actually.
> mongo server.address.or.ip.goes.here
If this connects successfully, that is problematic.