CVE-2026-49741
Received
Received - Intake
Form Definition Bypass in TYPO3 CMS
Publication date: 2026-06-09
Last updated on: 2026-06-09
Assigner: TYPO3
Description
Description
Backend users with write access to the form_definition database table were able to directly create, update, or delete form definition records via DataHandler, bypassing the Form Framework's persistence validation and permission checks. This allowed injecting arbitrary form configurations, re-enabling attack vectors originally addressed in TYPO3-CORE-SA-2018-003, including SQL injection and privilege escalation. This issue affects TYPO3 CMS versions 14.0.0-14.3.3.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| typo3 | typo3_cms | From 14.0.0 (inc) to 14.3.3 (inc) |
| typo3 | typo3_cms | to 14.3.2 (exc) |
| typo3 | typo3_cms | From 8.5.0 (inc) to 8.7.16 (inc) |
| typo3 | typo3_cms | From 9.0.0 (inc) to 9.3.0 (inc) |
| typo3 | typo3_cms | 8.7.17 |
| typo3 | typo3_cms | 9.3.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
| CWE-862 | The product does not perform an authorization check when an actor attempts to access a resource or perform an action. |