• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Input do you still need to use disabled_functions with cloudlinux alt-php and cagefs

Jurgen

New Pleskian
Hi,

In the past plesk used to disable php functions like exec passthru shell_exec system etc. I noticed that this isn't the case anymore and by default only opcache_get_status is disabled.

I wonder if this is the best and secure configuration. We currently use Cloudlinux (7 and 8) with lsphp (alt-php) and cagefs so most of the securityrisk are beeing taken care of by cagefs. However, if a site gets compromised a hacker can still deploy and run some scripts/binary's within this cage i guess. Also, is it really needed to disable opcache_get_status if you use lsphp as there is a php process for each user within his own cage.

I started this thread with the idea of finding out how other hosting companies configure php and think about these features.
 
We're blocking all commands that can lead to root access, including exec, shell_exec, etc.
 
Back
Top