Home / Vulnerability Database / Android : SQLite query injection
Android
Android : SQLite query injection
Classification
OWASP Mobile Top 10 2014
PCI DSS 4.0
CWE
CWE/SANS Top 25 2011
CWE/SANS Top 25 2021
Overview
The application creates an SQLite database query based on the user input. An attacker can use it to gain unauthorized access to application data.
There is an important difference between SQL injections for SQL and SQLite. In contrast to classical attacks of this type, SQLite database query injection gives an attacker unauthorized read access, but does not allow to change the state of the database.
MEDIUM
DerScanner Severity Score
Do you want to fix Android : SQLite query injection in your application?
See also
Android
Android : Debug mode on
Android
Android : Error handling: generic exception
Android
