You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2025. It is now read-only.
Describe the Software Vulnerability
The identified vulnerabilities involve the improper or unnecessary use of dangerous Android permissions, such as:
WRITE_EXTERNAL_STORAGE: Grants the app permission to write data to external storage. This poses risks of unauthorized access to sensitive user data if exploited.
READ_PHONE_STATE: Allows the app to access telephony-related information, such as phone state and network details, which can lead to privacy breaches if misused.
READ_EXTERNAL_STORAGE: Grants the app permission to read data from external storage. Like the WRITE permission, this can lead to data exposure if improperly managed.
Data Backup Safety: Ensures application data backups are secure and do not expose sensitive data.
The key concern here is whether these permissions are essential for the app's functionality. Unnecessary permissions increase the attack surface, leading to potential exploitation by malicious entities.
Type of Vulnerability
Security Hotspot related to Android permissions.
Expected outcome
The app will now use permissions that are less sensitive, reducing the risk of security vulnerabilities.
Compliance with secure coding practices will be achieved, enhancing the app's overall security posture.
The app will still retain necessary functionality without compromising user privacy unnecessarily.