Back to overview

CVE-2026-53445

HIGH
7.1
CVSS 4.0
Description
Wekan is open source kanban built with Meteor. Prior to 9.32, the Wekan copyBoard Meteor DDP method in server/publications/boards.js copies a board by caller-supplied board ID without checking this.userId, membership, or admin access. Any authenticated user can copy a private board they are not a member of, including its cards, checklists, custom fields, labels, and rules, while the REST POST /api/boards/:boardId/copy path correctly checks board admin access. This issue is fixed in version 9.32.

Metadata

CVE ID
CVE-2026-53445
State
PUBLISHED
Assigner
GitHub_M
Reserved
2026-06-09 16:31 UTC
Published
2026-07-15 21:11 UTC
Last updated
2026-07-15 21:11 UTC
Primary CWE
CWE-862
CWE-862: Missing Authorization
Vendor / Product
wekan / wekan
Sources
cve.org  ·  NVD

Severity & Metrics

7.1 HIGH CVSS 4.0
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N
Affected products (1)
VendorProductPlatformVersions
wekan wekan < 9.32
Weakness (CWE)
CWESourceDescription
CWE-862 cna CWE-862: Missing Authorization
CVSS scores (1)
ScoreSeverityVersionSourceVector
7.1 HIGH 4.0 cna CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N
References (3)
Back to overview