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.
Security readout for executives and security teams
Plain-English summary
WeKan before 8.19 has an authorization flaw in checklist handling. A logged-in user may be able to alter checklist data across boards by changing board and card identifiers. The main business risk is unauthorized modification of project or operational board content, not data theft or service outage based on the supplied CVSS vector.
Executive priority
Treat as a high-priority integrity issue for any shared WeKan environment. Patch promptly if WeKan supports operational, customer, security, or engineering workflows where unauthorized task manipulation could mislead teams or disrupt process control.
Technical view
The issue is a CWE-639 IDOR in checklist creation and related checklist routes. The vulnerable logic does not verify that a supplied cardId belongs to the supplied boardId, enabling cross-board identifier tampering. CVSS 4.0 scores it 7.1: network reachable, low complexity, low privileges, no user interaction, high vulnerable-system integrity impact.
Likely exposure
Exposure likely affects WeKan deployments running versions prior to 8.19, especially internet-accessible or broadly used internal instances with untrusted or many authenticated users. The provided affected-version metadata is incomplete or inconsistent, so confirm installed version against vendor and advisory data.
Exploitation context
The bundle does not show CISA KEV listing or any cited evidence of active exploitation. The stated attack path requires low privileges and no user interaction, so any authenticated user base increases practical risk. No exploit code or weaponized procedure is needed to understand the exposure.
Researcher notes
The strongest evidence is the description, CVSS vector, CWE-639 mapping, and patch reference. Version data in the bundle lists default unaffected with version 0, which conflicts with the narrative "prior to 8.19" statement. Avoid broader product or exploitation claims without vendor/advisory confirmation.
Mitigation direction
Upgrade WeKan to version 8.19 or later.
Review the referenced patch commit for deployed code parity.
Restrict access to WeKan until upgraded, especially for untrusted users.
Check vendor guidance for any additional fixed releases or configuration advice.
Monitor board and checklist changes for unauthorized cross-board activity.
Validation and detection
Inventory all WeKan instances and record their versions.
Confirm whether each instance is below 8.19.
Review access logs for checklist route activity by unexpected users.
Check application audit trails for checklist changes across unrelated boards.
Verify the deployed code includes board-card ownership validation.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-639: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-639 · source CWE mapping
Authorization Bypass Through User-Controlled Key
Authorization Bypass Through User-Controlled Key represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.