CVE-2026-49740
Received
Received - Intake
PHP Object Injection in TYPO3 CMS Cache and Registry
Publication date: 2026-06-09
Last updated on: 2026-06-09
Assigner: TYPO3
Description
Description
TYPO3's cache frontend (VariableFrontend) and persistent key-value store (Registry) deserialized PHP payloads without integrity validation or class restrictions. An attacker with write access to the underlying storage backend (cache store or sys_registry database table) could inject a crafted serialized payload to trigger PHP Object Injection, potentially exploiting a gadget chain to achieve Remote Code Execution or other high-impact effects. Exploiting this vulnerability requires direct local write access to the storage, such as the SQL database or file system. This issue affects TYPO3 CMS versions before 10.4.57, 11.0.0-11.5.51, 12.0.0-12.4.46, 13.0.0-13.4.31 and 14.0.0-14.3.3.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| typo3 | typo3 | to 10.4.57 (exc) |
| typo3 | typo3 | to 11.5.51 (exc) |
| typo3 | typo3 | to 12.4.46 (exc) |
| typo3 | typo3 | to 13.4.31 (exc) |
| typo3 | typo3 | to 14.3.3 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-502 | The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid. |