• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Critical vulnerability in plesk ?, main domain

Bossman

Basic Pleskian
my server hostname is server.example123.com
my main domain is example123.com

i was trying to list content of file via php interpreter at my example123.com domain from file /root/somefile (file is owned by root), this root directory is up up outside vhosts directory, i was shock that i could list whatever i want and execute every command i want !, how this is possible ?

i have php 5.4, ssh access is blocked for user from my example123.com domain
php wich i created is owned by my example123.com hosting account user.
 
Hello,

What is your PHP handler type (Websites & Domains > example123.com > Hosting Settings > run PHP as)?
What is your file permissions of "/root" directory and "/root/somefile" file (output of `ls -ld /root /root/somefile`)?
 
Yes, it is apache2handler.
This matter is being take care of via Plesk support i will let you know how it goes.
But if you have any briliant idea which i could do let me know :)
 
Yes, it is apache2handler.
So, you use "Apache module" handler type. The documentation says:
It is the least secure option as all PHP scripts are executed on behalf of the apache user.
I advice to switch to "PHP-FPM application" handler type.

However, PHP scripts should be executed with apache, not root rights. I hope your apache web server doesn't run as root. Output of `system("id");` which you hasn't shared could confirm or deny this.

Anyway, I hope Plesk support will help you.
 
Yes system command does not work, i think it can be blocked via ASL. I don't want to mess around a lot till support will give me some info. I olso hope that apache is not run as root :). Thanks about info on handler security.
 
Back
Top