PatchSiren cyber security CVE debrief
CVE-2026-68559 wekan CVE debrief
CVE-2026-68559 is a vulnerability in Wekan, an open-source kanban built with Meteor. The issue exists in versions 9.57 through 9.74 and allows authenticated non-members to download private board data, including card titles, descriptions, lists, swimlanes, members, and metadata, due to a flawed authorization guard in the /api/boards/:boardId/exportExcel route. This issue is fixed in version 9.74.
- Vendor
- wekan
- Product
- Unknown
- CVSS
- MEDIUM 6.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-19
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-19
- Advisory updated
- 2026-09-09
Who should care
Defenders responsible for Wekan deployments should assess exposure and apply the fix to prevent unauthorized access to sensitive board data. This includes verifying the current Wekan version, restricting access to the affected route, and monitoring for unauthorized access. Security teams should review the vulnerability details and ensure that appropriate measures are taken to protect against potential data exposure.
Why it matters
CVE-2026-68559 is a medium-severity vulnerability in Wekan that allows authenticated non-members to access private board data. Defenders should prioritize verifying exposure and applying the fix to prevent potential data exposure.
- Potential unauthorized access to private board data.
- Need to verify Wekan version and apply the fix.
- Possible data exposure for unauthenticated users.
Technical summary
The /api/boards/:boardId/exportExcel route in Wekan versions 9.57-9.73 called the asynchronous exporterExcel.canExport(user) authorization guard without awaiting it, allowing any authenticated non-member to download private board data. This issue is due to a flawed authorization guard. The fix is in version 9.74, which awaits the authorization guard properly, preventing unauthorized access to sensitive board data. Defenders should prioritize verifying exposure and applying the fix to prevent potential data exposure.
Defensive priority
Defenders should prioritize verifying exposure and applying the fix, as this vulnerability allows unauthorized access to sensitive board data.
Recommended defensive actions
- Verify if the current Wekan version is 9.74 or later.
- Restrict access to the /api/boards/:boardId/exportExcel route.
- Monitor for unauthorized access to private board data.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
The CVE record and source references provide details on the vulnerability, affected versions, and fixed version. The issue allows authenticated non-members to download private board data, including card titles, descriptions, lists, swimlanes, members, and metadata. Defenders should verify exposure and apply the fix to prevent unauthorized access. The fix is in version 9.74. Evidence limits suggest verifying board visibility and access controls.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-68559 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-68559
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-68559 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-68559
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/wekan/wekan/commit/7bbd1a3fad5d868fd01d79b5908913e215698e8e
-
Source reference
Unverified legacy reference
URL: https://github.com/wekan/wekan/releases/tag/v9.74
-
Source reference
Unverified legacy reference
URL: https://github.com/wekan/wekan/security/advisories/GHSA-mwq8-ccpm-r533
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.