Live data from Hacker News

Weebly hacked, 43M credentials stolen

techcrunch.com

31–40 of 99 posts

Re: Weebly hacked, 43M credentials stolen

#31

Responsible disclosure and proper handling of passwords as well as not storing credit cards. Barring no breach at all, this is about as well as something like this can go.

Bonus points for mentioning the hashing algo and for not confusing "hashed" with "encrypted".

That incident response firm seems to be worth it.

Re: Weebly hacked, 43M credentials stolen

#32

Obviously, this is a very disappointing situation for us -- we've always taken security very seriously since day 1, it's something that's been core to who we are from the beginning. That said, how you respond in this situation can be just as important, and so we are making sure to be incredibly proactive in addressing the situation & transparent in how we communicate the details with our customers. Our top and immedi…

Can't blame you for being hacked, but how can security be "core to who we are" if it took 6 months to discover a breach?

Discovering a breach is arguably the hardest part.

Re: Weebly hacked, 43M credentials stolen

#33

Responsible disclosure and proper handling of passwords as well as not storing credit cards. Barring no breach at all, this is about as well as something like this can go.

Agreed, minus the lack of salting and hashing of upadtresses in the db.

Sace meta like country and city about the ip and then store the adress unrecoverable. Generally no big eeasons to have the actual ip stiored.

Re: Weebly hacked, 43M credentials stolen

#34
post #33

Responsible disclosure and proper handling of passwords as well as not storing credit cards. Barring no breach at all, this is about as well as something like this can go.

Agreed, minus the lack of salting and hashing of upadtresses in the db. Sace meta like country and city about the ip and then store the adress unrecoverable. Generally no big eeasons to have the actual ip stiored.

nd of course the email adress should be encrypted (2 way)

Re: Weebly hacked, 43M credentials stolen

#35

Obviously, this is a very disappointing situation for us -- we've always taken security very seriously since day 1, it's something that's been core to who we are from the beginning. That said, how you respond in this situation can be just as important, and so we are making sure to be incredibly proactive in addressing the situation & transparent in how we communicate the details with our customers. Our top and immedi…

This title is incorrect. Credentials not stolen, usernames and hashed passwords stolen. That is not the same as having everyone's password. The title implies someone can easily log in to your account.

Re: Weebly hacked, 43M credentials stolen

#36

I wonder if the hacker really interested in decoding credential or they just want to collect the email addresses which is really valuable for email marketing.

It's not worth much at today's going rates (maybe a few hundred bucks). The hacker probably could have made more money through a bug bounty program.

Re: Weebly hacked, 43M credentials stolen

#37

Obviously, this is a very disappointing situation for us -- we've always taken security very seriously since day 1, it's something that's been core to who we are from the beginning. That said, how you respond in this situation can be just as important, and so we are making sure to be incredibly proactive in addressing the situation & transparent in how we communicate the details with our customers. Our top and immedi…

Can't blame you for being hacked, but how can security be "core to who we are" if it took 6 months to discover a breach?

You're describing basically every breach ever.

Re: Weebly hacked, 43M credentials stolen

#38
post #31

Earlier quoted context omitted.

Bonus points for mentioning the hashing algo and for not confusing "hashed" with "encrypted".

That incident response firm seems to be worth it.

Weebly is one of the more clueful startups. They didn't get this from the IR team. They've been doing stuff right for a long time.

Re: Weebly hacked, 43M credentials stolen

#39
post #34
post #33

Earlier quoted context omitted.

Agreed, minus the lack of salting and hashing of upadtresses in the db. Sace meta like country and city about the ip and then store the adress unrecoverable. Generally no big eeasons to have the actual ip stiored.

nd of course the email adress should be encrypted (2 way)

Anyone who tells you they're "encrypting" email addresses in their SaaS app is almost certainly describing a cosmetic security feature.

Every day of the week and four times and Tuesday I'd prefer the team that spends their marginal dollar on finding the next marginal reflected XSS bug than the one that wastes it on "two-way encryption of email addresses".

I don't know what Weebly does for appsec (I've never worked with them and probably never will), but if they've spent even $50 on external appsec testing, they're 1000% better than 90% of rest of the applications we all use every day.

Re: Weebly hacked, 43M credentials stolen

#40

Obviously, this is a very disappointing situation for us -- we've always taken security very seriously since day 1, it's something that's been core to who we are from the beginning. That said, how you respond in this situation can be just as important, and so we are making sure to be incredibly proactive in addressing the situation & transparent in how we communicate the details with our customers. Our top and immedi…

"we've always taken security very seriously since day 1"

No you have not because then this would not have happened. The only one who should be able to query passwords from the database should be the DBA. Everyone else should only be able to validate against it. So either it's an inside job by your DBA, or you thought your users security was less important then avoiding the friction such high security standards would have introduced in your workflow.

Post reply on HN