SEPTEMBER 9, 2026
Live Feed
Back to database
Case File

CVE-2026-53447

MEDIUM · CVSS 6.5 EPSS 0.23% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-15 · Last synced 2026-08-14

CyberRota Analysis

AI-Generated

Wekan versions prior to 9.35 are vulnerable due to a flaw in the cloneBoard Meteor method, which allows any authenticated user with knowledge of a private board ID to clone that board, thereby gaining access to its cards, comments, attachments, member information, and activities without proper authorization checks. This vulnerability poses a risk of unauthorized data exposure and should be prioritized by organizations using Wekan for project management, particularly those handling sensitive information. Immediate upgrading to version 9.35 or later is recommended to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-53447
Severity
MEDIUM
CVSS
6.5
EPSS
0.23%

Original NVD Description

Wekan is open source kanban built with Meteor. Prior to 9.35, the Wekan cloneBoard Meteor method in models/import.js uses caller-supplied sourceBoardId to build a board export through models/exporter.js without invoking canExport() or checking source-board membership. Any authenticated user who knows a private board ID can clone the board into their own account and read its cards, comments, attachments, member information, and activities. This issue is fixed in version 9.35.