CVE-2014-9508: Medium severity Typo3 TYPO3 vulnerability
Possible link spoofing on the homepage when anchors are used
Other sources
The frontend rendering component in TYPO3 4.5.x before 4.5.39, 4.6.x through 6.2.x before 6.2.9, and 7.x before 7.0.2, allows remote attackers to change URLs to arbitrary domains.
An attacker could forge a request which modifies anchor only links on the homepage of a TYPO3 installation such that they point to arbitrary domains, if the configuration option config.prefixLocalAnchors is used with any possible value. TYPO3 versions 4.6.x and higher are only affected if the homepage is not a shortcut to a different page. As an additional pre-condition, URL rewriting must be enabled in the web server (which it typically is) when using extensions like realurl or cooluri.
Installations where config.absRefPrefix is additionally set to any value are not affected by this vulnerability.
Example of affected configuration:
php config.absRefPrefix = config.prefixLocalAnchors = all page = PAGE page.10 = TEXT page.10.value = <a href="#skiplinks">Skiplinks</a> .htaccess:
RewriteCond %{REQUESTFILENAME} !-f RewriteCond %{REQUESTFILENAME} !-d RewriteCond %{REQUESTFILENAME} !-l RewriteRule . index.php [L]
— GitHub
The frontend rendering component in TYPO3 4.5.x before 4.5.39, 4.6.x through 6.2.x before 6.2.9, and 7.x before 7.0.2, when config.prefixLocalAnchors is set and using a homepage with links that only contain anchors, allows remote attackers to change URLs to arbitrary domains for those links via unknown vectors.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2014-9508?
CVE-2014-9508 is classified as a medium severity vulnerability due to its potential for link spoofing on affected TYPO3 versions.
How do I fix CVE-2014-9508?
To fix CVE-2014-9508, upgrade your TYPO3 installation to versions 4.5.39, 6.2.9, or 7.0.2 or later.
Which TYPO3 versions are affected by CVE-2014-9508?
CVE-2014-9508 affects TYPO3 versions 4.5.x before 4.5.39, 4.6.x through 6.2.x before 6.2.9, and 7.x before 7.0.2.
What kind of attack can CVE-2014-9508 be used for?
CVE-2014-9508 can be exploited by remote attackers to manipulate URLs, leading to potential phishing or other malicious activities.
Is my TYPO3 installation secure if it's updated to the latest version?
Yes, updating your TYPO3 installation to the patched versions will mitigate the vulnerability associated with CVE-2014-9508.