Description
The extension resolves the targeted club record from a user-supplied request argument in its frontend edit, update, and activate actions, but performs no ownership check in any of them. An unauthenticated visitor who knows the UID of a club record can send a direct request to the update or activate action and overwrite that record, or publish one still awaiting approval, without owning it.
Published: 2026-08-25
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Unauthenticated record modification and publication
Action: Immediate Patch
AI Analysis

Impact

The vulnerability arises from missing ownership validation in the frontend edit, update, and activate actions of the Club Directory extension. An unauthenticated user who knows the unique identifier of a club record can send a crafted request to the update or activate endpoints, thereby overwriting the record’s contents or publishing a record that is still awaiting approval. This enables an attacker to modify club information or release content without authorization, effectively granting unauthorized privileged access to the data managed by the extension.

Affected Systems

TYPO3 Extension "Club Directory" (ClubDirectory). No specific affected version information is provided, so all installed instances of this extension could be vulnerable until a fix is deployed.

Risk and Exploitability

The CVSS score of 8.8 indicates high severity, and the EPSS score is not available, but the lack of authentication and ownership checks means the attack can be performed by anyone who can guess or enumerate a record UID. The vulnerability is not listed in CISA KEV, but its nature allows for quick exploitation with minimal effort once a record identifier is known.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Club Directory extension to the latest patched version released by TYPO3, as per the vendor advisory.
  • If an update is not immediately available, restrict access to the edit, update, and activate actions by enforcing authentication and adding ownership checks in the application layer.
  • Apply a temporary configuration change to block unauthenticated requests to the vulnerable endpoints, for example by using TYPO3’s access control or a web server rule to deny those actions to anonymous users.

Generated by OpenCVE AI on August 25, 2026 at 10:37 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 "club Directory"
Vendors & Products Typo3
Typo3 extension "club Directory"

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

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', '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 resolves the targeted club record from a user-supplied request argument in its frontend edit, update, and activate actions, but performs no ownership check in any of them. An unauthenticated visitor who knows the UID of a club record can send a direct request to the update or activate action and overwrite that record, or publish one still awaiting approval, without owning it.
Title Broken Access Control in extension "Club Directory" (clubdirectory)
Weaknesses CWE-639
CWE-862
References
Metrics cvssV4_0

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


Subscriptions

Typo3 Extension "club Directory"
cve-icon MITRE

Status: PUBLISHED

Assigner: TYPO3

Published:

Updated: 2026-08-27T17:35:05.862Z

Reserved: 2026-08-20T13:10:15.962Z

Link: CVE-2026-77141

cve-icon Vulnrichment

Updated: 2026-08-25T14:37:11.083Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-08-27T20:18:38.650

Link: CVE-2026-77141

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key

  • CWE-862

    Missing Authorization