LFD Suspicious Process Warning For Cron After WP 4.9.1 Upgrade
-
The day after upgrading my sites to WordPress 4.9.1, I started getting notices from ConfigServer Firewall (CSF) Login Failure Daemon (LFD) that say:
lfd on host.myserver.com: Suspicious process running under user iwp_user Time: Tue Dec 5 11:01:19 2017 -0500 PID: 15316 (Parent PID:15313) Account: iwp_user Uptime: 78 seconds Executable: /home/virtfs/iwp_user/opt/cpanel/ea-php70/root/usr/bin/php Command Line (often faked in exploits): /opt/cpanel/ea-php70/root/usr/bin/php /home/iwp_user/public_html/iwp/cron.php
The warning appears to have been triggered by the time it took IWP’s cron.php to execute, which exceeds the setting (60s) I have in CSF.
I haven’t changed that setting or added any sites. The only change seems to have been the WordPress upgrade, so all I’ve been able to figure out so far is that cron.php apparently has taken less time than the 60s limit prior to the WP 4.9.1 upgrade, but now it takes longer and is triggering the warnings.
I know I could increase the 60 second limit, or whitelist cron.php in CSF, but I would rather not do so if this is pointing to some issue following the update. I don’t see anything in my error logs.
The server is just coasting, so would adjustment of the App Settings in IWP reduce the time cron.php takes to run? My current settings, which I don’t think I’ve ever changed from the defaults, are:
- MAX SIMULTANEOUS READ / WRITE REQUESTS PER IP: 2
- MAX SIMULTANEOUS REQUESTS FROM THIS SERVER: 3
- TIME DELAY BETWEEN REQUESTS TO WEBSITES ON THE SAME IP: 200
- The topic ‘LFD Suspicious Process Warning For Cron After WP 4.9.1 Upgrade’ is closed to new replies.