Impact
The referrer enforcement that previously limited access to TYPO3 backend and Install Tool has become ineffective in recent releases. When the main entry script is used, the system compares the request referrer against the site root, allowing any script running on the same domain to send requests to backend routes. If an attacker can inject JavaScript through an existing cross‑site scripting flaw, they can issue authenticated fetch or XHR calls to backend and Install Tool endpoints using the victim’s session cookies. This yields unauthorized manipulation of site content, configuration changes, or other privileged operations. The flaw is a classic example of broken access control that undermines authentication assumptions and escalates privileges within the CMS tenant.
Affected Systems
TYPO3 CMS versions 13.0.0 through 13.4.33 and 14.0.0 through 14.3.5 are impacted. The vulnerability originates from the way these releases handle entry scripts and referrer checks, and is tied to the core distribution of TYPO3 CMS.
Risk and Exploitability
The CVSS score of 7.3 indicates a high severity. While an EPSS score is not available, the existence of this flaw in every version of the affected releases, combined with the needed prerequisite of a cross‑site scripting vulnerability, suggests that harnessing this weakness would be straightforward for attackers with local XSS access. The flaw is not currently listed in CISA’s KEV catalog, meaning no publicly documented exploits have yet been registered. Nonetheless, once the necessary XSS vector is established, any user authenticated to the site becomes a target for further compromise.
OpenCVE Enrichment