Topic: Important Security Patch for 6.18-6.20
I recieved information yeasterday about a potential security risk in PHP Classifieds 6.20, and 6.18/6.19 will probably also be affected. You need to upgrade imidiatly! This issue lets a user without password login and publish ads if you know one of the emailaddresses registered in the system.
It will only be a problem on servers running with magic_quotes_gpc = Off. If you have a Cpanel server, you are not affected in most cases since Magic_quotes_gpc is default.
To check if you can be affected, put a php file named test.php with content <? phpinfo(); ?> in a web folder and access it from your web-browser. Magic_quotes_gpc shall be ON to be secure.
Two ways to solve.
Either:
- Set magic_quotes_gpc = On in file php.ini on your server, it will also increase security for entire server.
OR:
- Visit our Download Area and replace member_login.php with the one in the .zip file there (Security Patch).
Package 6.20 has also been updated today with this fix. If you have downloaded after 13.02.2006, you are secure.