Jitsi privacy flaw enables one-click stealth audio and video capture
11–20 of 37 posts
Re: Jitsi privacy flaw enables one-click stealth audio and video capture
#12Maybe my Mac is set to be paranoid, but can you share video without being asked to give the mic and camera permission to operate? I chat with jitsi all the time and have to give jitsi explicit permission to use the mic/camera each time.
Re: Jitsi privacy flaw enables one-click stealth audio and video capture
#13Re: Jitsi privacy flaw enables one-click stealth audio and video capture
#14The user has given permission for audio and videos recording to the jitsi domain during a previous meeting, and the domain is using those permissions to start an unsolicited meeting initiated by a 3rd party, who is given access to the video and audio of the victim.
Re: Jitsi privacy flaw enables one-click stealth audio and video capture
#15Can someone describe the feature that this is used for? I struggle to think of any valid reason for automatic joining with audio/video like that.
I would say it's to reduce friction - only grant permission once, rather than every time you join a jitsi meeting.
I'm not a fan, either. I'm used to the interstitial page from other services, and in fact would not expect to join a call and stream data before hitting "join".
Jitsi is used in many custom solutions (which may have their own UI for getting user opt-in, like a customer hitting "Next step" in a registration wizard), I expect that's why they added it.
Re: Jitsi privacy flaw enables one-click stealth audio and video capture
#16Maybe my Mac is set to be paranoid, but can you share video without being asked to give the mic and camera permission to operate? I chat with jitsi all the time and have to give jitsi explicit permission to use the mic/camera each time.
Re: Jitsi privacy flaw enables one-click stealth audio and video capture
#17Re: Jitsi privacy flaw enables one-click stealth audio and video capture
#18Can someone describe the feature that this is used for? I struggle to think of any valid reason for automatic joining with audio/video like that.
That said, I can't think of a reason why you'd want to permit it outside of very specific containers. Useful for integration, but outright bad design for a public instance.
Re: Jitsi privacy flaw enables one-click stealth audio and video capture
#19config.prejoinConfig.enabled=false
config (which implicitly decides weather or not a prejoin dialog is shown)
but this makes me wonder
1. why can you set that config in a URL? Allowing users to set it for them-self seems fine, but allowing rooms or URL to use it seems ... off.
2. how many other sites have this attack surface (e.g. MS Teams) just more obscure
3. actually the moment the attacker controls JS probably *all* other video conference systems have the feature, through potentially needing a lot of additional work. In which case maybe just being straightforward and open about it is fine? But the cost of such an attack is just a very bit too low compared to other conference systems.
Re: Jitsi privacy flaw enables one-click stealth audio and video capture
#20Maybe my Mac is set to be paranoid, but can you share video without being asked to give the mic and camera permission to operate? I chat with jitsi all the time and have to give jitsi explicit permission to use the mic/camera each time.
yes it's a browser setting to "remember mic/camera permission for given site"
to which extend this "remember" is there by default, can be disabled through system config/MDA etc. is probably very
lastly iff that is a default for Safari on Mac I wouldn't be surprised if that was not only placed their to protect your safety but to annoy you and push you to use Mac, it would fit into a sad list of similar things done by Apple to push people to go through their app store. But then more safe is still more better for many users.