CVE-2026-68559 PUBLISHED

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

Assigner: GitHub_M
Reserved: 30.07.2026 Published: 19.08.2026 Updated: 19.08.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 6.5

Product Status

Vendor wekan
Product wekan
Versions
  • Version >= 9.57, < 9.74 is affected

References

Problem Types

  • CWE-639: Authorization Bypass Through User-Controlled Key CWE