Auth bypass in Wekan

CVE-2026-68559

Wekan is open source kanban built with Meteor. From 9.57 until 9.74, the /api/boards/:boardId/exportExcel route in models/exportExcel.js called the asynchronous exporterExcel.canExport(user) authorization guard from models/server/ExporterExcel.js without awaiting it. The returned Promise was always truthy, so exporterExcel.build(res) ran even when board.isVisibleBy(user) would deny access, allowing any authenticated non-member to download private board card titles, descriptions, lists, swimlanes, members, and metadata. This issue is fixed in version 9.74.

Vulnerability class: IDOR (Insecure Direct Object Reference)

CVSS v3 metric

CVSS v3 base score 6.5 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N.

Affected products

  • Wekan — versions >= 9.57, < 9.74

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2026-68559?
CVE-2026-68559 is a medium-severity vulnerability in Wekan, classified under Authorization Bypass Through User-Controlled Key. CVSS score: 6.5/10. Published 2026-08-19.
How severe is CVE-2026-68559?
Medium severity. CVSS v3 base score is 6.5 out of 10.