Description
The frontend company self-service editing feature relies on a template-level visibility flag to hide the edit form for company records a visitor does not own, but the corresponding write operation does not repeat this ownership check on the server side. As a result, a visitor who knows the identifier of a company record from the public directory can submit a modified update request for that record directly and overwrite its data, without the application ever confirming that the visitor owns it.
Published: 2026-08-25
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized modification of company records and potential data compromise
Action: Patch Now
AI Analysis

Impact

The vulnerability lies in the frontend self‑service editing feature of the Industry Directory extension, which uses a template‑level flag to hide the edit form for company records that a visitor does not own. This is an example of CWE‑639 (authorization bypass) combined with a missing ownership check that violates CWE‑862. However, the corresponding server‑side write operation does not re‑apply an ownership check. Consequently, any visitor who knows the identifier of a company record—available from the public directory—can submit a modified update request directly to the server and overwrite that record’s data without the application verifying ownership. This permits arbitrary, unauthorized changes to company information, potentially undermining trust and enabling further attacks such as phishing or data manipulation.

Affected Systems

TYPO3 installations running the Industry Directory extension (yellowpages2). No specific affected version range is supplied, so the risk applies to any instance of the extension regardless of the TYPO3 core version.

Risk and Exploitability

The CVSS score of 8.8 signals a high severity vulnerability. The EPSS score is not available and the vulnerability is not listed in CISA KEV, but the attack can be launched over the network by simply knowing the record identifier, which can be discovered from the public directory. The lack of server‑side ownership verification means the exploit will succeed without authentication, giving the attacker full control to overwrite company data. This high‑impact, low‑barrier exploit path warrants immediate attention.

Generated by OpenCVE AI on August 25, 2026 at 11:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor‑supplied patch or upgrade to a newer release of the Industry Directory extension that restores server‑side ownership checks
  • If a patch is not yet available, temporarily disable the self‑service editing feature or block the update endpoint using firewall rules, a web‑application firewall, or access‑control settings
  • Verify that all updates to company records perform an ownership validation on the server before persisting changes, and audit the extension’s code or configuration to ensure no similar bypass remains

Generated by OpenCVE AI on August 25, 2026 at 11:06 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 "industry Directory"
Vendors & Products Typo3
Typo3 extension "industry 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 frontend company self-service editing feature relies on a template-level visibility flag to hide the edit form for company records a visitor does not own, but the corresponding write operation does not repeat this ownership check on the server side. As a result, a visitor who knows the identifier of a company record from the public directory can submit a modified update request for that record directly and overwrite its data, without the application ever confirming that the visitor owns it.
Title Broken Access Control in extension "Industry Directory" (yellowpages2)
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 "industry Directory"
cve-icon MITRE

Status: PUBLISHED

Assigner: TYPO3

Published:

Updated: 2026-08-27T17:36:41.822Z

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

Link: CVE-2026-77142

cve-icon Vulnrichment

Updated: 2026-08-25T14:03:46.335Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-77142

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key

  • CWE-862

    Missing Authorization