Hacking Google for Fun and Profit
11–17 of 17 posts
Re: Hacking Google for Fun and Profit
#12I am in awe of your skills. This is the first time I have heard of this program and I must say that I am a little surprised at how little money they offer to developers in return for them exposing potentially catastrophic bugs. Some engineers at Google must be paid rough $500/hour and more so you would have thought that finding bugs of this magnitude for say $10,000 a pop would still be cheap.
You reckon? I doubt that engineers are making ~$1m/yr...
But I agree, that the time spent by someone discovering a bug is worth well over $500. Let say you spend 3-4 evenings playing with it and you find something. that roughly translates into 2 full days of work. Assuming $500-700/day figure (which might actually represent a significant amount of engineers at Google) they should be paying at least $1-1.5k per bug. But even that is on a cheap side I think...
Re: Hacking Google for Fun and Profit
#13It takes a bigger man (company), to admit they are wrong and reward people accordingly for helping them.
Although I would never be able to understand security on this level, it has always interested me since the days when hacking guides were galore across the Lycos and Yahoo directories
Re: Hacking Google for Fun and Profit
#14Well done -- an accomplishment indeed. Great content aside, I found the tone especially refreshing. Too often, it's "look how smart I am, and how stupid you all are" -- the brilliant jerk archetype. Thank-you.
Thanks :)
Re: Hacking Google for Fun and Profit
#15You conclude that these bugs are "subtle", but I don't quite agree. In some sense, ClickJacking is always "subtle"(vuln 2 and 3), and you can argue the same for any kind of side channel information leakage (vuln 1 and 2).
Except that clickjacking is known for years now and should be considered serious like XSS.
And the information leakage, well, it's IMO just not allowed to happen if you're a huge corporation implementing a worldwide single-sign-on identity service and many different types of web applications, while claiming to care about your user's privacy. It should be their number one priority and failing this means they're rolling out new features in a tempo that simply means they cannot hold true to claims about privacy.
Somebody else mentioned the tone of this article. While I'm not a big fan of the "jerk" attitude either when it comes to security testing (mostly because usually the bigger the mouth, the less interesting their feats), a security vulnerability is still a coding mistake that always ends up inconveniencing or endangering the privacy of the userbase. And I think that should be said. Which the author did. But he also downplayed the bugs by calling them "subtle" and then immediately praising Google for how lucky we are that they fixed them so quickly ... maybe I just do prefer the jerks, after all.
Re: Hacking Google for Fun and Profit
#16Re: Hacking Google for Fun and Profit
#17I am in awe of your skills. This is the first time I have heard of this program and I must say that I am a little surprised at how little money they offer to developers in return for them exposing potentially catastrophic bugs. Some engineers at Google must be paid rough $500/hour and more so you would have thought that finding bugs of this magnitude for say $10,000 a pop would still be cheap.
> Some engineers at Google must be paid rough $500/hour and more You reckon? I doubt that engineers are making ~$1m/yr... But I agree, that the time spent by someone discovering a bug is worth well over $500. Let say you spend 3-4 evenings playing with it and you find something. that roughly translates into 2 full days of work. Assuming $500-700/day figure (which might actually represent a significant amount of engin…