Event Field String Concatenation
Lambda event fields are directly concatenated or interpolated into SQL strings without parameterization.
SQL injection vulnerability where the Lambda handler builds SQL by concatenating user-controlled event fields, potentially allowing attackers to read or change database records, run unauthorized queries, or escalate privileges using crafted input that reaches dynamic SQL.
Configuration changes required - see explanation below.
Configuration changes required - see explanation below.
Lambda event fields are directly concatenated or interpolated into SQL strings without parameterization.
Sourcery automatically identifies sql injection from event data in sql string in aws lambda and many other security issues in your codebase.