{ "dataType": "CVE_RECORD", "dataVersion": "5.2", "cveMetadata": { "cveId": "CVE-2026-68901", "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "state": "PUBLISHED", "assignerShortName": "GitHub_M", "dateReserved": "2026-07-31T21:04:04.039Z", "datePublished": "2026-08-19T19:27:58.094Z", "dateUpdated": "2026-08-19T19:40:09.254Z" }, "containers": { "cna": { "title": "WeKan Board Export REST Endpoints: NULL Pointer Dereference on Invalid authToken Leads to Uncaught Exception / Remote Denial of Service", "problemTypes": [ { "descriptions": [ { "cweId": "CWE-476", "lang": "en", "description": "CWE-476: NULL Pointer Dereference", "type": "CWE" } ] } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" } } ], "references": [ { "name": "https://github.com/wekan/wekan/security/advisories/GHSA-3gcg-g6rf-w2rx", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/wekan/wekan/security/advisories/GHSA-3gcg-g6rf-w2rx" }, { "name": "https://github.com/wekan/wekan/commit/40de1799aed7c31494579659850578691171d895", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/wekan/wekan/commit/40de1799aed7c31494579659850578691171d895" }, { "name": "https://github.com/wekan/wekan/releases/tag/v10.38", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/wekan/wekan/releases/tag/v10.38" } ], "affected": [ { "vendor": "wekan", "product": "wekan", "versions": [ { "version": "< 10.38", "status": "affected" } ] } ], "providerMetadata": { "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M", "dateUpdated": "2026-08-19T19:27:58.094Z" }, "descriptions": [ { "lang": "en", "value": "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." } ], "source": { "advisory": "GHSA-3gcg-g6rf-w2rx", "discovery": "UNKNOWN" } }, "adp": [ { "references": [ { "url": "https://github.com/wekan/wekan/security/advisories/GHSA-3gcg-g6rf-w2rx", "tags": [ "exploit" ] } ], "metrics": [ { "other": { "type": "ssvc", "content": { "timestamp": "2026-08-19T19:39:34.384679Z", "id": "CVE-2026-68901", "options": [ { "Exploitation": "poc" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "version": "2.0.3" } } } ], "title": "CISA ADP Vulnrichment", "providerMetadata": { "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP", "dateUpdated": "2026-08-19T19:40:09.254Z" } } ] } }