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

Description#

User-controlled data from AWS Lambda event objects is being included directly in SQL statements without proper sanitization or parameterization. This allows attackers to inject malicious SQL code by manipulating input values.

Impact#

If exploited, an attacker could manipulate the database by executing unauthorized queries, such as reading, modifying, or deleting data. This can lead to data breaches, data loss, or compromise of the entire application backend.