CVE-2026-56095
Received
Received - Intake
PHP Object Injection in TYPO3 Extension Indexer
Vulnerability report for CVE-2026-56095, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-08-25
Last updated on: 2026-08-25
Assigner: TYPO3
Description
Description
The extension's indexer passed every field value returned by content object rendering through PHP's unserialize() function when transferring multi-value data for the SOLR_CLASSIFICATION, SOLR_MULTIVALUE and SOLR_RELATION content object types, rather than a safe format. If user-generated content saved in the TYPO3 database can reach an indexed field, this exposes a PHP Object Injection surface.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| typo3 | apache_solr_for_typo3 | to 11.6.6 (exc) |
| typo3 | apache_solr_for_typo3 | From 12.0.0 (inc) to 12.1.4 (exc) |
| typo3 | apache_solr_for_typo3 | From 13.0.0 (inc) to 13.1.4 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-502 | The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid. |