---
id: CVE-2026-49741
aliases:
  - GHSA-jh32-v29g-68pq
title: TYPO3 CMS has Privilege Escalation & SQL Injection in its Form Framework
summary: TYPO3 CMS has Privilege Escalation & SQL Injection in its Form Framework
severity: high
cwe:
  - CWE-89
  - CWE-862
vendor: typo3
product: typo3/cms-core
ecosystem: composer
affected:
  - 'typo3/cms-core >= 14.0.0, < 14.3.3'
  - 'typo3/cms-form >= 14.0.0, < 14.3.3'
patched:
  - typo3/cms-core 14.3.3
  - typo3/cms-form 14.3.3
published: '2026-06-12'
updated: '2026-06-12'
source: GHSA
sourceUrl: 'https://github.com/advisories/GHSA-jh32-v29g-68pq'
references:
  - url: 'https://github.com/TYPO3/typo3/security/advisories/GHSA-jh32-v29g-68pq'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-49741'
  - url: >-
      https://github.com/TYPO3/typo3/commit/c90493c13b633f328cf2c066182c90a1655ff0fc
  - url: >-
      https://github.com/FriendsOfPHP/security-advisories/blob/master/typo3/cms-core/CVE-2026-49741.yaml
  - url: 'https://typo3.org/security/advisory/typo3-core-sa-2018-003'
  - url: 'https://typo3.org/security/advisory/typo3-core-sa-2026-017'
  - url: 'https://github.com/advisories/GHSA-jh32-v29g-68pq'
tags:
  - ghsa
  - composer
epss: 0.00244
epssPercentile: 0.15901
ingestedAt: '2026-07-07T15:41:59.021Z'
---

## Overview

### Problem
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](https://typo3.org/security/advisory/typo3-core-sa-2018-003), including SQL injection and privilege escalation.

### Solution
Update to TYPO3 version 14.3.3 LTS that fixes the problem described.

### Credits
TYPO3 CMS thanks Selçuk Güney for reporting this issue, and to TYPO3 core & security team member Oliver Hader for fixing it.

### Resources
* [TYPO3-CORE-SA-2026-017](https://typo3.org/security/advisory/typo3-core-sa-2026-017)

## Affected packages

- `typo3/cms-core >= 14.0.0, < 14.3.3`
- `typo3/cms-form >= 14.0.0, < 14.3.3`

## Remediation

Upgrade to a patched release:

- `typo3/cms-core 14.3.3`
- `typo3/cms-form 14.3.3`
