CVE-2026-52890 Details
Description
Wekan is open source kanban built with Meteor. Prior to 9.31, Wekan allows a logged-in board member to insert an attachment document through the /attachments/insert DDP method with attacker-controlled versions.original.path and versions.original.storage fields. The server/permissions/attachments.js insert rule checks only board write access, and FileStoreStrategyFilesystem.getReadStream() in models/lib/fileStoreStrategy.js streams the stored path without a storage-root containment check, allowing arbitrary file reads and denial of service through special files such as /dev/zero. This issue is fixed in version 9.31.
A vulnerability in Wekan, an open-source kanban application built with Meteor, allows logged-in board members to exploit the attachment handling feature. Prior to version 9.31, the application did not properly validate file attachment paths before processing them. This oversight enabled users to insert attachments with arbitrary file paths, leading to unauthorized file reads and potential denial-of-service conditions by targeting specific system files. The issue arises from inadequate permission checks on the attachment 'versions' metadata during the insertion of files via the DDP method '/attachments/insert'.
Users can upgrade to Wekan version 9.31, which addresses this vulnerability by implementing proper validation of attachment paths and restricting file reads to authorized storage locations.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 15, 2026CISA-ADP
Assessed Jul 16, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/wekan/wekan/security/advisories/GHSA-g6vm-7757-pr88 | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/wekan/wekan/commit/fc92b342ceedcf38dbd614a0f7b50d6dc2b22eb8 | [email protected] | Source CodeVendor |
| https://github.com/wekan/wekan/releases/tag/v9.31 | [email protected] | Release NotesVendor |
| https://github.com/wekan/wekan/security/advisories/GHSA-g6vm-7757-pr88 | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
| CWE-400 | Uncontrolled Resource Consumption | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Wekan | <= 9.30.0 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 16, 2026 | CVE Modified | CISA-ADP |
| Jul 15, 2026 | New CVE Received | [email protected] |
Volerion