Earlier quoted context omitted.
TL;DR? You should be ok... Long Version. That (most likely) would of used oauth. So instead of sending your FB password to the site to log you into FB with. You give your FB password (if your not signed in) to FB and then facebook give the site using "sign in with Facebook" a token they can use with facebook to get account info / do actions on your FB account. Now depending on which "sign in with" system you used the…
Its always interesting to me that such a good answer implies technical excellence of its own, but criticism follows: "would of" which you used twice (and therefore more likely intentionally) is not correct English! The correct phrase is "would have" and its easy to see why, online, people use "of" .. when speaking, the h is silent and the contracted written form is "would've" so it does sound similar, but because "of…
List of Sites Affected by Cloudflare's HTTPS Traffic Leak
191–200 of 228 posts
Re: List of Sites Affected by Cloudflare's HTTPS Traffic Leak
#192Something I have a hard time understanding, is how Cloudfare's cache generator page had access to sensitive information ? Were the 2 things running on the same process? If they were not, there's no way that the buffer overrun could read an other process memory, right? it would have failed with a segfault type of error. If so, shouldn't Cloudfare consider running the sensitive stuff on a different process, so that no…
SSL connections were terminating at the proxy, so the proxy used plain HTTP to the web service backends.
Re: List of Sites Affected by Cloudflare's HTTPS Traffic Leak
#193Anyway, I'm OK with them being on this list, as I believe understanding the scope of the problem is important to figuring out how we prevent these kinda problems in the future.. (For example, answering this question requires understanding who uses CloudFlare: Why are so many sites concentrated on a single infrastructure?)
Re: List of Sites Affected by Cloudflare's HTTPS Traffic Leak
#194Earlier quoted context omitted.
2FA doesn't protect you against cookie/token stealing. The website owners need to invalidate all of that on their ends.
It does and you don't even need real 2FA for it. Any non-trivial auth token comes with device or host fingerprinting. That's enough to stop this attack scenario in most cases.
Re: List of Sites Affected by Cloudflare's HTTPS Traffic Leak
#195I have hundreds of passwords in my password manager. That's going to take a week, considering I also have to work.
Re: List of Sites Affected by Cloudflare's HTTPS Traffic Leak
#196Earlier quoted context omitted.
2FA doesn't protect you against cookie/token stealing. The website owners need to invalidate all of that on their ends.
It does and you don't even need real 2FA for it. Any non-trivial auth token comes with device or host fingerprinting. That's enough to stop this attack scenario in most cases.
For instance, although I have never been to China, I once got a notification from Facebook that someone attempted a password reset on my account from China. This was shortly after the publication of LinkedIn's stolen database of users which affected millions of users including my account.
Re: List of Sites Affected by Cloudflare's HTTPS Traffic Leak
#197Earlier quoted context omitted.
It does and you don't even need real 2FA for it. Any non-trivial auth token comes with device or host fingerprinting. That's enough to stop this attack scenario in most cases.
As someone unfamiliar with this, can you please elaborate? Would the host be fingerprinted on every subsequent usage of the authentication token, and using what methods?
Re: List of Sites Affected by Cloudflare's HTTPS Traffic Leak
#198Earlier quoted context omitted.
@jgrahamc how can you even answer that question when you didn't detect the issue yourselves? The email we received was a joke, OK great our domains 'weren't affected' in the sense of memory dumps weren't being injected into our HTML, and luckily we only proxy static images/html through CF so at worst a visitor's google analytics cookie could have been leaked, but on a personal level any person who has used any CF-pro…
I haven't for once thought about cost or shareholder value in the last week. Been working round the clock to clean up and evaluate impact.
Re: List of Sites Affected by Cloudflare's HTTPS Traffic Leak
#199Earlier quoted context omitted.
So why do you have to change them all?
My cleartext passwords could have been dumped into the responses of some other site together with my user names. That's the gist of this incident.
Re: List of Sites Affected by Cloudflare's HTTPS Traffic Leak
#200Earlier quoted context omitted.
Inside of TLS, 1Password uses an additional SRP handshake that negotiates a static secret (like a DHE), which 1Password uses to both authenticate the user and set up an additional AES-GCM transport encryption. So even a full memory dump of what's transported in TLS should, as long as it's properly implemented, only reveal an SRP authentication session and subsequently symmetrically encrypted data. (And inside that SR…
I typically think of "encryption inside of encryption" as a boondoggle more likely to somehow break things than make things stronger. My confidence in that has dropped slightly in the past day.