TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Whatsapp security hole allows changing status message of other users

57 pointsby sssparkkkover 13 years ago

12 comments

alex1over 13 years ago
The site says the hole has been patched but I was just able to change my own status with this:<p><pre><code> curl -A "WhatsApp/2.6.7 iPhone_OS/5.0.1 Device/iPhone_4" --header "Accept-Language: en-us" --header "Accept-Encoding: gzip, deflate" --header "Connection: keep-alive" -d "cc=1&#38;me=%2B1{10_DIGIT_NUMBER}&#38;s={URL_ENCODED_STATUS}" https://s.whatsapp.net/client/iphone/u.php </code></pre> It did take some time to show up under my name, even after restarting the app.
chintan100over 13 years ago
Did anybody have any success with changing someone else's status with this? If so, please post.<p>I got the success message on site and restarted the app too on iPhone by killing it from the multitasking bar but my friend's status is still unchanged.<p>Makes me doubt it is a fraud site as BuddhaSource mentioned.
sssparkkkover 13 years ago
Some more information about this can be found here: <a href="http://packetstormsecurity.org/files/108010/SA-20111219-1.txt" rel="nofollow">http://packetstormsecurity.org/files/108010/SA-20111219-1.tx...</a>
评论 #3432803 未加载
fredleyover 13 years ago
As a frequent WhatsApp user, I must say I find this more amusing than anything. I've never really understood what the status feature is for anyway.
评论 #3432749 未加载
评论 #3434052 未加载
评论 #3433064 未加载
评论 #3432877 未加载
steipeteover 13 years ago
It's not changing status anymore, did they already block the site's IP?
BuddhaSourceover 13 years ago
Is this a Fraud site? Not working for me.
评论 #3432789 未加载
评论 #3433004 未加载
richardburtonover 13 years ago
I could not change mine. If the leak is plugged would you be willing to explain where the hole is?
jaipilot747over 13 years ago
What would the legal liabilities of this site be?
doppover 13 years ago
dumb question - how exactly can I try this? I went to the site, but didn't find relevant information.
thelicxover 13 years ago
Not working for me.
beerglassover 13 years ago
Ridiculous!
startupctoover 13 years ago
There's a few ways that they can patch this. I'm assuming that there's some sort of auth process in place for their http calls and this could simply be a case where this particular endpoint missed the auth.<p>Or they're simply blocking the whatsappstatus's ip and a fix would actually require both client side and server side changes.<p>But honestly its just a messaging app and how many people really cares if "let's go grab a beer" is encrypted or not.