392 matches found
Uber: developer.uber.com/404 and developer.uber.com/docs/404 are susceptible to iframes
Issue You can iframe the error pages for https://developer.uber.com/404 and https://developer.uber.com/docs/404 Proof of concept An example can be found here http://codepen.io/JacobReynolds/pen/VaMbde?editors=1010 Impact There is not a large security impact from a cursory glance at the 404 pages...
Uber: Disclosure of ways to the site root
Hello. Go to this address and you see error with addresses https://trip.uber.com/1% Request GET /1% HTTP/1.1 Host: trip.uber.com Connection: keep-alive Cache-Control: max-age=0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,/;q=0.8 User-Agent: Mozilla/5.0 Windows NT 6.1;...
Uber: User credentials are not strong on vault.uber.com
I was just trying to login vault.uber.com I entered email xx and password xx, I got loggedin to someones account. I entered email zz and password zz, I got loggedin to someones account. It means passowrd complexity and length of username/email is not enforced. This allowed my to access the someon...
Uber: Information disclosure at lite.uber.com
Hello! 1. At https://lite.uber.com/auth/login I get 302-redirect to https://login.uber.com. 2. After post my email and password I get callback to https://lite.uber.com/auth/callback?code=efopqUAx2uwMOqJafHGj2OP8yNxXkf 3. At this page we can see trace stack with names of nodejs modules, full path...
Uber: Easy spam with USE My PHONE Feature
By this Bug we can easily spam anyone's phone with Uber Sms We just need to use his/her phone number while registration and Open https://partners.uber.com/dashboard/documents/ so we have 2 option 1st is upload and 2nd is Send Sms on phone so we can spam anyone's phone by using sms feature you...
Uber: Session Impersonation in riders.uber.com
Steps: First log in as attacker in riders.uber.com. Victim now opens https://login.uber.com/login in same browser eg: net cafe. It asks you to enter login credentials even though another session is alive. If victim enters his account credentials, he will be taken to riders site. Even though rider...
Uber: Possibility to get private email using UUID
Given the UUID of a user it was possible to get their email address by passing in their UUID via POST to /support/tickets inside of the token parameter...
Uber: Possible to View Driver Waybill via Driver UUID
Due to an access control vulnerability it was possible to view the waybill of an arbitrary driver/partner by supplying their UUID to the /rt/drivers/DRIVERPARTNERUUID/waybill endpoint...
Uber: Use Partner/Driver App Without Being Activated
This report is a duplicate of 126260 and allows for someone who is not an activated Driver/Partner to log into the Uber Partner app. As stated in 126260 this doesn't allow you to Go Online but does allow you to see how the app functions as if you were a driver/partner...
Uber: Brute Forcing rider-view Endpoint Allows for Counting Number of Active Uber Drivers
m.uber.com has an endpoint at https://m.uber.com/proxy-rt/product/city/rider-view that when called will return a list of nearby vehicles. By iterating through all latitudes and longitudes, it is possible to count the total number of active Uber drivers. The full URL to be called is...
Uber: It is possible to re-rate a driver after a very long time
Hi It is not possible to edit your rating but there is a way to bypass that restriction Steps: 1- login to your uber account https://riders.uber.com 2- View your trips https://riders.uber.com/trips 3- choose one of your trips 4- click on resend 5- check your email 6- you will find a button in ema...
Uber: Pixel flood attack in https://riders.uber.com/profile
Hi, It is the exact issue described here: https://hackerone.com/reports/390 Where uploading lottapixel.jpg it causes your service to time out HTTP/1.1 504 Gateway Time-out Server: nginx Date: Wed, 30 Mar 2016 02:29:22 GMT Content-Type: text/html; charset=utf-8 Content-Length: 13928 Connection:...
Uber: Disclosure of ip addresses in local network of uber
Hi, i have found several DNS records at Google DNS server 8.8.8.8 pointing to Uber local servers: ▶ nslookup logs.uber.com Server: 8.8.8.8 Address: 8.8.8.853 Non-authoritative answer: Name: logs.uber.com Address: 10.6.0.1 ▶ nslookup kerberos.uber.com Server: 8.8.8.8 Address: 8.8.8.853...
Uber: SMS Flood with Update Profile
SMS will send when user update the profile and keep updating the user profile will result in keep sending the SMS, Step to reproduce 1. Login to https://riders.uber.com 2. Go to https://riders.uber.com/profile 3. Update the Account Information, any field for Example FirstName 4. A SMS wil be...
Uber: Changing Driver Passwords With Only an Authenticated Session (no password, no email)
It is possible to completely take over a driver's account with only an authenticated session. If a driver is logged on and wants to change their password, they will be asked for their current password changePassword.png, but when they want to change their email, they are not asked for their curre...
Uber: Uploading Plain Text to uber-documents.s3.amazonaws.com Through the Driver Document Upload Page
Hi, When a new driver is registering on Uber, they have to upload a variety of files proof of insurance, ID, etc. When these files are being uploaded, Uber.com only checks whether the files have the correct extension. This means that one can upload a plain text file with a .png extension and it...
Uber: Uber password reset link EMAIL FLOOD
Step to reproduce Uber password reset link EMAIL FLOOD POC Video https://youtu.be/PPJkOEo6Mw 1. Used OWSAP ZAP Proxy 2. Generated the forgotten password Link of my account [email protected] 3. Used ZAP to replay the packet 4. The Number of replay resulting into number of password link email...
Uber: text injection in get.uber.com/check-otp
Text Injection no HTML or JS in a landing page on get.uber.com...
Uber: XSS In archive.uber.com Due to Mime Sniffing in IE
archive.uber.com hosts a mirror of pypi at archive.uber.com/pypi/simple/. It mirrors all of the .tar.gz that are uploaded to pypi. The MIME type of all the .tar.gz files is application/octet-stream. Since the MIME type is not specified, browsers will automatically try to determine the type of the...
Uber: CSV Injection in business.uber.com
business.uber.com allows for names to begin with an = which allows for injection of formulas into the downloaded CSVs. I wasn't quite sure what to categorize this as since there are two main problems with allowing injection of formulas into a CSV: 1. It allows for data exfiltration through...