Live data from Hacker News

Hackers claim $10,000 prize for breaking into StrongWebmail

thestandard.com

21–30 of 35 posts

Re: Hackers claim $10,000 prize for breaking into StrongWebmail

#21
post #3

I wonder if they have a viable business after this. Seems like this could be a deathblow right off the bat.

Did they have a viable business to begin with? At least personally, I don't spend too much time worrying that hackers are going to raid my gmail.

Re: Hackers claim $10,000 prize for breaking into StrongWebmail

#22
post #13

Since everyone is venturing a guess, here's mine: They used XSS (cross site scripting) to send a mail to the target. When the email is viewed a CSRF (cross site request forgery) is executed to add a new device (phone) to the authenticated devices list. Next they log in, receive the SMS on their phone that is now in the list...bam! [Edit: I didn't mean XSS to send the email, I meant inject an XSS attack into the email…

As jgrahamc pointed out: http://news.ycombinator.com/item?id=642280 They probably sent the mail like you said, only used the CSRF to jack the cookie, which would be easier than adding a phone to the list.

I hope the rules of the contest allow disclosure. Until then, I only have this tweet to reference from June 3rd: http://twitter.com/XSSExploits/status/2019746890

"alternatively- add a device to the auth list and wala ;)"

[edit: I should note that XSSExploits seems to be the twitter account for the company that won the contest)

Re: Hackers claim $10,000 prize for breaking into StrongWebmail

#24
post #18
post #3

I wonder if they have a viable business after this. Seems like this could be a deathblow right off the bat.

They had no viable business plan to begin with. Google and Yahoo mail are among the top 10 trophy targets on the Internet. I have no idea how you'd convince me some startup had put more resources into securing mail than Google did.

Volvo may not be the most popular brand of car, but it may still be the safest, if that's their primary focus.

Re: Hackers claim $10,000 prize for breaking into StrongWebmail

#25
post #22

Earlier quoted context omitted.

As jgrahamc pointed out: http://news.ycombinator.com/item?id=642280 They probably sent the mail like you said, only used the CSRF to jack the cookie, which would be easier than adding a phone to the list.

I hope the rules of the contest allow disclosure. Until then, I only have this tweet to reference from June 3rd: http://twitter.com/XSSExploits/status/2019746890 "alternatively- add a device to the auth list and wala ;)" [edit: I should note that XSSExploits seems to be the twitter account for the company that won the contest)

Looks like we may never know. Disclosure is not permitted per the official rules

http://www.strongwebmail.com/secure/email/contests/hack/tc

Re: Hackers claim $10,000 prize for breaking into StrongWebmail

#26
post #21
post #3

I wonder if they have a viable business after this. Seems like this could be a deathblow right off the bat.

Did they have a viable business to begin with? At least personally, I don't spend too much time worrying that hackers are going to raid my gmail.

I've dealt with several companies, mostly banks, that use web based "secure e-mail" systems (mostly they're just file storage systems). They won't e-mail important documents to you since most people's e-mail clients use plain text and/or people use weak passwords, etc...

In fact I recently received a four inch thick stack of documentation, APIs, etc... via FedEx from a bank because they didn't trust my e-mail and I wasn't on "the list" for their "secure e-mail" site (pay per account thing).

So yes, reasonable or not, secure or not, there is a business supplying "secure" communications for businesses.

Re: Hackers claim $10,000 prize for breaking into StrongWebmail

#27
post #20

Earlier quoted context omitted.

As jgrahamc pointed out: http://news.ycombinator.com/item?id=642280 They probably sent the mail like you said, only used the CSRF to jack the cookie, which would be easier than adding a phone to the list.

Can you explain what the CSRF attack you're thinking of is? Maybe I'm not reading you carefully enough (long day), but that doesn't sound like a CSRF to me.

Well my thoughts were something like:

Victim logs in using two-factor auth, gets a cookie which lets them back in without phone in future.

Attacker sends email to victim with some kind of script embedded.

Victim views email, javascript runs and sends cookie info to attacker.

Attacker uses cookie to impersonate victim.

Of course, it's been a long day here too, and I'm so far from an expert on this stuff it's entirely probable that what I just described doesn't make sense/isn't possible.

Edit: Yeah, guess what I described is more XSS than CSRF

Re: Hackers claim $10,000 prize for breaking into StrongWebmail

#28
post #15

glad to see the advertising program on HN working as planned

Advertising that their application is incredibly insecure?

Even if they fix this, I wouldn't trust a company that claims their product is very secure, offers a $10k reward for hacking it, then gets exploited in less than a day by (most likely) the simple XSS vulnerability mentioned in another comment.

Re: Hackers claim $10,000 prize for breaking into StrongWebmail

#30
post #21
post #3

I wonder if they have a viable business after this. Seems like this could be a deathblow right off the bat.

Did they have a viable business to begin with? At least personally, I don't spend too much time worrying that hackers are going to raid my gmail.

They may not have had a viable business, but enough gloss and marketing could cover that up.

This? this is straight up public humiliation.

Post reply on HN