image dsbw

GET all Company Support Users Details including email and phones + Mass Account Take Over



Published il y a 3 mois

image de GET all Company Support Users Details including email and phones + Mass Account Take Over

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.

the idea is when attacker try to change support contact user email with new attacker email, they send to you ( attacker inbox )
the 2 emails 1 of attacker and second for support thats want to change
the idea is this request it enumerat support users with just the id ( based on id )
and whene you send the request you could get full informations about this support user in userListSearch endpoint

After my testing i find thats some Company auditors users you can make you email as default if there is no primary contact in there account and you can take over there account by send rest email and i have a poc
you will find details in the bottom

1/ you need to be loged in as admin go to admin.company.com
2/ go to this endpoint with put request

PUT /admin/redactedpath/settings HTTP/2
Host: admin.company.com

{"idUser":1,"idUser":"HERE_PUT_THE_ID_OF_SSUPORT","fullName":"Name","email":"test@test.com",...}

for geting this users info you could make simple search in this endpoint and you will find theme
POST /admin/redactedpath/userListSearch HTTP/2

i dont want to make alot of acount take over i made just 1 for POC

account take over for {"userId":xxxxxx
"name":"XXXX XXX"
"email":"xxx.xxx@attacker.com"
,...}
now the email is xxx.xxx@attacker.com and the PASSWORD is MyNewPassword

Impact
Massive account take over + informations disclousure
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 →