Home / Vulnerability Database / Android : Intent without permissions
Android
Android : Intent without permissions
Classification
OWASP Mobile Top 10 2016
OWASP Top 10 2021
OWASP MASVS
CWE
Overview
The application tries to perform an operation without requesting the necessary permission.
In order to use certain Android functionality the application must get the permission from the user during installation. The developer must specify the required permissions in the Manifest file using <uses-permission/> tags. If it had not been done, the operations that have not received a permission crash with java.lang.SecurityException or without exceptions.
LOW
DerScanner Severity Score
Do you want to fix Android : Intent without permissions in your application?
See also
Android
Android : Debug mode on
Android
Android : Error handling: generic exception
Android
