WeKan versions prior to 8.19 contain an insecure direct object reference (IDOR) in the card comment creation API. The endpoint accepts an authorId from the request body, allowing an authenticated user to spoof the recorded comment author by supplying another user's identifier.
Security readout for executives and security teams
Plain-English summary
WeKan before 8.19 allowed logged-in users to make card comments appear as if another user wrote them. This is not a system takeover issue, but it can undermine trust in audit trails, project records, and accountability inside teams using WeKan.
Executive priority
Treat as a moderate-priority integrity issue. Patch during the next normal maintenance window, faster for regulated, high-trust, or customer-facing collaboration environments where attribution matters.
Technical view
The card comment creation API accepted a user-controlled authorId in the request body. Because authorization did not bind the recorded author to the authenticated session, an authenticated user could create comments attributed to another user. The issue is classified as CWE-639 IDOR with CVSS 4.0 score 5.3.
Likely exposure
Exposure is limited to organizations running WeKan versions before 8.19, especially deployments with multiple authenticated users. The source bundle does not establish unauthenticated exposure or identify specific hosted services beyond WeKan itself.
Exploitation context
Sources do not report active exploitation, and the CVE is not listed as KEV. Exploitation requires an authenticated user and knowledge of another user's identifier. The practical risk is integrity damage: false attribution, audit confusion, and misuse of trusted comments.
Researcher notes
The affected-version metadata in the bundle is sparse, but the title and description state WeKan before 8.19. No source in the bundle supports public exploit availability or active exploitation. Validation should focus on authorization binding, not payload reproduction.
Mitigation direction
Upgrade WeKan to 8.19 or later where feasible.
Review the referenced patch and vendor guidance before rollout.
Restrict WeKan access to trusted users until patched.
Review recent comments for suspicious or disputed attribution.
Validation and detection
Inventory deployed WeKan versions and identify any before 8.19.
Confirm the deployed build includes commit 67cb47173c1a152d9eaf5469740992b2dacdf62d or equivalent fix.
In staging, verify comment authorship is derived from the authenticated session.
Check whether audit or moderation workflows rely on comment author identity.
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.