Description
Taskview Community before 1.56.0 contains a missing authentication vulnerability that allows unauthenticated attackers to register arbitrary OAuth clients and take over user accounts by exploiting the OAuth 2.0 Dynamic Client Registration endpoint, which is enabled by default and requires no authentication. Attackers can send a POST request to the registration endpoint to obtain a client_id and client_secret, then craft a malicious authorization link pointing to an attacker-controlled redirect URI to capture authorization codes and exchange them for access tokens granting full API access to victim account data.
Published: 2026-09-24
Score: 8.5 High
EPSS: n/a
KEV: No
Impact: Unauthorized Account Takeover
Action: Patch Immediately
AI Analysis

Impact

Taskview Community before version 1.56.0 suffers from a missing authentication flaw that permits anyone to register new OAuth clients through the Dynamic Client Registration endpoint, which is enabled by default. An attacker can POST to the registration endpoint, receive a client identifier and secret, then create a malicious authorization URL that redirects to a server under the attacker’s control. By capturing the returned authorization code and exchanging it for an access token, the attacker obtains full API access to the victim’s account and can read, modify, or delete data. This allows complete compromise of any authenticated user without needing to authenticate to the application itself.

Affected Systems

The vulnerability affects the Gimanh Taskview Community application in all releases prior to 1.56.0. This includes any deployment of Taskview Community where the default OAuth Dynamic Client Registration endpoint remains active.

Risk and Exploitability

The flaw carries a CVSS score of 8.5, indicating a high severity risk. No EPSS score is available, and the vulnerability is not listed in the CISA KEV catalog. Attackers need only an unauthenticated HTTP POST to the registration endpoint, which is reachable from any network location that can reach the application. Because the endpoint requires no authentication and returns client credentials to anyone, exploitation is straightforward and has the potential to affect all users of the compromised installation.

Generated by OpenCVE AI on September 25, 2026 at 04:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Taskview Community to version 1.56.0 or later where the OAuth Dynamic Client Registration endpoint requires authentication.
  • If an upgrade cannot be performed immediately, disable the dynamic client registration endpoint or enforce authentication for client registration requests.
  • Review existing OAuth client registrations for any unexpected entries and remove them; restrict redirect URIs to trusted domains to prevent malicious capture of authorization codes.

Generated by OpenCVE AI on September 25, 2026 at 04:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 24 Sep 2026 20:15:00 +0000

Type Values Removed Values Added
Description Taskview Community before 1.56.0 contains a missing authentication vulnerability that allows unauthenticated attackers to register arbitrary OAuth clients and take over user accounts by exploiting the OAuth 2.0 Dynamic Client Registration endpoint, which is enabled by default and requires no authentication. Attackers can send a POST request to the registration endpoint to obtain a client_id and client_secret, then craft a malicious authorization link pointing to an attacker-controlled redirect URI to capture authorization codes and exchange them for access tokens granting full API access to victim account data.
Title Taskview Community Missing Authentication via OAuth Dynamic Client Registration
Weaknesses CWE-1188
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-24T19:58:16.242Z

Reserved: 2026-09-17T18:41:40.758Z

Link: CVE-2026-93354

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-09-24T20:17:34.613

Modified: 2026-09-24T21:08:55.030

Link: CVE-2026-93354

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T04:30:08Z

Weaknesses
  • CWE-1188

    Initialization of a Resource with an Insecure Default