Fake Logins, Real Costs: The OTP Bug Worth €X,XXX
一家东南亚电动汽车初创公司的移动应用在手机号验证过程中存在重大漏洞:即使输入的手机号从未注册过,系统仍会发送验证码至该号码。这一缺陷可能导致滥用、经济损失甚至平台被封禁。 2025-7-3 04:54:1 Author: infosecwriteups.com(查看原文) 阅读量:18 收藏

Erkan Kavas

In modern mobile apps, account verification via SMS and WhatsApp is standard practice. But what happens when a company skips the most basic check — whether an account even exists?

image @ g2.com

In a recent test, I discovered that one electric vehicle (EV) company left the door wide open for abuse in their mobile number verification system. Let’s break down what happened, why it’s dangerous, and how it could cost real money — and even lead to platform bans.

The target app, a mobile platform developed by a Southeast Asian electric vehicle startup, offers SMS and WhatsApp verification when a user wants to “log in” or “register.” Sounds normal, right? (Yeah very normal…)

But here’s the catch: the server would happily send a verification message to any number, even if that number was never registered.

All I needed was Burp Suite to intercept the request and change the user first register_before=true then give phone number. Even if I had never created an account with that number, the system responded as if I had — triggering a real SMS or WhatsApp verification message.

There was no backend check to confirm whether the account existed. (Yeeyy!)


文章来源: https://infosecwriteups.com/fake-logins-real-costs-the-otp-bug-worth-x-xxx-74a422791385?source=rss----7b722bfd1b8d--bug_bounty
如有侵权请联系:admin#unsafe.sh