Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPB Cup
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

11 Top Reasons Why WordPress Sites Get Hacked (& How to Prevent It)

Editorial Note: We earn a commission from partner links on WPBeginner. Commissions do not affect our editors' opinions or evaluations. Learn more about Editorial Process.

Recently, one of our readers asked us why WordPress sites get hacked.

It is frustrating to discover your WordPress site has been hacked. While hackers target all websites, you might be making some mistakes that leave your website vulnerable to attack.

In this article, we will share the top reasons why WordPress sites get hacked so you can avoid these mistakes and protect your website.

Why WordPress sites get hacked?

Why Is WordPress Targeted by Hackers?

First, it is not just WordPress. All websites on the internet are vulnerable to hacking attempts.

The reason that WordPress websites are a common target is that WordPress is the world’s most popular website builder. It powers over 43% of all websites, meaning hundreds of millions of websites across the globe.

This immense popularity gives hackers an easy way to find websites that are less secure so they can exploit them.

Hackers have various motives for hacking a website. Some are beginners who are just learning to exploit less secure sites. Others have malicious intentions, such as distributing malware, attacking other websites, and sending spam.

With that said, let’s look at some of the top causes of WordPress sites getting hacked so you can learn how to prevent your website from getting hacked.

1. Insecure Web Hosting

Like all websites, WordPress sites are hosted on a web server. Some hosting companies do not properly secure their hosting platform. This makes all websites hosted on their servers vulnerable to hacking attempts.

This can be easily avoided by choosing the best WordPress hosting provider for your website. Properly secure servers can block many of the most common attacks on WordPress sites.

If you want to take extra precautions, then we recommend using a managed WordPress hosting provider.

2. Using Weak Passwords

Using weak passwords

Passwords are the keys to your WordPress site. You need to make sure that you are using a strong, unique password for each of the following accounts because they can all provide a hacker complete access to your website:

  • Your WordPress admin account
  • Your web hosting control panel account
  • Your FTP accounts
  • The MySQL database used for your WordPress site
  • All email accounts used for WordPress admin and hosting

All these accounts are protected by passwords. Using weak passwords makes it easier for hackers to crack the passwords using some basic hacking tools.

You can easily avoid this by using unique and strong passwords for each account. See our guide on the best way to manage passwords for WordPress beginners to learn how to manage all those strong passwords.

3. Unprotected Access to WordPress Admin (wp-admin)

The WordPress admin area gives a user access to perform different actions on your WordPress site. It is also the most commonly attacked area of a WordPress site.

Leaving it unprotected allows hackers to try different approaches to crack your website. You can make it difficult for them by adding layers of authentication to your admin directory.

First, you should password-protect your WordPress admin area. This adds an extra security layer, and anyone trying to access WordPress admin will have to provide an extra password.

If you run a multi-author or multi-user WordPress site, then you can enforce strong passwords for all users on your site. You can also add two-factor authentication (2FA) to make it even more difficult for hackers to enter your WordPress admin area.

4. Incorrect File Permissions

File permissions

File permissions are a set of rules used by your web server. These permissions help your web server control access to files on your site. Incorrect file permissions can give a hacker access to write and change these files.

All your WordPress files should have a 644 value as file permission. All folders on your WordPress site should have 755 as their file permission.

See our guide on how to fix the image upload issue in WordPress to learn how to apply these file permissions.

5. Not Keeping WordPress Up to Date

Some WordPress users are afraid to update their WordPress websites. They fear that doing so will break their website.

Each new version of WordPress fixes bugs and security vulnerabilities. If you are not updating WordPress, then you are intentionally leaving your site vulnerable.

If you are afraid that an update will break your website, then you can create a complete WordPress backup before running an update. This way, if something doesn’t work, then you can easily revert back to the previous version.

You can learn more in our beginner’s guide on how to safely update WordPress.

6. Not Updating Plugins or Theme

Just like the core WordPress software, updating your theme and plugins is equally important. Using an outdated plugin or theme can make your site vulnerable.

Security flaws and bugs are often discovered in WordPress plugins and themes. Usually, theme and plugin authors are quick to fix them. However, if a user does not update their theme or plugin, then there is nothing they can do about it.

Make sure you keep your WordPress theme and plugins up to date. You can learn how in our guide on the proper update order for WordPress, plugins, and themes.

7. Using Plain FTP instead of SFTP/SSH

SFTP instead of FTP

FTP accounts are used to upload files to your web server using an FTP client. Most hosting providers support FTP connections using different protocols. You can connect using plain FTP, SFTP, or SSH.

When you connect to your site using plain FTP, your password is sent to the server unencrypted. That means it can be spied upon and easily stolen. Instead of using FTP, you should always use SFTP or SSH.

You don’t need to change your FTP client. Most FTP clients can connect to your website on SFTP as well as SSH. You just need to change the protocol to ‘SFTP – SSH’ when connecting to your website.

8. Using Admin as WordPress Username

Using ‘admin’ as your WordPress username is not recommended. If your administrator username is ‘admin’, then you should immediately change that to a different username.

For detailed instructions, check out our tutorial on how to change your WordPress username.

9. Nulled Themes and Plugins

Malware

There are many websites on the internet that distribute paid WordPress plugins and themes for free. You may feel tempted to use those nulled plugins and themes on your site.

Downloading WordPress themes and plugins from unreliable sources is very dangerous. Not only can they compromise the security of your website, but they can also be used to steal sensitive information.

You should always download WordPress plugins and themes from reliable sources such as the developer’s website or official WordPress repositories.

If you can’t afford to buy a premium plugin or theme, then there are always free alternatives available for those products. These free plugins may not be as good as their paid counterparts, but they will get the job done and, most importantly, keep your website safe.

You can also find discounts for many of the popular WordPress products in the deals section on our website.

10. Not Securing wp-config.php WordPress Configuration File

The wp-config.php WordPress configuration file contains your WordPress database login credentials. If it is compromised, then it will reveal information that could give a hacker complete access to your website.

You can add an extra layer of protection by denying access to the wp-config file using .htaccess. Simply add this code to your .htaccess file:

<files wp-config.php>
order allow,deny
deny from all
</files>

11. Not Changing WordPress Table Prefix

Many experts recommend that you should change the default WordPress table prefix. By default, WordPress uses wp_ as a prefix for the tables it creates in your database. You get an option to change it during the installation.

It is recommended that you use a more complex prefix. This will make it harder for hackers to guess your database table names.

For detailed instructions, see our guide on how to change the WordPress database prefix to improve security.

Cleaning Up a Hacked WordPress Site

Cleaning up a hacked WordPress site can be painful. However, it can be done.

Here are some resources to get you started on cleaning up a hacked WordPress site:

Bonus Tip

For rock-solid security, we use Sucuri on all our WordPress sites. Sucuri provides malware detection and removal services as well as a website firewall that will protect your website against the most common threats.

Read the story of how Sucuri helped us block 450,000 WordPress attacks in 3 months.

We hope this article helped you learn the top reasons why a WordPress site gets hacked. You may also want to see our guide on how to increase your blog traffic or our expert tips to speed up WordPress performance.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

Disclosure: Our content is reader-supported. This means if you click on some of our links, then we may earn a commission. See how WPBeginner is funded, why it matters, and how you can support us. Here's our editorial process.

Editorial Staff

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

The Ultimate WordPress Toolkit

Get FREE access to our toolkit - a collection of WordPress related products and resources that every professional should have!

Reader Interactions

7 CommentsLeave a Reply

  1. Syed Balkhi says

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. Jiří Vaněk says

    What exactly do the directives for securing the wp-config.php file using the .htaccess file do? Do they deny access to anyone from the outside, allowing access only to the file by specific applications? Am I understanding it correctly?

    Won’t this cause some other problem of not being able to access the file?

    • WPBeginner Support says

      It would prevent access from someone trying to open the file directly and in most cases should not cause a problem with limiting access this way.

      Admin

      • Jiří Vaněk says

        Thank you for answer. I just wanted to make sure that there could be a situation where I would break some internal WordPress communication. I definitely apply security.

  3. Amit Khandelwal says

    Hello, i have secure my wp-admin folder through folder privacy but how can i do the same for wp-login url?

  4. Dragos says

    You can also not install in the default location your WordPress website so you can actually install the wp into a folder named “secure” and then with some tricks your visitors will enter to your website.com not website.com/secure in order to see your site.

Leave A Reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.

WPBeginner Assistant
How can I help you?

By chatting, you consent to this chat being stored according to our privacy policy and your email will be added to receive weekly WordPress tutorials from WPBeginner.