IDOR - send a message on behalf of other user
Medium
M
Mozilla
Submitted None
Actions:
Reported by
lamscun
Vulnerability Details
Technical details and impact analysis
Hi there,
I just found an IDOR in https://hello.dev.myhubs.net/. It allow attacker send a message on behalf of other user
Step to reproduce:
- 1. Admin: Create Room
- 2. Attacker: Join room
- 3. Attacker get "session_id" of other user in response "presence_diff"
{F2200381}
- 4. Attacker send add "session_id" parameter to request send message
```
["8",null,"hub:84fbckn","message",{"session_id":"<victim_session_id>","body":"eeeee","type":"chat"}]
```
{F2200382}
- Now the message will be send on behalf of victim
POC:
{F2200384}
## Impact
It allow attacker send a message on behalf of other user
Report Details
Additional information and metadata
State
Closed
Substate
Resolved
Submitted
Weakness
Insecure Direct Object Reference (IDOR)