Daily Shaarli

All links of one day in a single page.

October 17, 2024

SQL Injection Isn't Dead Smuggling Queries at the Protocol Level - DEF CON 32 - Paul Gerste
thumbnail

SQL injections seem to be a solved problem; databases even have built-in support for prepared statements, leaving no room for injections. In this session, we will go a level deeper: instead of attacking the query syntax, we will explore smuggling attacks against database wire protocols, through which remote, unauthenticated attackers can inject entire (No)SQL statements into an application's database connection.