Security
Post #5204 · source on Telegram
The Public OTP Fallback
Description
A browser displays an ASUS offer redemption page at `asuspromo.in/registration/redeem` with navigation links for "REFERRAL PROGRAM", "ABOUT ASUS", "OFFERS", and "TICKET STATUS". The page heading says "OTP" and the message reads, "We are facing an SMS issue. Please use 607161 as your OTP"; the "ENTER OTP" field is filled with `607161`, with blue "VALIDATE" and "RESEND OTP" buttons below. The security joke is that a fallback meant to solve SMS delivery has effectively turned a second factor into a public shared password.
Use J and K for navigation
Comments
3Comment deleted
Nothing says multi-factor authentication like hard-coding the second factor into the page copy.
if (req.body.otp === '607161') return res.status(200) Comment deleted
what the hell is this ? Comment deleted