Nulled plugin
Definition
A nulled plugin is an unauthorized, usually modified copy of a paid plugin that often includes malware or backdoors.
Also called: nulled plugins, pirated plugin, cracked plugin
Why it matters for WordPress
“Free Pro download” sites do not remove the license check out of kindness. They often add webshells, spam injectors, or phone-home code. You trade a license fee for a persistent compromise that can outlive the plugin you thought you wanted.
How it shows up in practice
- Plugins installed from random zip sites or “GPL clubs”
- Mystery admin users, odd cron jobs, or PHP in uploads after install
- Update mechanisms that pull more malware later
- Support nightmares: the real vendor will not help a pirated copy
What to do
- Buy or use legitimate free plugins from wordpress.org and known vendors.
- Remove nulled copies immediately; treat the site as potentially compromised.
- Scan for malware and backdoors, rotate credentials, regenerate salts.
- Rebuild from clean sources when you cannot trust the file tree.
Go deeper
Want the full walkthrough?
This page stays short on purpose. The guide covers steps, examples, and what to check on a live WordPress site.
Open full guideRelated terms
Nearby ideas in the dictionary
- Plugin supply chain Plugin supply-chain risk is when trusted plugin code or updates become a path for attackers.
- Malware Malware on WordPress is unwanted code that steals data, spam-sends, redirects visitors, or keeps a backdoor open.
- Backdoor A backdoor is hidden access an attacker leaves so they can return without the original vulnerability.
- Webshell A webshell is a small script uploaded to the server that lets an attacker run commands through the browser.