Description
The extension's frontend detail-view document lookup does not apply the current site's siteHash filter or frontend user access filter, unlike the regular search path. A visitor who can obtain or guess a valid Solr document id can retrieve documents through this lookup without the same access restrictions enforced elsewhere.
Published: 2026-08-25
Score: 6.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized document disclosure
Action: Patch Immediately
AI Analysis

Impact

The extension’s frontend detail‑view lookup does not enforce the current siteHash or frontend user access filter. An attacker who knows or can guess a valid Solr document ID can retrieve that document, bypassing the access controls that normally restrict visibility. This broken access control (CWE‑639) allows an unauthenticated visitor to read potentially confidential content that should be protected by site or user permissions.

Affected Systems

TYPO3 installations that use the "Apache Solr for TYPO3 – Enterprise Search" extension are affected. The advisory does not specify a particular version, so any active deployment that includes the described lookup route is potentially vulnerable. Administrators should verify the extension version and compare with the most recent release that addresses the issue.

Risk and Exploitability

The CVSS score of 6.3 indicates moderate severity. No EPSS value is reported, suggesting that exploitation is not yet widespread but remains possible. An attacker only needs a valid Solr document ID, which may be guessed or enumerated, and then can access the document without proper authorization, leading to information disclosure. The vulnerability is likely exploitable through a standard HTTP request from the browser or a script, with no special privileges needed.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the TYPO3 extension to the most recent version that applies the siteHash and frontend user access filter in the detail‑view lookup.
  • If an immediate upgrade is not yet available, restrict access to Solr documents by configuring TYPO3 access rules so that only authenticated users with the proper permissions can invoke the detail‑view endpoint.
  • Monitor web traffic for requests that include Solr document IDs but lack a valid siteHash or frontend user context, and alert on unusual patterns that may indicate exploitation attempts.

Generated by OpenCVE AI on August 25, 2026 at 10:23 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': 'partial'}, 'version': '2.0.3'}


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

Type Values Removed Values Added
Description The extension's frontend detail-view document lookup does not apply the current site's siteHash filter or frontend user access filter, unlike the regular search path. A visitor who can obtain or guess a valid Solr document id can retrieve documents through this lookup without the same access restrictions enforced elsewhere.
Title Broken Access Control in extension "Apache Solr for TYPO3 - Enterprise Search" (solr)
Weaknesses CWE-639
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

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

Status: PUBLISHED

Assigner: TYPO3

Published:

Updated: 2026-08-25T14:02:05.915Z

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

Link: CVE-2026-56093

cve-icon Vulnrichment

Updated: 2026-08-25T14:02:01.191Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-56093

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key