image dsbw

FULL access to all CUSTOMERS information including emails for all users in Company DataBase



Published il y a 3 mois

image de FULL access to all CUSTOMERS information including emails for all users in Company DataBase

Hi, This is DevSecure Team ,we specialize in uncovering hidden vulnerabilities that pose real-world risks to modern web applications.
All vulnerabilities shared in these write-ups are fully redacted — any company names, domains, or sensitive details are replaced with placeholders such as company.com. Each finding was responsibly disclosed through the Intigriti platform and has been verified and resolved by the affected vendor.

Every post represents our commitment to ethical hacking, responsible disclosure, and continuous learning, helping organizations strengthen their defenses while contributing to a safer global cybersecurity ecosystem.

this is critical because its a full access to PII information including emails for all customers in company database even its not in my tenant or Context
and i access it with low privilige a admin user with no access to any data for his tenant can access to all of thats

POC
1/ log in here https://admin.company.com/ as admin
2/ go to https://admin.company.com/user/details/linkedusers
3/ you can see in the burpsuit a url request to api
GET /api/rest/user/details/linkedUsers?start=0&limit=100 HTTP/1.1
Host: api.company.com
get the cookies from this request we will use theme in the next request or just replace (/user/details/linkedUsers?start=0&limit=100) with (/user/details/110?limit=50 HTTP/1.1)
3/ from this endpoint and using your cookie you can get user information including email addresse
for a user with id 110

GET /api/rest/userdetails/110?limit=50 HTTP/1.1
Host: api.company.com

now you can access to any user in company database
this is my id
1133224

i try it with some ids as POC
any hacker can enumerate full db in just 1 HOUR

and as a admin you can try this with other admin with no access ( with his cookie) to any thing in the company and stel have access to full company users info in db

Impact
PII CUSTOMERS INFORMATION DISCLOSURE

Platform : Intigriti
Timeline :
Reported: 10/02/2023
Triaged: 13/02/2023
Accepted & paid: 13/02/2023
Bounty: €3,000
https://app.intigriti.com/profile/merroun

More Articles You May Like

Blog Image
IDOR Get any Customer all invoices

1/ create new company and login 2/ go to services-api.company.com/customers/{UUID}/invoices?invoiced=false 3/ change UUI...

Read More →
Blog Image
get personal information of workers

1/ go to this endpoint https://company.com/search?p_p_lifecycle=0&saveLastPath=true&q=cv&type=com.liferay.document.libra...

Read More →
Blog Image
Extract all users emails end with( @company.com ) with names in DB of Company users

i found a method to get all emails with @company.com in company admin db the method is in 2 steps after login as admin 1...

Read More →