How safe is Wordpress?

it depends... always update your themes and plugins, don't use nulled ones, always use popular shit
 
Idk... any website is easy to compromise if you don't care about your websie security properly, I guess. My thought is, feel free to use wordpress or any other cms you like, but set up proper security.
 
title says it all. How safe is it to create a website using wordpress. I have recently heard that wordpress websites can easily be compromised. Is this true?

It's extremely safe. I'd say it's the most safest CMS on planet Earth. Why? Just because that every 3rd website in the Internet run on WordPress. So just imagine how many millions of IT specialists from around the World work on its improvement.

WordPress is an open source CMS, so every single person from Australia to South America may check its source code and fix it if needed (e.g. if a security-related breach was found).
 
It is as safe as your trust with the moderators and the plugins you use.

Indeed. I fully agreed on that statement, as a WordPress software developer. When you install ANY plugin or theme (actually all themes are plugins) for WordPress, you fully trust its author, because the person behind every plugin's/theme's has a 100% full control over your site. For example, the plugin's author can do everything with your database. E.g. the one need only one single line of PHP code to change your admin password.

If you ask me - "is that so easy? for real?" I say "yes". If you add this single line into the source code of any your plugin or theme, the side owner will be in trouble:

PHP:
wp_update_user(array('ID' => wp_get_current_user()->ID, 'user_login' => 'owned', 'user_pass' => 'try to guess ;)'));

BTW it (the code) uses a standard API function, described here: https://developer.wordpress.org/reference/functions/wp_update_user/, so there is no super-duper black magic Voodoo in it. It's a 100% legit code. I spent about a half of a minute to write it for you...

So NEVER EVEN install so-called "nulled" plugins and themes. If you think they were hacked and became available for free because some good Robin Hood just wanted to help on your way of a freeloader... you are wrong. The script has been hacked and the one who will use it will be owned.

Let me sum it up. WordPress is extremely safe. I mean it's safe right out of the box. But if you use it with some plugins or themes you are not 100% sure with (e.g. "nulled" scripts from shady websites), you are in serious danger. It's like Nike sneakers - they are absolutely safe for your feet, till you decide shoot your legs with a gun...
 
Last edited:
On a scale of 100 (100 being an impenetrable DAO on blockchain level shit), a code-built, no 3rd party plugins/theme I'd rate it: 69
 
Indeed. I fully agreed on that statement, as a WordPress software developer. When you install ANY plugin or theme (actually all themes are plugins) for WordPress, you fully trust its author, because the person behind every plugin's/theme's has a 100% full control over your site. For example, the plugin's author can do everything with your database. E.g. the one need only one single line of PHP code to change your admin password.

If you ask me - "is that so easy? for real?" I say "yes". If you add this single line into the source code of any your plugin or theme, the side owner will be in trouble:

PHP:
wp_update_user(array('ID' => wp_get_current_user()->ID, 'user_login' => 'owned', 'user_pass' => 'try to guess ;)'));

BTW it (the code) uses a standard API function, described here: https://developer.wordpress.org/reference/functions/wp_update_user/, so there is no super-duper black magic Voodoo in it. It's a 100% legit code. I spent about a half of a minute to write it for you...

So NEVER EVEN install so-called "nulled" plugins and themes. If you think they were hacked and became available for free because some good Robin Hood just wanted to help on your way of a freeloader... you are wrong. The script has been hacked and the one who will use it will be owned.

Let me sum it up. WordPress is extremely safe. I mean it's safe right out of the box. But if you use it with some plugins or themes you are not 100% sure with (e.g. "nulled" scripts from shady websites), you are in serious danger. It's like Nike sneakers - they are absolutely safe for your feet, till you decide shoot your legs with a gun...
Nice lengthy reply. I appreciate the effort. Yeah, nulled plugins can really be a pain in the long run.
 
The majority of people in the world use wordpress to create their websites. Thus it is completely safe to use.
 
title says it all. How safe is it to create a website using wordpress. I have recently heard that wordpress websites can easily be compromised. Is this true?
Unlike the themes and examples, there is only one WordPress result and it has called the international security team. WordPress monitors its software vulnerabilities and releases security updates for its core files to appear. Every time WordPress releases an update, install it as soon as possible because the issues that come with subsequent updates are common.
 
I have been dealing with wordpress for 6 years. So far, none of my websites or my clients' sites have been hacked. Of course, this does not mean that it will not be hacked. Basically, I can write a few titles that you should do.
1.Follow updates.
2.Using a Warez theme or plugin
3.Inflating the database
 
It is used by millions of publishers. Still you are asking this question?
 
Wordpress is not fullproof and soon you might face a hack. It has happened to me several times. I have had to learn how to keep backups because I have lost entire websites due to hacks. Also, you should use security plugins like Wordfence and set it to notify you by email when it is deactivated because this is usually the first step in getting hacked. That notification has helped me stop hacks in progress several times.
 
As secure as how you take care of it. source code wise it's secure. it's matter of network,host, and webmaster for the rest
 
Wordpress is secured, but you can add to its security by installing certain plugins.
 
indeed wp sites are not safe, but the main reason to use WP sites is their user friendly dashboard and cheap cost of development, plenty of free plugins and it's seo friendly
 
Back
Top