CVE-2026-68901
Last modified
CVE-2026-68901 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. Wekan is open source kanban built with Meteor. Prior to 10.38, the /api/boards/:boardId/export, /api/boards/:boardId/attachments/:attachmentId/export, /api/boards/:boardId/export/csv, and /api/boards/:boardId/exportExcel handlers in models/export.js and models/exportExcel.js looked up a user from the attacker-controlled authToken query parameter and immediately called user._id.toString() without checking whether ReactiveCache.getUser() returned undefined. EPSS estimates a 0.38% chance of exploitation in the next 30 days.
Description
Wekan is open source kanban built with Meteor. Prior to 10.38, the /api/boards/:boardId/export, /api/boards/:boardId/attachments/:attachmentId/export, /api/boards/:boardId/export/csv, and /api/boards/:boardId/exportExcel handlers in models/export.js and models/exportExcel.js looked up a user from the attacker-controlled authToken query parameter and immediately called user._id.toString() without checking whether ReactiveCache.getUser() returned undefined. A request for a private board with an unknown token therefore threw a TypeError from an asynchronous route, producing an unhandled rejection that could terminate the Wekan process and deny service to all users. Version 10.38 adds a 401 guard after every export token lookup and wraps export handlers with safeRoute() so unexpected exceptions become controlled responses. This issue is fixed in version 10.38.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| wekan | wekan | < 10.38 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-68901?
How severe is CVE-2026-68901?
How do I fix CVE-2026-68901?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-68896Absolute path traversal in Microsoft Windows Search Componen…7.8
- CVE-2026-68897Heap-based buffer overflow in Microsoft Standard XPS allows …7
- CVE-2026-68898Out-of-bounds read in Windows iSCSI allows an unauthorized a…6.5
- CVE-2026-68899Wekan is open source kanban built with Meteor. Prior to 9.90…8.7
- CVE-2026-6890Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-68900Wekan is open source kanban built with Meteor. From 8.72 unt…7.6
- CVE-2026-68904node-opcua is an OPC UA implementation for TypeScript and No…7
- CVE-2026-6891Improper handling of symbolic links in the installer of My I…5.1
- CVE-2026-68914Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-68919GoCD is a continuous deliver server. From 13.3.0 until 26.1.…7
- CVE-2026-6892Improper handling of symbolic links in the installer of CUPS…5.1
- CVE-2026-68921DiceBear is an avatar library for designers and developers. …4.7
Are you affected by CVE-2026-68901?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
