Severity by source
CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
AC:H because exploitation requires a separate XSS vulnerability as a prerequisite; PR:N because the attacker needs no TYPO3 credentials; S:C because frontend-scope JavaScript crosses into the backend administrative scope.
Primary rating from Vendor (TYPO3).
CVSS VectorVendor: TYPO3
Lifecycle Timeline
3DescriptionCVE.org
The referrer enforcement introduced with TYPO3-CORE-SA-2020-006 https://news.typo3.com/security/advisory/typo3-core-sa-2020-006 ( CVE-2020-11069 https://www.cve.org/CVERecord ) became ineffective in TYPO3 v13.0, where TYPO3 CMS started serving the backend and Install Tool applications from the site's main entry script instead of the dedicated typo3/ directory. Whether a request originated from the backend or Install Tool itself was determined by comparing the referrer against the directory of the entry script, which since then is the site root. As a consequence, requests originating from any script running on one of the TYPO3 instance's own domains, such as a frontend page, were accepted by backend routes and Install Tool endpoints. Attackers able to execute JavaScript on one of those domains, for instance by exploiting a cross-site scripting vulnerability, could invoke these endpoints via Fetch/XHR with the privileges of an authenticated victim's user session. This issue affects TYPO3 CMS versions 13.0.0-13.4.33 and 14.0.0-14.3.5.
AnalysisAI
Broken referrer enforcement in TYPO3 CMS backend and Install Tool allows an attacker with JavaScript execution capability on any of the site's own domains to invoke privileged backend routes and Install Tool endpoints using an authenticated victim's session. The regression was introduced in TYPO3 13.0.0 when both the backend and Install Tool were moved to serve from the site root entry point rather than the dedicated /typo3/ subdirectory, causing the ReferrerEnforcer to accept any same-origin Referer header as legitimate backend traffic. Affected versions are TYPO3 CMS 13.0.0-13.4.33 and 14.0.0-14.3.5; no public exploit code has been identified at time of analysis.
Technical ContextAI
The root cause is classified as CWE-346 (Origin Validation Error). Prior to TYPO3 13.0.0, the backend and Install Tool were served from the dedicated /typo3/ subdirectory, so the ReferrerEnforcer correctly validated that Referer headers pointed into that directory. Starting in v13.0.0, both applications were unified under the site's main entry script, moving the effective base path to the site root (e.g., https://example.org/). The existing CoreReferrerEnforcer compared the Referer against the request host root, meaning any script on the same domain - including frontend pages - would pass the check. The fix, visible in commit ae0abd329d52285fe6e92804c3608820ad45e872, introduces a backend-specific TYPO3\CMS\Backend\Http\Security\ReferrerEnforcer subclass that resolves the actual backend entry point URI via BackendEntryPointResolver and enforces that Referer headers must start with that URI, not merely the host root. Affected CPE: cpe:2.3:a:typo3:typo3_cms covering versions 13.0.0-13.4.33 and 14.0.0-14.3.5.
RemediationAI
Upgrade TYPO3 CMS to version 13.4.34 (for the 13.x branch) or 14.3.6 (for the 14.x branch), as documented in the vendor advisory at https://typo3.org/security/advisory/typo3-core-sa-2026-021 and confirmed by EUVD-2026-55971. The underlying fix is available in GitHub commits ae0abd329d52285fe6e92804c3608820ad45e872, a0e8ee06a40e959b9e7b06a4b1cb19d3a0d3dcf7, and 4a75e862c589c85d795d7c65dcdc835f8f413efc. For installations that cannot be patched immediately, the most targeted compensating control is auditing and remediating all XSS vulnerabilities in frontend components, since this vulnerability's attack path has XSS as a hard prerequisite; eliminating the XSS vector closes the attack chain without touching the referrer logic. As an architectural mitigation with meaningful trade-offs, hosting the TYPO3 backend on a separate subdomain or domain from the public frontend would break the same-origin requirement entirely, but this requires significant infrastructure changes and may affect SSO or session sharing configurations.
In TYPO3 installations with the "mediace" extension from version 7.6.2 and before version 7.6.5, it has been discovered
Server-side template injection in the TYPO3 'Powermail' extension lets an anonymous user submit Fluid template syntax th
Unrestricted File Upload vulnerability in the fileDenyPattern in sysext/core/Classes/Core/SystemEnvironmentBuilder.php i
Remote code execution in the TYPO3 'Content Element Selector' extension allows unauthenticated attackers to execute arbi
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, w
Cross-site scripting (XSS) vulnerability in the Backend component in TYPO3 6.2.x before 6.2.19 allows remote attackers t
TYPO3 is a free and open source Content Management Framework released under the GNU General Public License. Rated medium
TYPO3 is an open source PHP based web content management system. Rated medium severity (CVSS 6.1), this vulnerability is
TYPO3 Fluid before versions 2.0.8, 2.1.7, 2.2.4, 2.3.7, 2.4.4, 2.5.11 and 2.6.10 is vulnerable to Cross-Site Scripting.
TYPO3 Fluid Engine (package `typo3fluid/fluid`) before versions 2.0.5, 2.1.4, 2.2.1, 2.3.5, 2.4.1, 2.5.5 or 2.6.1 is vul
svg.swf in TYPO3 6.2.0 to 6.2.38 ELTS and 7.0.0 to 7.1.0 could allow an unauthenticated, remote attacker to conduct a cr
In TYPO3 CMS greater than or equal to 9.0.0 and less than 9.5.17 and greater than or equal to 10.0.0 and less than 10.4.
Same weakness CWE-346 – Origin Validation Error
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-55971
GHSA-4f2f-jr2m-j7p4