CVE-2026-19418
Received
Received - Intake
Referrer Bypass in TYPO3 CMS
Vulnerability report for CVE-2026-19418, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-08-11
Last updated on: 2026-08-11
Assigner: TYPO3
Description
Description
The referrer enforcement introduced with TYPO3-CORE-SA-2020-006 (CVE-2020-11069) 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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| typo3 | typo3_cms | to 13.4.33 (inc) |
| typo3 | typo3_cms | to 14.3.5 (inc) |
| typo3 | typo3_cms | 13.4.34 |
| typo3 | typo3_cms | 14.3.6 |
| typo3 | typo3_cms | to 9.5.16 (inc) |
| typo3 | typo3_cms | to 10.4.1 (inc) |
| typo3 | typo3_cms | 9.5.17 |
| typo3 | typo3_cms | 10.4.2 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-352 | The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor. |
| CWE-346 | The product does not properly verify that the source of data or communication is valid. |