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: <253892709.20060226085334@tochka.ru> Date: Sun Feb 26 13:17:27 2006 From: sockaddr at tochka.ru (sockaddr@...hka.ru) Subject: mysql <= 5.0.18 RST/GHC advisory#39 Product: MySQL Version: <=5.0.18 URL: http://www.mysql.com/ [Summary] An attacker has the opportunity to bypass query logging. [Details] In case the " log" parameter is On, server saves all database queries in file. Attacker can use NULL symbol in query to bypass loggin. All data after NULL symbol will cut off and attacker's queries won't be logged. [Exploit] mysql_connect(...); mysql_query('/*'.chr(0).'*/ SELECT * FROM table'); [Author] 1dt.w0lf RST/GHC http://rst.void.ru http://ghc.ru