Показать сообщение отдельно

Automatic creation of SQL injection and cross-site scripting attacks
  #30  
Старый 18.06.2009, 20:08
Аватар для Fugitif
Fugitif
Постоянный
Регистрация: 23.09.2007
Сообщений: 416
Провел на форуме:
1781065

Репутация: 869
По умолчанию Automatic creation of SQL injection and cross-site scripting attacks

Automatic creation of SQL injection and cross-site scripting attacks

Цитата:
This paper presents an automatic technique for creating inputs that expose SQLI and XSS vulnerabilities. The technique generates sample inputs, symbolically tracks taints through execution (including through database accesses), and mutates the inputs to produce concrete exploits. Ours is the first analysis of which we are aware that precisely addresses second-order XSS attacks.

Our technique creates real attack vectors, has few false positives, incurs no runtime overhead for the deployed application, works without requiring modification of application code, and handles dynamic programming-language constructs. We implemented the technique for PHP, in a tool Ardilla. We evaluated Ardilla on five PHP applications and found 68 previously unknown vulnerabilities (23 SQLI, 33 first-order XSS, and 12 second-order XSS).
Download PDF

http://www.cs.washington.edu/homes/m...-abstract.html
 
Ответить с цитированием