7.3
HIGH CVSS 4.0
CVE-2026-19418
TYPO3 CMS - Broken Access Control in Backend and Install Tool
Description

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.

INFO

Published Date :

Aug. 11, 2026, 8:17 a.m.

Last Modified :

Aug. 11, 2026, 8:17 a.m.

Remotely Exploit :

Yes !

Source :

f4fb688c-4412-4426-b4b8-421ecf27b14a
Affected Products

The following products are affected by CVE-2026-19418 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

No affected product recoded yet

CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 4.0 HIGH f4fb688c-4412-4426-b4b8-421ecf27b14a
CVSS 4.0 HIGH f4fb688c-4412-4426-b4b8-421ecf27b14a
Solution
Upgrade TYPO3 CMS to a patched version to address referrer enforcement bypass.
  • Upgrade TYPO3 CMS to a patched version.
  • Ensure referrer enforcement is correctly configured.
  • Apply security updates promptly.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-19418 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2026-19418 weaknesses.

CAPEC-21: Exploitation of Trusted Identifiers Exploitation of Trusted Identifiers CAPEC-59: Session Credential Falsification through Prediction Session Credential Falsification through Prediction CAPEC-60: Reusing Session IDs (aka Session Replay) Reusing Session IDs (aka Session Replay) CAPEC-75: Manipulating Writeable Configuration Files Manipulating Writeable Configuration Files CAPEC-76: Manipulating Web Input to File System Calls Manipulating Web Input to File System Calls CAPEC-89: Pharming Pharming CAPEC-111: JSON Hijacking (aka JavaScript Hijacking) JSON Hijacking (aka JavaScript Hijacking) CAPEC-141: Cache Poisoning Cache Poisoning CAPEC-142: DNS Cache Poisoning DNS Cache Poisoning CAPEC-160: Exploit Script-Based APIs Exploit Script-Based APIs CAPEC-384: Application API Message Manipulation via Man-in-the-Middle Application API Message Manipulation via Man-in-the-Middle CAPEC-385: Transaction or Event Tampering via Application API Manipulation Transaction or Event Tampering via Application API Manipulation CAPEC-386: Application API Navigation Remapping Application API Navigation Remapping CAPEC-387: Navigation Remapping To Propagate Malicious Content Navigation Remapping To Propagate Malicious Content CAPEC-388: Application API Button Hijacking Application API Button Hijacking CAPEC-510: SaaS User Request Forgery SaaS User Request Forgery CAPEC-62: Cross Site Request Forgery Cross Site Request Forgery CAPEC-111: JSON Hijacking (aka JavaScript Hijacking) JSON Hijacking (aka JavaScript Hijacking) CAPEC-462: Cross-Domain Search Timing Cross-Domain Search Timing CAPEC-467: Cross Site Identification Cross Site Identification

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-19418 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-19418 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • New CVE Received by f4fb688c-4412-4426-b4b8-421ecf27b14a

    Aug. 11, 2026

    Action Type Old Value New Value
    Added Affected [{'repo': 'https://github.com/TYPO3/typo3', 'vendor': 'TYPO3', 'modules': ['Backend', 'Install'], 'product': 'TYPO3 CMS', 'versions': [{'status': 'affected', 'version': '13.0.0', 'lessThan': '13.4.34', 'versionType': 'semver'}, {'status': 'affected', 'version': '14.0.0', 'lessThan': '14.3.6', 'versionType': 'semver'}], 'packageName': 'typo3/cms-backend', 'collectionURL': 'https://packagist.org', 'defaultStatus': 'unaffected'}, {'repo': 'https://github.com/TYPO3/typo3', 'vendor': 'TYPO3', 'modules': ['Backend', 'Install'], 'product': 'TYPO3 CMS', 'versions': [{'status': 'affected', 'version': '13.0.0', 'lessThan': '13.4.34', 'versionType': 'semver'}, {'status': 'affected', 'version': '14.0.0', 'lessThan': '14.3.6', 'versionType': 'semver'}], 'packageName': 'typo3/cms-core', 'collectionURL': 'https://packagist.org', 'defaultStatus': 'unaffected'}, {'repo': 'https://github.com/TYPO3/typo3', 'vendor': 'TYPO3', 'modules': ['Backend', 'Install'], 'product': 'TYPO3 CMS', 'versions': [{'status': 'affected', 'version': '14.0.0', 'lessThan': '14.3.6', 'versionType': 'semver'}], 'packageName': 'typo3/cms-install', 'collectionURL': 'https://packagist.org', 'defaultStatus': 'unaffected'}]
    Added Description 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.
    Added CVSS V4.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
    Added CWE CWE-352
    Added CWE CWE-346
    Added Reference https://github.com/TYPO3/typo3/commit/4a75e862c589c85d795d7c65dcdc835f8f413efc
    Added Reference https://github.com/TYPO3/typo3/commit/a0e8ee06a40e959b9e7b06a4b1cb19d3a0d3dcf7
    Added Reference https://github.com/TYPO3/typo3/commit/ae0abd329d52285fe6e92804c3608820ad45e872
    Added Reference https://typo3.org/security/advisory/typo3-core-sa-2020-006
    Added Reference https://typo3.org/security/advisory/typo3-core-sa-2026-021
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.