Skip to main content

TYPO3 CMS EUVDEUVD-2026-55971

| CVE-2026-19418 HIGH
Origin Validation Error (CWE-346)
7.3
CVSS 4.0 · Vendor: TYPO3
Share

Severity by source

Vendor (TYPO3) PRIMARY
7.3 HIGH
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
vuln.today AI
8.3 HIGH

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.

3.1 AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:P/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (TYPO3).

CVSS VectorVendor: TYPO3

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
A
Scope
X

Lifecycle Timeline

3
Source Code Evidence Fetched
Aug 11, 2026 - 08:21 vuln.today
Analysis Generated
Aug 11, 2026 - 08:21 vuln.today
CVE Published
Aug 11, 2026 - 07:29 cve.org
HIGH 7.3

DescriptionCVE.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.

More in Typo3

View all
CVE-2020-15086 CRITICAL POC
9.8 Jul 29

In TYPO3 installations with the "mediace" extension from version 7.6.2 and before version 7.6.5, it has been discovered

CVE-2026-77136 CRITICAL POC
9.5 Aug 25

Server-side template injection in the TYPO3 'Powermail' extension lets an anonymous user submit Fluid template syntax th

CVE-2017-14251 HIGH POC
8.8 Sep 11

Unrestricted File Upload vulnerability in the fileDenyPattern in sysext/core/Classes/Core/SystemEnvironmentBuilder.php i

CVE-2026-46725 CRITICAL POC
9.2 May 19

Remote code execution in the TYPO3 'Content Element Selector' extension allows unauthenticated attackers to execute arbi

CVE-2014-9509 HIGH POC
7.5 Jan 04

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

CVE-2016-4056 MEDIUM POC
6.1 Jan 23

Cross-site scripting (XSS) vulnerability in the Backend component in TYPO3 6.2.x before 6.2.19 allows remote attackers t

CVE-2023-24814 MEDIUM POC
6.1 Feb 07

TYPO3 is a free and open source Content Management Framework released under the GNU General Public License. Rated medium

CVE-2020-26227 MEDIUM POC
6.1 Nov 23

TYPO3 is an open source PHP based web content management system. Rated medium severity (CVSS 6.1), this vulnerability is

CVE-2020-26216 MEDIUM POC
6.1 Nov 17

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.

CVE-2020-15241 MEDIUM POC
6.1 Oct 08

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

CVE-2020-8091 MEDIUM POC
6.1 Jan 27

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

CVE-2020-11066 CRITICAL
10.0 May 14

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.

Share

EUVD-2026-55971 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy