๐Ÿ” CVE Alert

CVE-2026-68559

MEDIUM 6.5

Wekan: Broken access control in the Excel-export route (`/api/boards/:boardId/exportExcel`)

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-639
Vendor wekan
Product wekan
Published Aug 19, 2026
Last Updated Aug 19, 2026
Stay Ahead of the Next One

Get instant alerts for wekan wekan

Be the first to know when new medium vulnerabilities affecting wekan wekan are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

wekan / wekan
>= 9.57, < 9.74

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/wekan/wekan/security/advisories/GHSA-mwq8-ccpm-r533 github.com: https://github.com/wekan/wekan/commit/7bbd1a3fad5d868fd01d79b5908913e215698e8e github.com: https://github.com/wekan/wekan/releases/tag/v9.74