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.
Published: 2026-08-25
Score: 7.7 High
EPSS: < 1% Very Low
KEV: No
Impact: Potential Remote Code Execution via PHP Object Injection
Action: Immediate Patch
AI Analysis

Impact

The TYPO3 extension "Apache Solr for TYPO3 - Enterprise Search" passes 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. If user‑generated content stored in the TYPO3 database can reach a field that is indexed by Solr, an attacker can inject malicious object representations that will be unserialized by PHP during indexing, creating a PHP Object Injection surface that could lead to arbitrary code execution.

Affected Systems

The vulnerability affects installations running the TYPO3 "Apache Solr for TYPO3 - Enterprise Search" extension. No specific version range is provided in the advisory, so any instance of the extension that uses the affected content object types and allows untrusted data to be indexed may be vulnerable.

Risk and Exploitability

The CVSS score of 7.7 assigns the flaw a high severity. EPSS information is unavailable and the issue is not listed in the CISA KEV catalog. Based on the description, it is inferred that attackers would need to create or modify content that ends up in the Solr index, a process that typically occurs via a remote, web‑based vector. Because the flaw causes PHP Object Injection, a skilled attacker could gain control over the PHP runtime and execute arbitrary code, assuming the server environment is not otherwise hardened.

Generated by OpenCVE AI on August 25, 2026 at 10:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the TYPO3 "Apache Solr for TYPO3 - Enterprise Search" extension to the latest release that replaces the unsafe unserialize call with a secure serialization method.
  • Sanitize or validate all values for SOLR_CLASSIFICATION, SOLR_MULTIVALUE, and SOLR_RELATION content objects to ensure only expected scalar types are passed to the indexer before serialization.
  • If an upgrade cannot be applied immediately, disable or sandbox PHP's unserialize function in the environment, or restrict it to a controlled whitelist of allowed classes to prevent arbitrary object instantiation during indexing.

Generated by OpenCVE AI on August 25, 2026 at 10:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Typo3
Typo3 extension "apache Solr For Typo3 - Enterprise Search"
Vendors & Products Typo3
Typo3 extension "apache Solr For Typo3 - Enterprise Search"

Tue, 25 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 25 Aug 2026 09:15:00 +0000

Type Values Removed Values Added
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.
Title Insecure Deserialization in extension "Apache Solr for TYPO3 - Enterprise Search" (solr)
Weaknesses CWE-502
References
Metrics cvssV4_0

{'score': 7.7, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Typo3 Extension "apache Solr For Typo3 - Enterprise Search"
cve-icon MITRE

Status: PUBLISHED

Assigner: TYPO3

Published:

Updated: 2026-08-25T14:10:56.394Z

Reserved: 2026-06-18T17:29:39.231Z

Link: CVE-2026-56095

cve-icon Vulnrichment

Updated: 2026-08-25T14:10:48.759Z

cve-icon NVD

Status : Deferred

Published: 2026-08-25T09:17:31.457

Modified: 2026-08-26T17:13:53.420

Link: CVE-2026-56095

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T20:37:35Z

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data