CVE-2021-33057
https://notcve.org/view.php?id=CVE-2021-33057
The QQ application 8.7.1 for Android and iOS does not enforce the permission requirements (e.g., android.permission.ACCESS_FINE_LOCATION) for determining the device's physical location. An attacker can use qq.createMapContext to create a MapContext object, use MapContext.moveToLocation to move the center of the map to the device's location, and use MapContext.getCenterLocation to get the latitude and longitude of the current map center. La aplicación QQ versión 8.7.1 para Android e iOS no aplica los requisitos de permiso (por ejemplo, android.permission.ACCESS_FINE_LOCATION) para determinar la ubicación física del dispositivo. Un atacante puede usar qq.createMapContext para crear un objeto MapContext, usar MapContext.moveToLocation para mover el centro del mapa a la ubicación del dispositivo y usar MapContext.getCenterLocation para obtener la latitud y la longitud del centro del mapa actual • https://arxiv.org/pdf/2205.15202.pdf https://github.com/BESTICSP/Vulnerabilities-Related-to-Mini-Programs-Permissions/blob/main/QQ%20applet%20location%20permission%20vulnerability%20report.pdf https://tencent.com • CWE-862: Missing Authorization •