And WordPress itself is NOT insecure. It is in fact the most secure CMS you can find out there. The issue is that its simplicity and easy installation, brought a lot of non-technical people to use it and develop for it. So you get a lot of bad written themes and plugins that lead to all sort of security issues. On the other hand, Drupal and Joomla, all had SQL injections on their core discovered lately: https://www.d…
I learned a lot about security on the web by poking around wordpress sites in school. While I believe what you're saying is true it's hard to believe that the perception alone of wordpress's 'hackability' doesn't make it much more of a security risk. "Oh they run wordpress? I can probably get into that." "Runs wordpress vulnerability scanner script" "Oh hey look ~wp-config.php!"
As the chap who runs pinboard put it [1] people like me should not be running web applications like WordPress on live server space.
So I ran WordPress locally and harvested the html pages. Then realised that I was using a poky little text area to write when I could just use a text editor...
[1] http://idlewords.com/2009/09/how_to_not_get_your_blog_hacked...