Login page broken after code injection
-
After a code injection attack into header.php on my site no login page classes are showing on the body tag on the /wp-admin login page. It’s normally <body class=”login login-action-login wp-core-ui locale-en-us”> but now just <body> is showing. There is a blank character (actually the SOH character) between the “y” and “>”.
Where can I check where this code is generated?
Also the injected code was highly obfuscated. I’m going through backups trying to figure out when the code injection happened. The front-end of the site still seems fine, but turning on WP_DEBUG does not output errors nor warnings.
The topic ‘Login page broken after code injection’ is closed to new replies.