Description
The extension allows a request-provided additionalFilters parameter to register a named siteHash filter before the system's own siteHash filter is applied, and the query builder does not overwrite an already-registered named filter. In a shared Solr core serving multiple TYPO3 sites, a visitor can use this to read public documents belonging to another site. The same root cause also affects the suggest top-results path when suggest is enabled.
Published: 2026-08-25
Score: 6.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The extension registers a named siteHash filter from a request‑supplied additionalFilters parameter before the system’s own siteHash filter. Because the query builder does not overwrite already‑registered named filters, an attacker can register a filter that references another site’s documents. This permits the attacker to read public documents that belong to a different TYPO3 site. The vulnerability is an access control flaw (CWE‑943) that leads to information disclosure.

Affected Systems

TYPO3 extension “Apache Solr for TYPO3 – Enterprise Search” exposed through a shared Solr core. All installations using this extension and a common Solr core for multiple TYPO3 sites are affected; the specific affected versions are not listed.

Risk and Exploitability

The CVSS score of 6.3 indicates moderate severity combined with a lack of an EPSS score and absence from CISA’s KEV catalog, suggesting no known widespread exploitation. The attack vector is a remote web request to the Solr core. The vulnerability can be exploited by any user who can craft a Solr query containing a malicious additionalFilters parameter and has network access to the shared core, enabling access to data that should be isolated to another site.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Apache Solr for TYPO3 extension to the latest version that includes the access‑control fix
  • Restrict the Solr core so that only authenticated or site‑specific users can send queries, or isolate each TYPO3 site to its own Solr core
  • If disabling is not possible, disable or restrict the suggest top‑results function to prevent cross‑site data exposure

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Description The extension allows a request-provided additionalFilters parameter to register a named siteHash filter before the system's own siteHash filter is applied, and the query builder does not overwrite an already-registered named filter. In a shared Solr core serving multiple TYPO3 sites, a visitor can use this to read public documents belonging to another site. The same root cause also affects the suggest top-results path when suggest is enabled.
Title Information Disclosure in extension "Apache Solr for TYPO3 - Enterprise Search" (solr)
Weaknesses CWE-943
References
Metrics cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: TYPO3

Published:

Updated: 2026-08-25T09:00:48.087Z

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

Link: CVE-2026-56094

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-25T09:17:31.260

Link: CVE-2026-56094

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T10:30:05Z

Weaknesses
  • CWE-943

    Improper Neutralization of Special Elements in Data Query Logic