Additional TCA Allows Cross-Site Scripting (XSS)
Description
A cross-site scripting (XSS) vulnerability has been discovered in the Additional TCA extension. This vulnerabily is exploitable by a logged in backend user utilizing the TYPO3 backend user interface. This user can create output in the HTML context by exploiting improperly encoded user input. Updates 1.15.17 and 1.16.9 are available for download.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
A stored XSS in the Additional TCA extension allows authenticated backend users to inject arbitrary HTML or JavaScript via improperly encoded user input.
Vulnerability
Description
CVE-2025-30083 is a cross-site scripting (XSS) vulnerability in the TYPO3 extension "Additional TCA" (additional_tca). The root cause is that the extension fails to properly encode user input when generating output in the HTML context within the TYPO3 backend user interface [2]. This improper encoding allows an attacker to inject arbitrary HTML or JavaScript code.
Exploitation
Prerequisites
Exploitation requires that the attacker is a logged-in backend user of the TYPO3 site. An attacker with such access can create output containing malicious content by exploiting the unsanitized user input through the backend interface [1][2]. The attack vector is network-based, requires low privileges, and depends on user interaction (the victim must view the affected page).
Impact
A successful exploit could lead to the execution of malicious script in the context of the backend interface of other users. The CVSS v3.1 scoring (AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L) indicates potential low impacts on confidentiality, integrity, and availability, as the attacker is limited by the backend user's permissions [2]. However, XSS in the backend can be leveraged for session hijacking, credential theft, or further administrative actions.
Mitigation
Updates have been released: version 1.15.17 (for the 1.15.x branch) and version 1.16.9 (for the 1.16.x branch) [1]. The TYPO3 Security Team also recommends enabling Content Security Policy (CSP) for the backend interface as an additional hardening measure [2].
AI Insight generated on May 20, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
codingms/additional-tcaPackagist | >= 1.16.0, < 1.16.9 | 1.16.9 |
codingms/additional-tcaPackagist | >= 1.7.0, < 1.15.17 | 1.15.17 |
Affected products
2- Range: >= 1.7.0, < 1.15.17
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3News mentions
0No linked articles in our index yet.