MagicDude4Eva
Banned
Watch the Cloudbleed issue being downplayed and it will only hit broader news in days to come. If you use a generic password across multiple sites (such as forums and blogs) and you happen to use the same password for your email/banking, I suggest you change it.
No fear-mongering, but a good explanation here: https://medium.com/@octal/cloudbleed-how-to-deal-with-it-150e907fd165#.mo5h83sh9
Looking at you iol.co.za, mg.co.za and mybroadband.co.za and 6200 other domains:
Between 2016-09-22 - 2017-02-18 passwords, private messages, API keys, and other sensitive data were leaked by Cloudflare to random requesters. Data was cached by search engines, and may have been collected by random adversaries over the past few months.
Requests to sites with the HTML rewrite features enabled triggered a pointer math bug. Once the bug was trigerred the response would include data from ANY other cloudfare proxy customer that happened to be in memory at the time. Meaning a request for a page with one of those features could include data from Uber or one of the many other customers that didn't use those features. So the potential impact is every single one of the sites using CloudFare's proxy services (including HTTP & HTTPS proxy).
Source: https://news.ycombinator.com/item?id=13719518 and https://bugs.chromium.org/p/project-zero/issues/detail?id=1139
No fear-mongering, but a good explanation here: https://medium.com/@octal/cloudbleed-how-to-deal-with-it-150e907fd165#.mo5h83sh9
Looking at you iol.co.za, mg.co.za and mybroadband.co.za and 6200 other domains:
Code:
~/Sandbox: grep -i "mybroadband" sorted_unique_cf.txt
mybroadband.co.za
mybroadband.co.za
grep -i "co\.za" sorted_unique_cf.txt | wc -l
6188
Between 2016-09-22 - 2017-02-18 passwords, private messages, API keys, and other sensitive data were leaked by Cloudflare to random requesters. Data was cached by search engines, and may have been collected by random adversaries over the past few months.
Requests to sites with the HTML rewrite features enabled triggered a pointer math bug. Once the bug was trigerred the response would include data from ANY other cloudfare proxy customer that happened to be in memory at the time. Meaning a request for a page with one of those features could include data from Uber or one of the many other customers that didn't use those features. So the potential impact is every single one of the sites using CloudFare's proxy services (including HTTP & HTTPS proxy).
Source: https://news.ycombinator.com/item?id=13719518 and https://bugs.chromium.org/p/project-zero/issues/detail?id=1139
Last edited: