Potential Client-side SQL injection which has different impacts depending on the SQL use-case. The impact may include the circumvention of local authentication mechanisms, obtaining of sensitive data from the app, or manipulation of client-side behavior. It wasn’t possible to make certain that the source is untrusted, but the application should avoid concatenating dynamic data into SQL queries and should instead leverage parameterized queries. Likelihood: MEDIUM Confidence: LOW CWE: - CWE-89: Improper Neutralization of Special Elements used in an SQL Command (‘SQL Injection’)