Webcam Test Test Guide
Summary Description
Webcam Test is used to check if the Dapp silently accesses the camera. When the Dapp uses the camera, it should request permission. By default, the Dapp should not be granted camera access directly.
Vulnerability Identification
- Click on the Start Webcam Test button.
- If a small window appears at the top of the page asking for permission to access the camera, it means the Dapp requires permission to access the camera.
- If clicking directly displays video information in the "Camera Info" box, the vulnerability is confirmed.
Solution
It is recommended to alert users about camera usage operations and to request user authorization before executing these actions.