HACKER Q&A
📣 hubraumhugo

What has been your biggest IT security fuck-up?


Curious to hear your stories, I'm sure others can learn from it!


  👤 Shastick Accepted Answer ✓
Not directly IT related, but involves SSL certs and IoT:

A place I knew (involved in IoT roughly a decade ago) had written its own SSL certification validation logic (not the crypto part, mind you: just the part that checks “is the date on the cert still valid now?”) for the very first version of its hardware.

It was rolled out in the summer and things went fine. Or so they thought.

On Jan. 1st panic broke out, as the previously undetected off-by-one programming error in the validation logic meant devices could not validate the server’s cert anymore.

There were quite a few layers of learning in that fuck-up, but thankfully it was solved within a few days :)


👤 atmosx
I had a vim plugin to manage gists. The default config generated private gists. At the time, we were setting up infra via CloudFormation, horrendous. The CF file was huge and my JSON lint plugin wasn't _great_ so I would often post the entire file to gist to check formatting.

Somehow, never understood how, I switched to public gists. Well, you can imagine what happened.

The blast radius was null as far as we we know. We got notified very quickly, rotated all the secrets, a few months later we moved everything to terraform and the infra was changing so fast.