Description
Worklenz before 3.0.0 fails to verify task ownership by organization when resolving task-scoped API endpoints, allowing authenticated users to access another tenant's task data. Attackers can query task endpoints with arbitrary task UUIDs to retrieve work logs, comments, attachments, and project insights belonging to other organizations.
Published: 2026-09-03
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an authorization bypass that occurs because Worklenz does not verify that a requester’s organization owns the task when resolving task‑scoped API endpoints. This flaw allows an authenticated user to request any task by UUID and receive confidential information—such as work logs, comments, attachments, and project details—belonging to another organization. The weakness is a classic example of CWE‑639, where user input determines authorization decisions. The primary consequence is disclosure of sensitive tenant data, potentially compromising confidentiality and privacy across organizations.

Affected Systems

The affected system is the Worklenz collaboration platform published by Worklenz. All releases prior to 3.0.0 are vulnerable; this includes the current code base referenced in the GitHub repository before the v3.0.0 release. The issue is tied to the verify‑task‑access middleware and the task‑scoped endpoints that handle task identifiers.

Risk and Exploitability

The vulnerability carries a CVSS score of 7.1, indicating high severity. No EPSS score is available, so the likelihood of exploitation is unknown, but the flaw is not listed in CISA’s KEV catalog. The attack vector requires authentication, so an attacker must first obtain valid credentials for the platform. Once authenticated, the attacker can repeatedly query task endpoints with arbitrary UUIDs to exfiltrate data from other tenants. Given its moderate‑high CVSS rating and the ease of exploitation in environments where tenant isolation is critical, the risk to organizations that have not yet updated to v3.0.0 is significant.

Generated by OpenCVE AI on September 3, 2026 at 21:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Worklenz to version 3.0.0 or later to enforce organization ownership checks on all task‑scoped endpoints.
  • Monitor API usage logs for patterns of cross‑tenant task queries and apply rate limits or alerting to detect potential abuse while the upgrade process is underway.
  • If an immediate upgrade is not possible, apply network‑level or gateway restrictions to limit API exposure to internal networks or enforce stricter access controls for task endpoints.

Generated by OpenCVE AI on September 3, 2026 at 21:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 19:00:00 +0000

Type Values Removed Values Added
Description Worklenz before 3.0.0 fails to verify task ownership by organization when resolving task-scoped API endpoints, allowing authenticated users to access another tenant's task data. Attackers can query task endpoints with arbitrary task UUIDs to retrieve work logs, comments, attachments, and project insights belonging to other organizations.
Title Worklenz before 3.0.0 Authorization Bypass on Task-Scoped Endpoints
First Time appeared Worklenz
Worklenz worklenz
Weaknesses CWE-639
CPEs cpe:2.3:a:worklenz:worklenz:*:*:*:*:*:*:*:*
Vendors & Products Worklenz
Worklenz worklenz
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}

cvssV4_0

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


Subscriptions

Worklenz Worklenz
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-03T18:54:23.204Z

Reserved: 2026-09-03T18:10:45.694Z

Link: CVE-2026-85389

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-03T19:17:30.553

Modified: 2026-09-03T19:17:30.553

Link: CVE-2026-85389

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T22:15:05Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key