
Stealthy Backdoor in WordPress mu-plugins Folder Enables Persistent Access
A new stealthy backdoor has been discovered in the WordPress "mu-plugins" folder, allowing attackers to maintain persistent access and control over compromised sites. Researchers at Sucuri identified this backdoor, which exploits the automatic execution and hidden nature of must-use plugins in WordPress. Must-use plugins are special plugins that are automatically activated and cannot be disabled through the WordPress admin interface, making them an ideal hiding spot for malicious code.
The technical implications of this discovery are significant. WordPress is one of the most widely used content management systems (CMS), and its extensibility through plugins makes it a common target for attackers. The mu-plugins folder is particularly concerning because plugins in this directory are executed automatically and cannot be easily disabled by administrators. This allows attackers to maintain long-term access to a compromised site, even if other parts of the site are cleaned or updated.
The impact on the cybersecurity landscape is notable. This discovery highlights the importance of monitoring and securing all aspects of a WordPress installation, not just the more visible and manageable parts. It underscores the need for regular security audits and the use of tools that can detect hidden or unusual files in critical directories. For cybersecurity professionals, this serves as a reminder to regularly audit the file system, especially directories like mu-plugins that can be used for persistence. Implementing file integrity monitoring to detect unauthorized changes and ensuring proper access controls and logging are in place can help detect and respond to suspicious activities.
Expert insights suggest that administrators should be educated about the risks associated with must-use plugins and the importance of maintaining a secure and up-to-date WordPress environment. Regularly updating WordPress core, themes, and plugins, along with implementing strong security measures such as web application firewalls (WAFs) and intrusion detection systems (IDS), can help mitigate the risk of such backdoors.