Joshua S. Clark will be presenting on second order SQL injection, including what it is, an example, and recommendations for prevention. It involves malicious SQL being saved to a database and used in another query, allowing an attacker to indirectly attack an application. Recommendations include input validation with whitelisting, using parameterized queries, stored procedures, and the mysqli() function instead of mysql_query().