Salt Key Update Broke Website
-
Hi,
I think there’s a bug in the salt update feature. I’m not sure if we set it or it’s set by default but the plugin has a feature that updates the salt keys automatically on a schedule. Our website just went down and when we figured out why it’s because one of the salt keys was set to this:define(‘AUTH_SALT’, ‘_{deNP\d(..9`Q.}/[s@)dQ[qn{1R|[S5IyLt0_gM”dYv/;w.\lDnCC_Z~oy0r\’);
Note the the last character in the salt string is a \ . The \ right before the ‘ seems to be escaping the ‘ therefore keeping the string open, which leads to a php error for the missing closing parenthesis, which php doesn’t see because it thinks it’s part of the string.
Sucuri needs to fix this bug so it doesn’t break any other websites. We’ve deactivated that feature for now ( go to Sucuri/Settings/Post Hack tab to disable it ) , and I would suggest everyone does until they fix that bug.
- You must be logged in to reply to this topic.