lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <a2d3b1b16dad5cad72adcd4923d9d9fd@mail.onsec.ru> Date: Fri, 06 Nov 2009 15:55:22 +0300 From: Vladimir Vorontsov <vladimir.vorontsov@...ec.ru> To: Full disclosure <full-disclosure@...ts.grok.org.uk> Subject: MySQL trick for SQL injection Good day! I recently encountered a problem with the implementation of SQL injection. I wanted to write a file with the code interpreter to execute commands, but in the end always append bracket, which I thought was supposed to be a spoiler. Comments at the end of the query to be filtered. The last character is always append a closing parenthesis. Use a null-byte, too, was impossible. Was an injection of this type: $query = "select bla-bla from content_comments where user_id in (select user_id from User where id =".removeBadChars($_GET['id']).");"; Where removeBadChars () kills such things as: -- /* but leaves /**/ I wanted to write a script to execute commands in a file. The rows included in the first select, but the presence of brackets before inkludom demanded its closure after it. Besides tricky function is not allowed to finish a comment form - or /* at the end of the query. As a result, very surprised, because that's such an option: select bla-bla from content_comments where user_id in (select user_id from User where id = 1/**/into/**/outfile/**/"/var/www/avatars/img.php") recorded in the file the result of EXTERNAL select!. Checked in MySQL 4.1.22 MySQL 5.1.x -- ----------------------------------------------------------------- Best regards! Vladimir Vorontsov, security expert. ONsec: turn on security _______________________________________________ Full-Disclosure - We believe in it. Charter: http://lists.grok.org.uk/full-disclosure-charter.html Hosted and sponsored by Secunia - http://secunia.com/
Powered by blists - more mailing lists