Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


freitasm

BDFL - Memuneh
80672 posts

Uber Geek
+1 received by user: 41123

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

#319159 28-Mar-2025 18:11
Send private message

From Pwning a major New Zealand service provider:

 

 

When I typed in my phone number to make an account I noticed it make an outgoing HTTP request checking if I already had an account.

 

https://kiwiservices.example.com/users?filter=["phone":"64123456789"]

 

Yes, you just had the same thought as me. If I removed the filter, what would happen? Would it return user details unrelated to my account, or would it just error out?

 

Well it actually turned out, neither. The request timed out after 30 seconds with no data returned. However this is still very odd as the request should have either given an error code or some kind of response.

 

My next thought was that what if the request was timing out because it was trying to do a computationally heavy task such as gathering multiple users details and send it to me.

 

After some trial and error I managed to finally make the request work.

 

https://kiwiservices.example.com/users?range=[1,1] // Requests the first user

 

This returned a list of user[s] containing the following data (censored) for what seemed to be a testing account...

 

 

My small group of peers have an idea of which organisation this could be related to. I guess we won't have confirmation if they don't disclose it.

 

 





Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


Create new topic
raytaylor
4076 posts

Uber Geek
+1 received by user: 1296

Trusted

  #3358288 28-Mar-2025 18:48
Send private message

Sounds like a good result. 





Ray Taylor

There is no place like localhost

Spreadsheet for Comparing Electricity Plans Here


Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.