IP addresses of visitors? Depending on the site or visitor, that could be theoretically a compromise.
But the parent comment is untrue. Cloudflare will have unencrypted data in memory at some point, even if it's encrypted coming and going. This is how they eliminate the scary browser message about self-signed certificates, ironically.
"Live" is somewhat misleading here: the leaks are out there, in crawler caches. Do you consider such source "live", even though it is no longer leaking data?
This is at about 38 upvotes ATM, and I believe it may not be killed for anybody's whims after that. It's tech-related, actual, and liked by the community here (not that is of particular interest to me but still).
For ex. It says uber.com is not vulnerable - because the homepage isn't, while the app is consitantly one of the most impacted in the caches I've seen
I don't think anyone has really nailed the methodology here - and I think that is important (as is erring towards false positives rather than false negatives) for security mitigation advice
Reddit is somewhat complicated. Their main IPs appear to be the Fastly CDN. This post[1] shows they used Cloudflare at some point, but only for users that had ticked a specific box. The post is a bit old, so I'm unclear if that's still the current setup.
Of course, mine isn't exactly performant, was the result of about 15 minutes of work, and just uses that Github repo with the list of affected domains (so, not exactly the most comprehensive). But hey, it was fun to build.
28 comments
[ 2.8 ms ] story [ 74.2 ms ] threadhttp://www.doesitusecloudflare.com/?url=www.stacktoheap.com
But the parent comment is untrue. Cloudflare will have unencrypted data in memory at some point, even if it's encrypted coming and going. This is how they eliminate the scary browser message about self-signed certificates, ironically.
dig website.com +short | head -n1 | xargs -- whois | grep -q cloudflare
For ex. It says uber.com is not vulnerable - because the homepage isn't, while the app is consitantly one of the most impacted in the caches I've seen
I don't think anyone has really nailed the methodology here - and I think that is important (as is erring towards false positives rather than false negatives) for security mitigation advice
These lists are bad, because they list any Cloudflare clients that can be found, not just the ones that might have had exposed data.
[1]https://thenextweb.com/insider/2014/09/08/reddit-launches-fu...
https://www.reddit.com/r/programming/comments/5vtv16/cloudfl...
http://cloudbleed.surge.sh
Of course, mine isn't exactly performant, was the result of about 15 minutes of work, and just uses that Github repo with the list of affected domains (so, not exactly the most comprehensive). But hey, it was fun to build.