First published: Tue Oct 05 2021(Updated: )
### Meta * CVSS: `CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N/E:F/RL:O/RC:C` (3.5) ### Problem It has been discovered that TYPO3 CMS is susceptible to host spoofing due to improper validation of the HTTP _Host_ header. TYPO3 uses the HTTP _Host_ header, for example, to generate absolute URLs during the frontend rendering process. Since the host header itself is provided by the client, it can be forged to any value, even in a name-based virtual hosts environment. This vulnerability is the same as described in [TYPO3-CORE-SA-2014-001 (CVE-2014-3941)](https://typo3.org/security/advisory/typo3-core-sa-2014-001/). A regression, introduced during TYPO3 v11 development, led to this situation. The already existing setting _$GLOBALS['TYPO3_CONF_VARS']['SYS']['trustedHostsPattern']_ (used as an effective mitigation strategy in previous TYPO3 versions) was not evaluated anymore, and reintroduced the vulnerability. ### Solution Update your instance to TYPO3 version 11.5.0 which addresses the problem described. ### Credits Thanks to TYPO3 framework merger Benjamin Franzke who reported and fixed the issue. ### References * [TYPO3-CORE-SA-2021-015](https://typo3.org/security/advisory/typo3-core-sa-2021-015) * [CVE-2014-3941](https://nvd.nist.gov/vuln/detail/CVE-2014-3941) reintroduced in TYPO3 v11.0.0
Credit: security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
composer/typo3/cms | >=11.0.0<11.5.0 | |
composer/typo3/cms-core | >=11.0.0<11.5.0 | |
Typo3 Typo3 | >=11.0.0<11.5.0 | |
composer/typo3/cms | >=11.0.0<11.5.0 | 11.5.0 |
composer/typo3/cms-core | >=11.0.0<11.5.0 | 11.5.0 |
>=11.0.0<11.5.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-41114 is a vulnerability in TYPO3 CMS that allows host spoofing due to improper validation of the HTTP Host header.
The severity of CVE-2021-41114 is medium, with a severity value of 5.3.
CVE-2021-41114 affects TYPO3 CMS versions 11.0.0 to 11.5.0, allowing host spoofing.
To fix CVE-2021-41114, update TYPO3 CMS to a version higher than 11.5.0 and ensure proper validation of the HTTP Host header.
Yes, you can find references for CVE-2021-41114 at the following links: [TYPO3 Security Advisory](https://typo3.org/security/advisory/typo3-core-sa-2021-015), [TYPO3 Commit](https://github.com/TYPO3/typo3/commit/5cbff85506cebe343e5ae59228977547cf8e3cf4), [TYPO3 Security Advisories](https://github.com/TYPO3/typo3/security/advisories/GHSA-m2jh-fxw4-gphm).