Why did/does PostgreSQL, MongoDB and probably other database softwares allow such dangerous configurations?

A number of years ago now, still well into the 2000s, I was very naive. Especially in terms of computer security.

To make a long, painful story which I don’t even remember myself all too well, the basic gist is that I set up a FreeBSD ser… Continue reading Why did/does PostgreSQL, MongoDB and probably other database softwares allow such dangerous configurations?

Collating Hacked Data Sets

Two Harvard undergraduates completed a project where they went out on the dark web and found a bunch of stolen datasets. Then they correlated all the information, and combined it with additional, publicly available, information. No surprise: the result was much more detailed and personal. "What we were able to do is alarming because we can now find vulnerabilities in… Continue reading Collating Hacked Data Sets

Is a differentially private SQL database relatively more secure from an SQL injection?

I’ve been in security for a while now but I’m relatively new to privacy. I’ve been studying differential privacy and its application to databases. However I’m still a little confused about where security and privacy intersect… Continue reading Is a differentially private SQL database relatively more secure from an SQL injection?