Earlier quoted context omitted.
It is far from over, too! Google Cache still has loads of sensitive information, a link away! Look at this, click on the downward arrow, "Cached": https://www.google.com/search?q="CF-Host-Origin-IP:"+"author... (And then, in Google Cache, "view source", search for "authorization".) (Various combinations of HTTP headers to search for yield more results.)
It seems like the reasonable thing for Google to do is to clear their entire cache. The whole thing. This is the one thing that they could do to be certain that they aren't caching any of this.
Cloudflare Reverse Proxies Are Dumping Uninitialized Memory
451–460 of 1001 posts
Re: Cloudflare Reverse Proxies Are Dumping Uninitialized Memory
#452Re: Cloudflare Reverse Proxies Are Dumping Uninitialized Memory
#453Cloudflare isn't just a security hole in the middle of the internet, they're a protection racket. If you wanted to pay to DDoS a site, search for "booter" and you'll get a list of sites that will take another site off the internet for money with a flood of traffic. quezstresser.com webstresser.co topbooter.co instabooter.com booter.xyz critical-boot.com top10booters.com betabooter.com databooter.com etc. etc. - from…
Another implication: they could be using their access to these sites' traffic to prepare their own infrastructure for attacks before they happen. There's nothing about their hosting of these sites that doesn't reek.
Re: Cloudflare Reverse Proxies Are Dumping Uninitialized Memory
#454Earlier quoted context omitted.
In what way is this a protection racket? That's sort of like complaining that mob-owned businesses enjoy the same police & fire protection that all other businesses have.
Cloudflare sells protection from the internet attacks through its network. The same company and network facilitates the organisation of those same attacks, and helps keep them anonymous. That's a high-tech protection racket.
If you want to claim it's unethical... maybe. But if you think about it from their position, it could genuinely get into a slippery slope if you start policing what services you're reverse proxying. Especially considering the rate they're growing now.
Think of it this way: should Google be compelled to remove all search results for all booters and other malware-related services? It's asking a lot.
Re: Cloudflare Reverse Proxies Are Dumping Uninitialized Memory
#455Oh, my god. Read the whole event log. If you were behind Cloudflare and it was proxying sensitive data (the contents of HTTP POSTs, &c), they've potentially been spraying it into caches all across the Internet; it was so bad that Tavis found it by accident just looking through Google search results. The crazy thing here is that the Project Zero people were joking last night about a disclosure that was going to keep e…
Re: Cloudflare Reverse Proxies Are Dumping Uninitialized Memory
#456Earlier quoted context omitted.
What about Bing, Baidu, Yandex, The Internet Archive, and Common Crawl? What about caches that are surely maintained by the NSA, ФСБ, and 3PLA?
Of course. Google dumping their cache puts only a small dent into the problem, but I feel that it's their responsibility to the innocent site operators caught in the middle of this.
Re: Cloudflare Reverse Proxies Are Dumping Uninitialized Memory
#457Anyone wrote a script yet that checks the top 1M (or so) web sites to find out which use Cloudflare? It would help with knowing what secrets I need to change (as an end user -- I'm not a Cloudflare customer, thank $deity).
Yup, running it now. Results are being posted as fast as I can here: https://github.com/pirate/sites-using-cloudflare
$ cat sorted_unique_cf.txt | wc -l
7385121
$ cat sorted_unique_cf.txt | uniq |wc -l
4287625Re: Cloudflare Reverse Proxies Are Dumping Uninitialized Memory
#458I'm a little drunk so please forgive me if I'm way off base here or if I'm ultimately describing a service that already exists. Unless I'm mistaken, CloudFlare's services necessarily require they act as a MITM. Would it be possible or practical change the DDoS protection service such that it uses an agent on the customer's end (the CF customer) that relays relevant data to CF, instead of having CF MITM all data? As i…
Re: Cloudflare Reverse Proxies Are Dumping Uninitialized Memory
#459Re: Cloudflare Reverse Proxies Are Dumping Uninitialized Memory
#460Earlier quoted context omitted.
Yes. Think of it this way. You have a function that strips all colons from your input. For some reason - in certain cases - your code misbehaves and when you are replacing the colons with an empty character you accidentally replace that colon with other data you have in the memory. So now all the colons in your input have been replaced with data that you shouldn't have touched. So now whoever sent you an input, gets…
But how is Google getting headers from the users of the sites, it should be from their crawler
Then Google accesses the website as the crawler (user B), and their header and data is saved in M2. However, Google triggered a bug and now has access to M1 as well. So now Google sees their own headers + my data + other garbage.