57 shaares
  
        1 result
        
        
          
          tagged
          
              
                
                  sql
                
              
          
        
        
        
      
    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.