|
|
|
|
|
by simonw
3454 days ago
|
|
I'd argue this metaphor is why it IS appropriate to use the word "hack" here. If you left your door unlocked and someone stole your stuff, that's still a robbery. If you left your database accidentally midconfigured and someone stole your data and left you an extortion notice, that's still a "hack". Is misconfiguring MongoDB really that different from e.g. installing a Wordpress plugin with a security flaw and getting hacked via that? |
|
True but hack in this context would be metaphorically closer to "breaking and entering". If your door is open, you've only got the latter half (from an english, not legal definition).
> If you left your database accidentally midconfigured and someone stole your data and left you an extortion notice, that's still a "hack".
I suppose it's a matter of semantics for me. If I use the word "hack" I'd expect a bare level of finesse to get past some defense or prevention system.
> Is misconfiguring MongoDB really that different from e.g. installing a Wordpress plugin with a security flaw and getting hacked via that?
Not in my book. They're all terrible decisions but then again anything that involves "Using X without understanding the implications of the default set up of X" tends to be a terrible decision.