Asked this question on Bitcoin SE was told to post it here.
I'm developing a custom Bitcoin service. Besides for the core application (which is written in PHP) I'm going to install a blog for updates and news.
Although I would never try to tweak WordPress itself to provide the core functionality I need (as this would pose a great security risk), I'm thinking of installing WordPress on a sub domain and using it exclusively for blogging (as it is the most well known and easy to manage CMS).
However, my concern is the following: Would this make my core application more vulnerable to be hacked? As I said, it's going to be installed on a unique subdomain (i.e, blog.mysite.com) and database files would be segregated. But I'm still concerned that once a hacker penetrates the WP part he might be able to breach the main site more easily.
I have seen several big players in the Bitcoin space use WP as their blogging platform but I see others use less popular CMS such as ghost.org (which is purportedly more secure than WP).
Are my concerns well-founded?