Live data from Hacker News

GitHub moves to SSL, but remains Firesheepable

news.netcraft.com

1–10 of 15 posts

Re: GitHub moves to SSL, but remains Firesheepable

#2
I'm torn between the fact that Netcraft wrote a rather large blog post taking Github to task for a simple oversight --- against the fact that there is a pervasive misconception that the HTTP cookie "Secure" flag is not a big deal. The "Secure" flag is a very big deal. You might as well not be SSL without it.

Re: GitHub moves to SSL, but remains Firesheepable

#4
post #3

We fat fingered the config. The cookie is marked secure now but we found another issue where it's being sent back on redirected HTTP requests. It should be all plugged up in a bit.

Okay. The session cookie is marked secure and is sent only in response to HTTPS requests. That should cover everything.

Re: GitHub moves to SSL, but remains Firesheepable

#5
post #4
post #3

We fat fingered the config. The cookie is marked secure now but we found another issue where it's being sent back on redirected HTTP requests. It should be all plugged up in a bit.

Okay. The session cookie is marked secure and is sent only in response to HTTPS requests. That should cover everything.

Somebody get this guy some karma.

Re: GitHub moves to SSL, but remains Firesheepable

#8

It's nice to see GitHub jumping to show action in regards to FireSheep and SSL security, and being able to implement something quickly. I wish other sites were able to follow suit.

They need users to be confident in their ability to run a secure service, especially when company secrets (source code, in this case) are on the line.

Also, their audience is much more likely to pay attention to things like FireSheep. I can just about guarantee that 9/10 Facebook users have never heard of FireSheep and wouldn't even notice if Facebook went 100% SSL tomorrow.

Edit: That said, I totally agree with your comment.

Re: GitHub moves to SSL, but remains Firesheepable

#10

Maybe I shouldn't be so naive, but this whole firesheep release is very shocking to me. Facebook is very insecure, and it is incredibly scary that so many people trust Facebook's privacy and give Facebook so much personal information.

Well part of the reason this is so exploitable is because with Wifi, packets are broadcast through the air for anyone to pick up. With modern switched networks, packets only get routed to the IP they're intended for.
Post reply on HN