Live data from Hacker News

List of Sites Affected by Cloudflare's HTTPS Traffic Leak

github.com

41–50 of 228 posts

Re: List of Sites Affected by Cloudflare's HTTPS Traffic Leak

#41

I would like to point out that, if most sites used two-factor authentication, this leak would be at most a minor inconvenience. Maybe we should push for that more. Just days ago I talked to Namecheap about its horrible SMS-only 2FA and asked them to implement something actually secure, maybe contact your favorite site if they don't have 2FA yet.

Can you explain how 2FA would have helped?

Unless the web site was paranoid enough to encrypt your password client-side before sending it to the server, it's possible the password was leaked.

With 2FA, your password and a one-time code were leaked and cached somewhere, but in order to log in as you today, an intruder would need to know a new code. And they wouldn't, unless you happened to set up your time-based one-time password (TOTP, e.g. Google Authenticator) during this timeframe as almost_usual mentioned. The reason here is because it's possible the secret key was leaked, so now someone can generate the same numbers your app is generating.

xuki mentions that 2FA doesn't protect you against stolen bearer tokens, which is another issue. The usefulness of a stolen token depends if it's expired or not. If you haven't, force a signout of all your sessions to invalidate old tokens (and change your passwords).

Re: List of Sites Affected by Cloudflare's HTTPS Traffic Leak

#42
post #40

That list isn't that useful... First of all, there is a LOT of pages hosted by CloudFlare @taviso acknowledged that in the original bug report. ( https://bugs.chromium.org/p/project-zero/issues/detail?id=11... ) Furthermore, you can't say which sites were hit by this bug and simply listing all CloudFlare sites is more or less fearmongering. If you are a verified victim of this bug CloudFlare will contact you. Lastly,…

> If you are a verified victim of this bug CloudFlare will contact you.

Where do you have that info from?

Re: List of Sites Affected by Cloudflare's HTTPS Traffic Leak

#43
post #40

That list isn't that useful... First of all, there is a LOT of pages hosted by CloudFlare @taviso acknowledged that in the original bug report. ( https://bugs.chromium.org/p/project-zero/issues/detail?id=11... ) Furthermore, you can't say which sites were hit by this bug and simply listing all CloudFlare sites is more or less fearmongering. If you are a verified victim of this bug CloudFlare will contact you. Lastly,…

> If you are a verified victim of this bug CloudFlare will contact you. Where do you have that info from?

We are in the process of contacting customer who we are able had information cached by a search engine.

Re: List of Sites Affected by Cloudflare's HTTPS Traffic Leak

#44

Aww man I submitted my list hours ago but I guess it never made it past the New page. https://github.com/pirate/sites-using-cloudflare Original post: https://news.ycombinator.com/item?id=13720199

Hey! Super useful, thanks. Quick question: news.ycombinator.com (as an example) is listed in the README as a potentially affected site, but I don't see it in the raw dump that I've downloaded. Am I crazy?

I fixed the uploaded list, it now appears in the text file.

Re: List of Sites Affected by Cloudflare's HTTPS Traffic Leak

#45
post #21

The title is misleading (for now). It is just a list of all sites using CF, compromised or not.

All sites are compromised. Anything which was in memory, which could be any site, would be spewed out. Regardless of which site was used as the trigger.

Re: List of Sites Affected by Cloudflare's HTTPS Traffic Leak

#46

Earlier quoted context omitted.

> If you are a verified victim of this bug CloudFlare will contact you. Where do you have that info from?

We are in the process of contacting customer who we are able had information cached by a search engine.

this doesn't even begin to cover the possible scope of the leak does it?

Re: List of Sites Affected by Cloudflare's HTTPS Traffic Leak

#48
post #40

That list isn't that useful... First of all, there is a LOT of pages hosted by CloudFlare @taviso acknowledged that in the original bug report. ( https://bugs.chromium.org/p/project-zero/issues/detail?id=11... ) Furthermore, you can't say which sites were hit by this bug and simply listing all CloudFlare sites is more or less fearmongering. If you are a verified victim of this bug CloudFlare will contact you. Lastly,…

While Cloudflare might contact their customers, it's no guarantee that the customers will actually notify their users, so I think this is a good way to find out which sites I might have to change my passwords and API keys on.

Re: List of Sites Affected by Cloudflare's HTTPS Traffic Leak

#49
post #40

That list isn't that useful... First of all, there is a LOT of pages hosted by CloudFlare @taviso acknowledged that in the original bug report. ( https://bugs.chromium.org/p/project-zero/issues/detail?id=11... ) Furthermore, you can't say which sites were hit by this bug and simply listing all CloudFlare sites is more or less fearmongering. If you are a verified victim of this bug CloudFlare will contact you. Lastly,…

I think you're seriously underestimating cloudflares fuckup here.

Listing all CloudFlare proxied sites is exactly the right thing to do. Everyone seems to have been in the scope of the bug, and CF doesn't seem to have any good way of identifying affected customers.

Re: List of Sites Affected by Cloudflare's HTTPS Traffic Leak

#50
post #45
post #21

The title is misleading (for now). It is just a list of all sites using CF, compromised or not.

All sites are compromised. Anything which was in memory, which could be any site, would be spewed out. Regardless of which site was used as the trigger.

A quote from the page:

> This list contains all domains that use cloudflare DNS, not just the cloudflare proxy (the affected service that leaked data).

Post reply on HN