The attack pattern is: 1) User goes to BAD website and signs up. 2) BAD website says “We’ve sent you an email, please enter the 6-digit code! The email will come from GOOD, as they are our sign-in partner.” 3) BAD’s bots start a “Sign in with email one-time code” flow on the GOOD website using the user’s email. 4) GOOD sends a one-time login code email to the user’s email address. 5) The user is very likely to trust…
It sounds good, unless granny needs to visit Google or Microsoft to get a new password after losing her phone. Then what??
Emailing a one-time code is worse than passwords
41–50 of 816 posts
Re: Emailing a one-time code is worse than passwords
#42Still seems far, far more likely that the average user will have their account stolen via password theft/reuse than the more complicated scheme the author is describing. Links instead of codes also fixes the issue.
Re: Emailing a one-time code is worse than passwords
#43Very short, badly written article. It can't even describe phishing correctly... At least label your threat model correctly. While the premise is correct -- it's easy to complain but the author also provides zero recommendations on what is a better form of MFA.
You misread the short article. It's about email as single factor auth, which has become very trendy of late. You just enter your email address, no password, and the email you a code. Access to your email is the only authentication.
Re: Emailing a one-time code is worse than passwords
#44Earlier quoted context omitted.
I'm not familiar with this issue and a quick search didn't turn up anything obvious. Would you mind elaborating?
They are referring to the ability of a site you are logging into forcing you to use a client from a specific list or having a list of clients to deny. It's copied over from FIDO hardware keys where each device type needed to be identifiable so higher tier ones could be required or unsecured development versions could be blocked.
Re: Emailing a one-time code is worse than passwords
#45I thought this was going to be about Passkeys. Maybe if the FIDO Alliance can stop being obstinant and allow real backups, I'd be all in on them.
Re: Emailing a one-time code is worse than passwords
#46Earlier quoted context omitted.
The article is not about MFA. It is about using email as a single factor.
Thats simple a lie or you didn't read the article. The very first bullet point states: Enter an email address or phone number That insinuates email OR SMS. It doesn't just mention email only.
The authentication factors of a multi-factor authentication scheme may include: 1. Something the user has: Any physical object in the possession of the user, such as a security token (USB stick), a bank card, a key, a phone that can be reached at a certain number, etc. 2. Something the user knows: Certain knowledge only known to the user, such as a password, PIN, PUK, etc. 3. Something the user is: Some physical characteristic of the user (biometrics), such as a fingerprint, eye iris, voice, typing speed, pattern in key press intervals, etc.
Email and phone are both in category one, comprising only one unique factor.
Re: Emailing a one-time code is worse than passwords
#47I'm having difficulty understanding what it means for an attacker to "send your email to a legitimate service"...
Re: Emailing a one-time code is worse than passwords
#48Very short, badly written article. It can't even describe phishing correctly... At least label your threat model correctly. While the premise is correct -- it's easy to complain but the author also provides zero recommendations on what is a better form of MFA.
It’s about single factor, password logins, using a one-time-token
Re: Emailing a one-time code is worse than passwords
#49Earlier quoted context omitted.
You misread the short article. It's about email as single factor auth, which has become very trendy of late. You just enter your email address, no password, and the email you a code. Access to your email is the only authentication.
The first bullet point mentions phone number. - Enter an email address or phone number Thats not just email, that's also SMS.
Re: Emailing a one-time code is worse than passwords
#50Earlier quoted context omitted.
The first bullet point mentions phone number. - Enter an email address or phone number Thats not just email, that's also SMS.
Email OR SMS is still one factor. Its not multiple factors. How are you not getting that? Do you know what MFA means?