Feature #17887
closedPossibility to avoid displaying the full TYPO3 version in the generated pages code
0%
Description
As discussed on the mailing list, for security reasons it might be reasonable
that the administrator can avoid showing the TYPO3 version in use, into the generator meta tag:
<meta name="generator" content="TYPO3 4.1 CMS" />
The administrator should be given the possibility to change the above
to something like:
<meta name="generator" content="TYPO3 CMS" />
This would give less hints to malicious people in case of buggy TYPO3 releases.
(issue imported from #M6890)
Files
Updated by Krystian Szymukowicz over 15 years ago
This is not necessary as:
1. You can detect version of TYPO3 in other way (for example by detecting specific folders or files, etc.)
2. What more important exploits usually do not try to detect versions. They may applay all known exploits for TYPO3 (for all versions).
Updated by Frank Nägler over 15 years ago
I think also that this issue should be fixed.
The version should not be visible in public website.
Updated by Peter Niederlag over 15 years ago
I'd love to close it but it seems a lid request. :-<
So, who's in to make a patch?
Updated by Frank Nägler over 15 years ago
I will fix it and post the patch in some miutes.
Updated by Frank Nägler over 15 years ago
the first patch is wrong, I have patched my changes with previous version of code ;)
Updated by Michael Stucki over 15 years ago
I also think that this is no real enhancement:
- You could find out the version by looking at the copyright (year) information of the BE-login page
- You could find it out by trying to request a feature that was introduced in a specific version
All in all, the important part of the version to be hidden is the patch-level, and that is already the case. Is there any other reason for hiding this version number? Otherwise I would like to keep it as is.
- michael
Updated by Christian Kuhn over 15 years ago
I second Michaels opinion. I see no real point in hiding the version number.
If nobody objects I think we should close this request with "won't fix" on next bugday.
Updated by Christian Kuhn about 15 years ago
Resolved, no change required:
- There is no real point for hiding the major version (you patch minor versions with security updates, do you?)
- No further feedback for quite some time
Please reopen this issue if you still think this is an important step top be fixed in future versions. An opinion by the security team would be interesting here, but imho "security by more obscurity" is always no way to go.