Google apps whitelist hardcoded into Chromium open source project
41–50 of 61 posts
Re: Google apps whitelist hardcoded into Chromium open source project
#42From the source: Allow Chrome Web Store extensions, built-in extensions and extensions under development (for calls from whitelisted apps amongst others)
Re: Google apps whitelist hardcoded into Chromium open source project
#43 — Ron JeffriesRe: Google apps whitelist hardcoded into Chromium open source project
#44Re: Google apps whitelist hardcoded into Chromium open source project
#45Re: Google apps whitelist hardcoded into Chromium open source project
#46Re: Google apps whitelist hardcoded into Chromium open source project
#47Earlier quoted context omitted.
Did a bit of digging - it lets NACL apps downloaded from those whitelisted Google apis have access to "dev interfaces". Brief search shows that these dev interfaces would have the ability to access the user's PC outside of the Chrome sandbox. In effect, this gives Google remote code execution rights from their domains on anybody running Chromium.
I only use Chrome to access Google apps/docs/gmail, since it seems to work better than other browsers for this. Looking like it might be worth setting up a VM appliance for this now.
Re: Google apps whitelist hardcoded into Chromium open source project
#48Re: Google apps whitelist hardcoded into Chromium open source project
#49Also, with >10,000 engineers (even assuming they are the best 10k in the world), mistakes will be made which is why vulnerabilities exist in the real world.
I guess what I'm trying to say is. Don't act surprised. We've seen it before and we will see it again.
Re: Google apps whitelist hardcoded into Chromium open source project
#50Throwing some more info here, this is the NaCl whitelist, looks like it was originally added Feb last year [1]. There's a discussion on Chromium Code Reviews here [2], and an issue on the project itself here [3] The original commit includes the comment 'We should remove this code when PNaCl ships' which got removed somewhere along the way. [1] http://src.chromium.org/viewvc/chrome/trunk/src/chrome/rende... [2] https:…