potential bug report – include repeatedly inserted in wp-config.php
-
Hi,
On several of the hosting accounts under our management, we’re seeing that the following line gets added multiple times/repeatedly:
@(include '/data/sites/web/REDACTED/www/malcare-waf.php');Interestingly (not sure if related) we see code referring to a non-existing file:
cat /data/sites/web/REDACTED/www/malcare-waf.php<?php // Please validate auto_prepend_file setting before removing this file if (file_exists('/data/sites/web/REDACTED/www/wp-content/plugins/blogvault-real-time-backup/protect/prepend/ignitor.php')) { define("MCDATAPATH", '/data/sites/web/REDACTED/www/wp-content/mc_data/'); define("MCCONFKEY", 'REDACTED'); include_once('/data/sites/web/REDACTED/www/wp-content/plugins/blogvault-real-time-backup/protect/prepend/ignitor.php'); } ?>cat /data/sites/web/REDACTED/www/wp-content/plugins/blogvault-real-time-backup/protect/prepend/ignitor.php cat: /data/sites/web/REDACTED/www/wp-content/plugins/blogvault-real-time-backup/protect/prepend/ignitor.php: No such file or directorygrep malcar www/wp-config.php @(include '/data/sites/web/REDACTED/www/malcare-waf.php');cat /data/sites/web/REDACTED/www/malcare-waf.php <?php // Please validate auto_prepend_file setting before removing this file if (file_exists('/data/sites/web/REDACTED/www/wp-content/plugins/blogvault-real-time-backup/protect/prepend/ignitor.php')) { define("MCDATAPATH", '/data/sites/web/REDACTED/www/wp-content/mc_data/'); define("MCCONFKEY", 'REDACTED'); include_once('/data/sites/web/REDACTED/www/wp-content/plugins/blogvault-real-time-backup/protect/prepend/ignitor.php'); } ?>cat /data/sites/web/REDACTED/www/wp-content/plugins/blogvault-real-time-backup/protect/prepend/ignitor.php cat: /data/sites/web/REDACTED/www/wp-content/plugins/blogvault-real-time-backup/protect/prepend/ignitor.php: No such file or directoryPlease reach out if you need further info from our end.
The topic ‘potential bug report – include repeatedly inserted in wp-config.php’ is closed to new replies.