-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SECURITY] Jitsi Meet Room IDs are predictable #14836
Comments
As per this can you please test this on 'latest' please? https://rocketchat.github.io/docs/contributing/reporting-issues/ Use at least v1.1.2 and if you can try 1.2.0 - Develop |
Hi @reetp, I just tested it for Version 1.1.2 on our test environment, it's the same behavior. Best |
#12259 would secure this. Making Rocket.Chat a gate keeper. So only those authorized would get token generated for that specific room |
Thank you for the hint, @geekgonecrazy. JWT would fix the issue if we'd use Jitsi only in connection with Rocket.Chat, which is not the case. We use Jitsi as a standalone service as well as Rocket.Chat. Best |
Hello all ! Here is my problem, I have private rocketchat + jitsi. I am wondering if it is possible to remove the randomness (room ID) from the and just use the room name when a videoconference is started. The reason why is that Jitsi + Jigasi are integrated and I need a standard room name so the sip clients can dial in ... Thanks in advance.. as per mickymiek... moved to CF #17389 |
I'm in the same boat as @lightngn, I think there should be an option make the jitsi room have the same name as the rocketchat channel it was started from. |
CF #17389 |
@geekgonecrazy Best |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Description:
RocketChat generates Jitsi Room IDs which are predictable instead of randomized room id's.
Expected behavior:
RocketChat should generate Jitsi Room IDs with randomness
Actual behavior:
When a jitsi call is initiated from within RocketChat a jitsi room id is generated.
There are two types of rooms:
channels/groups chats which generate a id with the following format:
direct (person to person) chats which have the following format:
The Id's are generated by Redis (17characters long). The Id's do not change and always stay the same for the same room or person.
There exists one special channel/group with the id GENERAL.
Here are some example id's, the Id's for direct chats seem to be sorted lexicographically (A-Z then a-z):
Server Setup Information:
Additional context
Threat:
Attackers can join calls once they learned the id's.
The RocketChat instance id as well as the id of your own user can be learned by initiating a call with yourself.
To learn the id of other users a call to them can be initiated. There possibly exist other ways to learn the ids.
To learn the channel id attackers need to be part of them at least once.
An attacker can easily join all person to person meetings this way and try to gain information.
Users can detect this easily by looking at the participants of the meeting.
Alternatively attackers could execute a DoS attack by setting a password to the channels.
Users can simply choose another room id.
The text was updated successfully, but these errors were encountered: