Abusing Gmail to get previously unlisted e-mail addresses
blog.0day.rocks
Abusing Gmail to get previously unlisted e-mail addresses
1–10 of 51 posts
Re: Abusing Gmail to get previously unlisted e-mail addresses
#2Re: Abusing Gmail to get previously unlisted e-mail addresses
#3Thanks Google :( I think they should at least put a rate limiter to that endpoint.
Re: Abusing Gmail to get previously unlisted e-mail addresses
#4Thanks Google :( I think they should at least put a rate limiter to that endpoint.
Nah, it's not a security bug, that means we can exploit it.
Re: Abusing Gmail to get previously unlisted e-mail addresses
#5Re: Abusing Gmail to get previously unlisted e-mail addresses
#6Earlier quoted context omitted.
Nah, it's not a security bug, that means we can exploit it.
Makes me wonder what they require to classify the bug as a security bug. Perhaps it gets classified otherwise since there's no data leakage other than an address? The existence of an address isn't exactly confidential.
1. Checking if an email address exists
2. Running it against a known dump of leaked data, with passwords etc
3. Try logging in to google account with the leaked password, hoping the user reuses passwords
Google encourages their users to use 2FA and has other measures to detect when logins are coming from unknown locations, so I guess they figured the risk of this was pretty low
Re: Abusing Gmail to get previously unlisted e-mail addresses
#7Re: Abusing Gmail to get previously unlisted e-mail addresses
#8Earlier quoted context omitted.
Makes me wonder what they require to classify the bug as a security bug. Perhaps it gets classified otherwise since there's no data leakage other than an address? The existence of an address isn't exactly confidential.
I guess the authors idea of 1. Checking if an email address exists 2. Running it against a known dump of leaked data, with passwords etc 3. Try logging in to google account with the leaked password, hoping the user reuses passwords Google encourages their users to use 2FA and has other measures to detect when logins are coming from unknown locations, so I guess they figured the risk of this was pretty low
Everybody should enable 2FA, and use the strongest 2FA you can. Buy a yubikey or other U2F key and use it for everything possible. And webdevs, please start supporting U2F in addition to RFC 6238 TOTPs. It's really not that hard.
Re: Abusing Gmail to get previously unlisted e-mail addresses
#9Re: Abusing Gmail to get previously unlisted e-mail addresses
#10This isn't an issue, you can do the same thing with the main login form and a number of undocumented APIs. I've never seen anyone else acknowledge "confirmation of email address existence" as a security issue and I don't see why Google should be the first.