Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') [VID:89:com/veracode/verademo/controller/BlabController.java:490] #58
Labels
Veracode Pipeline Scan
A Veracode Flaw found during a Pipeline Scan
VeracodeFlaw: High
A Veracode Flaw, High severity
https://github.com/repo-scan-demo/verademo-01/blob/00d623a646659ef0c8b33949141508069f37cd2c/src/main/java/com/veracode/verademo/controller/BlabController.java#L485-L495
Filename: com/veracode/verademo/controller/BlabController.java
Line: 490
CWE: 89 (Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection'))
This database query contains a SQL injection flaw. The call to java.sql.PreparedStatement.executeQuery() constructs a dynamic SQL query using a variable derived from untrusted input. An attacker could exploit this flaw to execute arbitrary SQL queries against the database. executeQuery() was called on the blabberQuery object, which contains tainted data. The tainted data originated from an earlier call to AnnotationVirtualController.vc_annotation_entry. Avoid dynamically constructing SQL queries. Instead, use parameterized prepared statements to prevent the database from interpreting the contents of bind variables as part of the query. Always validate untrusted input to ensure that it conforms to the expected format, using centralized data validation routines when possible. References: CWE OWASP/nDon't know how to fix this? Don't know why this was reported?
Get Assistance from Veracode
The text was updated successfully, but these errors were encountered: