• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Big security problem in apache

L

luribe

Guest
Hi,

I have a Plesk server with 5 clients, all with a different domain and of course a different folder in /home/httpd/vhosts.

But every client can see the other clients folder with a simple php file like this:
<? system("ls -l /homt/httpd/vhosts") ?>

There is a way to change this? Anyone have the same problem? How we can fix that?

Update There is a way, in php.ini set the variable disable_function to: dl,system,exec,passthru,shell_exec (and/or add the functions you want to restrict.)

But, this could give me a problem with plesk or the application vault?
 
Back
Top