? Success

User tests: Successful: Unsuccessful:

avatar Itiho
Itiho
29 Apr 2014

To improve the security of Joomla I suggest the option to remove "<meta name =" generator "tag

avatar Itiho Itiho - open - 29 Apr 2014
avatar dgt41
dgt41 - comment - 29 Apr 2014

You know that you can un-set the generator in template:

<?php $this->setGenerator(null); ?>
avatar Itiho
Itiho - comment - 29 Apr 2014

I believe that this option would be in the global settings of joomla

avatar mbabker mbabker - change - 29 Apr 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-04-29 17:16:29
Labels Added: ? ?
avatar mbabker mbabker - close - 29 Apr 2014
avatar mbabker
mbabker - comment - 29 Apr 2014

Personally, I'd say the generator tag is the least of my concerns as far as security goes. Identifying Joomla sites is rather easy without the generator tag. Just off hand:

  • HTTP request to <site>/administrator/manifests/files/joomla.xml or any known XML file path (that can get you a version number if access is allowed)
  • Parse the rendered HTML of a site and look for /media/jui, /media/system, or JCaption (common media elements included in a page's markup)
  • Check if /images/sampledata exists (folder with sample data imagery in the default install)

This discussion has come up a few times with opinions leaning both ways. At the end of the day though, as noted above, it's easy to remove the tag if you really don't want it on your site.

With all that said, I am also closing this pull request as it is invalid (there is no code being offered by the original poster, but rather this is a PR merging our 3.3 branch to staging). If you would like to contribute code for this, you are welcome to do so, or you can raise a new discussion on the CMS Mailing List.

avatar mbabker mbabker - close - 29 Apr 2014
avatar Bakual Bakual - head_ref_deleted - 6 Jun 2014

Add a Comment

Login with GitHub to post a comment