Direct Event Field Concatenation
Lambda event fields are directly inserted into SQL queries without parameterization.
SQL injection vulnerability where user-controlled Lambda event fields are concatenated into SQL strings without parameters or proper validation, potentially allowing attackers to read, modify, or delete database data and exfiltrate sensitive information.
Configuration changes required - see explanation below.
Configuration changes required - see explanation below.
Lambda event fields are directly inserted into SQL queries without parameterization.
Sourcery automatically identifies sql injection from aws lambda event data in sql string and many other security issues in your codebase.