[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MULTIPLE REMOTE SQL INJECTION VULNERABILITIES---MIM:InfiniX v1.2.003--->
- To: bugtraq@xxxxxxxxxxxxxxxxx
- Subject: Re: MULTIPLE REMOTE SQL INJECTION VULNERABILITIES---MIM:InfiniX v1.2.003--->
- From: robi@xxxxxxx
- Date: Thu, 14 May 2009 03:39:23 -0600
Subject: solution for MIM:InfiniX Multiple SQL Injection Vulnerabilities
Date: Thu, 14 May 2009 11:46:26 +0200
hello,
the solution is:
PHP magic_quotes_gpc = ON
you can fix by .htaccess as:
php_value magic_quotes_gpc 1
you can find bug fixed version on:
http://sourceforge.net/projects/infinix/
Thanks.
Best Regards,
rbk