• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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