Property
Languagejava
Severitymedium
CWECWE-89: Improper Neutralization of Special Elements used in an SQL Command (‘SQL Injection’)
OWASPA01:2017 - Injection
Confidence LevelMedium
Impact LevelMedium
Likelihood LevelMedium

Description#

User-supplied input from public methods is being used directly in SQL statements without proper sanitization. This allows attackers to manipulate database queries by injecting malicious SQL code.

Impact#

If exploited, an attacker could access, modify, or delete sensitive data in the database, bypass authentication, or compromise the entire application. This can lead to data breaches, loss of data integrity, and severe damage to the organization’s reputation.