15 Ways To Harden the Security of your WordPress Site

WP Engine: ‘15 Ways To Harden the Security of your WordPress Site‘ By Darcy Wheeler, October 27, 2016

“Security is not about perfectly secure systems. Such a thing might well be impractical, or impossible to find and/or maintain. What security is though is risk reduction, not risk elimination. It’s about employing all the appropriate controls available to you, within reason, that allow you to improve your overall posture reducing the odds of making yourself a target, subsequently getting hacked.” — codex.wordpress.org

Website security is often a top concern for WordPress site owners and prospects. While 26 percent of all websites on the internet are powered by WordPress, because of its popularity the CMS is often targeted by hackers. However, that doesn’t mean your site has to fall victim to malicious behavior.

While no system is 100 percent hack-proof, there are certain measures you can take to prevent a hacked WordPress site. To reduce your chances of being affected by a disastrous brute-force or DDoS attack, read below for the most important WordPress security tasks you should implement to become more proactive against potential threats.

 

15 WORDPRESS SECURITY TIPS

1. Keep WordPress Core, Themes and Plugins Up to Date

The most common culprit of a hacked WordPress website is due to an outdated component. Outdated plugins, themes, and core open the portal for a potentially hacked site. When left un-updated, these outdated files are traceable and make your site a target by outside intruders.

In fact, in one study 54 percent of reported WordPress security vulnerabilities belonged to outdated WordPress plugins (outdated WordPress core accounted for 37 percent and outdated WordPress themes accounted for 11 percent of vulnerabilities).

Ensuring your WordPress site is up-to-date is simple. When you see an orange notification in your WordPress dashboard next to plugins, themes, or a notification to upgrade WordPress, update ASAP!

If your site is hosted with WP Engine, we’ll automatically run these WordPress core updates for you, although you will need to be attentive with themes and plugins to update them accordingly to protect your website from malware.

How to configure automatic updates

If you’d rather not do it manually, you can configure automatic updates. To auto-upgrade WordPress core, insert this code into your wp-config.php file:

code_define

For plugins, use:

code-plugin

For themes, use:

code_theme

 

2. ONLY INSTALL TRUSTED WORDPRESS PLUGINS AND THEMES

15tips-1

On WordPress.org the “Popular” and “Featured” sections of the plugin directory are a good place to start when looking for trusted, secure plugins.

To detect if a theme or plugin can be trusted or not, first, read its ratings. There you can find clues to whether there have been security breaches or issues in the past, like buggy updates.

You’ll also want to check to see when a plugin/theme was last updated. If a plugin or theme hasn’t received an update in some time (say years), then the inactiveness in that plugin/theme is a sign you should look somewhere else.

In addition, analyzing a plugin or theme’s popularity is another way to better ensure you aren’t installing malicious code into your WordPress site.

A plugin/theme that’s widely popular isn’t necessarily less likely to be targeted by hackers but is more likely to be updated with security patches regularly due to its wide use.

 

3. REMOVE UNUSED PLUGINS AND THEMES

15tips-2

Over time, your WordPress site will require some housekeeping.

As you start to accumulate themes and plugins, you should go through and dispose of the ones you no longer use. Getting rid of unnecessary clutter is likely to make your site run faster, as well as remove security vulnerabilities from stagnant or outdated add-ons.

If using WordPress multisite, try using a plugin like Plugin Activation Status to perform a plugin audit and detect unused plugins across all sites in the multisite network.

See the codex on WordPress housekeeping for more information on how to remove unused plugins and themes.

 

4. INSTALL A WORDPRESS SECURITY PLUGIN

Installing a WordPress security plugin is a no-brainer when it comes to enhancing the security of your site. To become more proactive against security threats, try installing a plugin like one of these to minimize any security vulnerabilities.

(If you’re a WP Engine customer, be sure to check our disallowed plugins list as there are a few WordPress security plugins we already install for you.)

Sucuri Security

15tips-4_sucuri
iThemes Security

15tips-4_ithemes
Bulletproof Security

15tips-4_bulletproof

 

5. REGULARLY BACKUP YOUR WORDPRESS SITE

15tips-5

WP Engine offers daily site backups and one-click restore so you can rest at ease knowing your work is safe.

Even if you take the above security precautions (and the ones listed after) you should always backup your WordPress site.

Backing up your WordPress site is fairly easy to do, as given these instructions by WordPress. Or you can try a plugin like BackupBuddy.

If it’s something you’d rather not have to worry about, WP Engine conducts automatic backups for you every day. That way you can rollback to your original site *should* you ever lose your site due to an outside invasion.

 

6. ENFORCE STRONG PASSWORDS AND USERNAMES

15tips-6

We’re all guilty of using a password that’s simple to remember. But using an easy password, say one that contains your birth year, makes it easier for hackers to crack the code using brute force automated scripts, which continuously try to guess your password and username over and over.

To ensure your password is strong and secure enough, use a tool like Strong Password Generator or Strong Random Password Generator.

You should also force other users on your site to use a strong password. You can use a WordPress plugin like Force Strong Passwords to enforce strong passwords. (If you’re a WP Engine customer, we automatically install this plugin for you.)

 

7. USE TWO-FACTOR AUTHENTICATION (2FA)

Enabling 2FA adds an extra layer of security to your login credentials. 2FA works by requiring a second factor of information that only you can give, like a code sent to your phone to verify your activity on a specific computer.

That way it’s harder for an intruder to steal your information if they log in through a different device.

Here are some WordPress plugins you can use for 2FA:

15tips-7

Graphic Source: Google Support

Google Authenticator

Duo Two-Factor Authentication

Two Factor Authentication

Clef

Authy

Rublon 2FA

As a WP Engine customer, you can implement Two-Factor authentication through the User Portal.

 

8. CHANGE OR OMIT THE “ADMIN” USERNAME

15tips-8

By default, WordPress gives the primary domain account the username “admin”. Leaving the username as “admin” is an instant security threat to your site. If an attacker wants to crack the code, half of the puzzle is already solved and all that’s left to guess is your password.

Removing or changing the “admin” username is the next step to improving site security. To do this, simply go to the “users” section of the WordPress admin panel and rename or delete the “admin” account or username.

WP Engine does not allow the use of the “admin” username and will automatically remove it for you, replacing the admin name with a “wpengine account” name. This account is used by our support team. We implement special configurations to prevent attacks on the “wpengine” user account specifically.

 

9. LIMIT LOGIN ATTEMPTS

15tips-9

WordPress doesn’t have a limit as to how many times one can guess a password to log in. This presents a problem because determined hackers won’t give up.

For example, a hacker could use a script to enter different password combinations (called brute-force attacks) until they’ve cracked the code.

To resolve this issue, you should limit login attempts. Here are some plugins built for limiting logins:

Login Lockdown

Limit Login Attempts

Jetpack Protect

To prevent forgetful customers or employees from getting locked out, you can also whitelist certain IP addresses (Jetpack Protect is great for this).

If you’re on WP Engine, we’ve also built proprietary security into our platform to help limit login attempts.

 

10. MONITOR INCOMING ATTACKS

It’s vital to log incoming security attacks so you’re aware of what’s going on inside your WP installation from a historical perspective. Here are a couple tools that can help you with malware monitoring:

Sucuri Security

WP Security Audit Log

Getting insight into what’s happening in your WordPress installation via a website malware scan tool is a good idea for tighter security and an easier diagnosis of any issues that might arise.

 

11. USE SSL FOR DATA SECURITY

Enabling SSL is the next crucial step to a more secure site. SSL (Secure Sockets Layer) encrypts all information sent to and from your site. That way the private data visitors share with your site stays private.

Using SSL ensures that hackers can’t see or intercept the data your users share on your site. The secure tunnel SSL creates is especially important with sensitive information, like credit card numbers, usernames, and passwords.

15tips-11

Identifying whether or not a site is SSL certified is simple. An SSL certified site will start with an HTTPS in the URL address, while a site that’s not SSL certified will begin with HTTP.

With WP Engine, all customers are encouraged to obtain a free SSL certificate with Let’s Encrypt.

For more on SSL and Let’s Encrypt, check out Torque’s Why Let’s Encrypt Has Completely Changed The SSL Landscape.

 

12. HIDE YOUR WORDPRESS VERSION

If you defer WordPress updates, you should consider hiding your WordPress version because it leaves footprints, telling the hacker useful information about your site.

There are three areas where your WordPress version number will be hidden:

1. The generator meta tag in the header:

15tips-12_a

2. Query strings on scripts and styles:

15tips-12_b

3. Generator tag in RSS feeds:

15tips-12_c

To get rid of your WordPress version number in all three areas, add this code to your functions.php file:

15tips-12_d

In addition, you should also make sure your readme.html file is removed from your install, as this exposes your version number.

At WP Engine we prevent access to this file on our platform to make fingerprinting WordPress versions more difficult.

 

13. RELOCATE OR RENAME LOGIN PAGE

To make your site more bulletproof, relocating your login page is worth the effort. Not only does it hide the fact that you’re on WordPress, but it limits brute-force attacks on your login page.

If someone was trying to hack your WordPress site and came across a 404 error upon entering your login page, say www.mysite.com/wp-login.php, they’d likely be deterred from breaking in.

Try using a plugin like Rename wp-login.php, Move Login, or iThemes Securityto assist in moving or renaming your login page. But before you take this action, do be sure to talk to your web host or developer to ensure the steps you are taking are correct.

 

14. SECURE THE WP-CONFIG FILE

The wp-config file contains your website’s base configuration details, like database connection information. To protect your wp-config.php file from intrusion, add the following code to your .htaccess file to deny access to anyone surfing it:

15tips-14

For more information on moving the wp-config file, see the WordPress codex.

 

15. USE A SECURE HOSTING ENVIRONMENT

You can follow all of the security measures above, however, if you don’t invest in a secure hosting provider, these efforts are all for nothing.

Secure hosting with WP Engine addresses many of the above tasks (daily backups, 2FA, etc.) with its proprietary security technology.

Here’s just some of the security benefits WP Engine’s enterprise-grade infrastructure contains:

Automatic updates to new versions of WordPress
As soon as a new version of WordPress rolls out, we automatically upgrade your site for you so it contains the latest security patches.

Blocks potential hacks as they occur
Our platform contains real-time security threat detection. We have the technology to block even the most sophisticated hacks, like JavaScript/SQL injection and XML-RPC attacks, along with garden variety DDoS and brute force attacks.

This technology also blocks IP addresses identified as belonging to spammers or hackers.

Periodic security audits and code reviews
WP Engine conducts periodic code reviews and security audits of our infrastructure. We also partner with outside security businesses to ensure we offer the best possible security measures in the industry.

High-performance, secure technology stacks
Securing your web environment requires proper server configuration. Our software stack includes provisions to ensure optimal WordPress performance, including disk write limitations and protection against scripts known to contain vulnerabilities. We also implement PHP tuning to disallow dangerous or insecure commands.

Hacked? We’ll fix it for free.
While some consultants will charge thousands to fix a hacked site, in the unlikely event that your site is compromised, we’ll fix it at no extra cost to you.

 

Now that you know about some ways in which to make your site more secure, if you ever do happen to discover a vulnerability, be sure to give back to the WordPress community by reporting it. You can send a detailed email to security@wordpress.org, or if there’s a plugin security, email plugins@wordpress.org.

Don't Branch Out Alone

We know that your time is limited but taking your website to the next level is essential. Don’t branch out alone. Tap into our team of experts to keep your site ahead of the curve.

Let Us Help

Share

Similar Posts
Also tagged From Us

Let’s Celebrate Women’s History Month! How We’ve Built An All-Star Team At Redtree Web Design

Also tagged From Us

Optimizing Employment Equality: The Impact of LGBTQIA+ Job Boards

Also tagged From Us

Website Design Trends for 2024: Strategies to Evolve Your Site