Description
WeKan versions prior to 8.19 contain an insecure direct object reference (IDOR) in checklist creation and related checklist routes. The implementation does not verify that the supplied cardId belongs to the supplied boardId, allowing cross-board ID tampering by manipulating identifiers.
Published: 2026-02-07
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized data modification (potential deletion) via IDOR
Action: Apply Patch
AI Analysis

Impact

WeKan versions prior to 8.19 contain an insecure direct object reference in checklist routes that fails to confirm that the card ID supplied belongs to the board ID supplied. This missing authorization check allows an attacker to tamper with identifiers and potentially delete or modify a checklist on a board that the user does not own, thereby compromising data integrity. The vulnerability is a classic IDOR flaw catalogued as CWE‑639.

Affected Systems

The issue affects the WeKan project’s task management platform, specifically all releases before version 8.19. Administrators should verify whether their current deployment matches any of these affected versions and note that the problem is present in the core application code for checklist handling.

Risk and Exploitability

The CVSS score of 7.1 indicates a high impact vulnerability, while the EPSS score of less than one percent suggests a very low likelihood of exploitation in the wild at this time. As the flaw is not listed in the CISA Known Exploited Vulnerabilities catalog, there is no indication of active exploitation. An attacker can trigger the flaw by sending crafted HTTP requests with a forged cardId and boardId, a method typically available to any authenticated user with access to the WeKan interface. Based on the description, it is inferred that the attack vector is remote over the network, requiring only knowledge of vulnerable endpoint parameters.

Generated by OpenCVE AI on April 17, 2026 at 22:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade WeKan to version 8.19 or newer, which incorporates the necessary validation of card and board identifiers.
  • If an immediate upgrade is infeasible, block the affected API endpoints or enforce server-side validation that the card belongs to the requested board before processing checklist deletions.
  • Limit user roles so that only board owners or administrators can perform checklist deletions, ensuring that delete requests are scoped to the user’s permissions.

Generated by OpenCVE AI on April 17, 2026 at 22:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 10 Feb 2026 22:00:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:wekan_project:wekan:*:*:*:*:*:*:*:*
Metrics cvssV3_1

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


Tue, 10 Feb 2026 17:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 09 Feb 2026 11:00:00 +0000

Type Values Removed Values Added
First Time appeared Wekan Project
Wekan Project wekan
Vendors & Products Wekan Project
Wekan Project wekan

Sat, 07 Feb 2026 22:00:00 +0000

Type Values Removed Values Added
Description WeKan versions prior to 8.19 contain an insecure direct object reference (IDOR) in checklist creation and related checklist routes. The implementation does not verify that the supplied cardId belongs to the supplied boardId, allowing cross-board ID tampering by manipulating identifiers.
Title WeKan < 8.19 Checklist Deletion IDOR via Missing Relationship Validation
Weaknesses CWE-639
References
Metrics cvssV4_0

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


Subscriptions

Wekan Project Wekan
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-05-11T23:11:12.665Z

Reserved: 2026-02-02T20:12:33.396Z

Link: CVE-2026-25564

cve-icon Vulnrichment

Updated: 2026-02-10T16:25:55.918Z

cve-icon NVD

Status : Analyzed

Published: 2026-02-07T22:16:01.903

Modified: 2026-02-10T21:58:59.923

Link: CVE-2026-25564

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-17T22:15:29Z

Weaknesses