The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-2205

CVE-2026-2205: Wekan Information Disclosure Vulnerability

CVE-2026-2205 is an information disclosure vulnerability in Wekan project affecting versions up to 8.20 through the Meteor Publication Handler. This post covers technical details, affected versions, impact, and mitigation.

Published: February 13, 2026

CVE-2026-2205 Overview

A significant information disclosure vulnerability has been identified in WeKan, the open-source kanban board application, affecting versions up to 8.20. This vulnerability exists within the Meteor Publication Handler component, specifically in the server/publications/cards.js file. The flaw allows authenticated attackers to access card data from boards they should not have visibility to, bypassing the intended access control mechanisms.

Critical Impact

Authenticated users can access sensitive card information from boards they are not authorized to view, potentially exposing confidential project data, tasks, and organizational information across the WeKan installation.

Affected Products

  • WeKan versions up to and including 8.20
  • WeKan installations using Meteor Publication Handler for card subscriptions
  • Self-hosted and cloud-deployed WeKan instances running vulnerable versions

Discovery Timeline

  • 2026-02-08 - CVE-2026-2205 published to NVD
  • 2026-02-11 - Last updated in NVD database

Technical Details for CVE-2026-2205

Vulnerability Analysis

This information disclosure vulnerability (CWE-200) stems from insufficient authorization checks in the WeKan card publication mechanism. The vulnerable code in server/publications/cards.js failed to properly validate whether a user has permission to view a board before publishing card data to the client. This creates a scenario where the Meteor publication could leak card information to users who should only have access to boards they are explicitly members of or where board visibility rules should restrict access.

The vulnerability is exploitable remotely over the network and requires low-privileged authentication to execute. The impact is limited to confidentiality loss, with no direct effect on integrity or availability of the system.

Root Cause

The root cause of this vulnerability lies in the improper ordering and completeness of authorization checks within the card publication handler. The original code structure performed access control validation only after certain conditions were met, and critically, it did not validate board visibility before processing card subscriptions. The authorization logic checked for assigned-only permissions but failed to first verify that the user had any legitimate access to the board containing the card.

Attack Vector

An authenticated attacker can exploit this vulnerability by subscribing to card publications for cards they should not have access to. By manipulating card IDs in subscription requests, an attacker with a valid WeKan account can potentially enumerate and access cards from private boards, boards where they are not members, or boards with visibility restrictions that should prevent their access.

The attack is performed remotely over the network, requires only a low-privileged account (basic authentication), and does not require any user interaction.

javascript
   const userId = Meteor.userId();
   const card = ReactiveCache.getCard({ _id: cardId });
   
+  if (!card || !card.boardId) {
+    return [];
+  }
+  
+  const board = ReactiveCache.getBoard({ _id: card.boardId });
+  if (!board || !board.isVisibleBy(userId)) {
+    return [];
+  }
+  
   // If user has assigned-only permissions, check if they're assigned to this card
-  if (userId && card && card.boardId) {
-    const board = ReactiveCache.getBoard({ _id: card.boardId });
-    if (board && board.members) {
-      const member = _.findWhere(board.members, { userId: userId, isActive: true });
-      if (member && (member.isNormalAssignedOnly || member.isCommentAssignedOnly || member.isReadAssignedOnly)) {
-        // User with assigned-only permissions can only view cards assigned to them
-        if (!card.assignees || !card.assignees.includes(userId)) {
-          return []; // Don't publish if user is not assigned
-        }
+  if (userId && board.members) {
+    const member = _.findWhere(board.members, { userId: userId, isActive: true });
+    if (member && (member.isNormalAssignedOnly || member.isCommentAssignedOnly || member.isReadAssignedOnly)) {
+      // User with assigned-only permissions can only view cards assigned to them
+      if (!card.assignees || !card.assignees.includes(userId)) {
+        return []; // Don't publish if user is not assigned
       }
     }

Source: GitHub Commit Details

Detection Methods for CVE-2026-2205

Indicators of Compromise

  • Unusual patterns of card subscription requests from single user accounts attempting to access multiple board IDs
  • Access log entries showing users retrieving card data from boards they are not members of
  • Meteor DDP (Distributed Data Protocol) subscription logs showing unauthorized card publication requests
  • Anomalous spikes in card data retrieval that deviate from normal user behavior patterns

Detection Strategies

  • Implement logging on Meteor publication handlers to track card subscription requests and correlate with user board memberships
  • Configure application-level monitoring to alert on card access attempts where the requesting user is not a board member
  • Deploy network monitoring to identify unusual DDP message patterns targeting card subscriptions
  • Review WeKan access logs for patterns of sequential card ID enumeration attempts

Monitoring Recommendations

  • Enable verbose logging for server/publications/cards.js to capture all card subscription events with user context
  • Set up alerting for failed authorization checks in card publication handlers
  • Monitor for users accessing cards at a rate inconsistent with normal usage patterns
  • Implement real-time dashboard monitoring for Meteor subscription activity across boards

How to Mitigate CVE-2026-2205

Immediate Actions Required

  • Upgrade WeKan to version 8.21 or later immediately to apply the security patch
  • Review access logs to identify any potential exploitation attempts prior to patching
  • Audit board membership and permissions to ensure access controls are configured correctly
  • Notify users if sensitive data may have been exposed through this vulnerability

Patch Information

The vulnerability has been addressed in WeKan version 8.21. The fix implements proper board visibility validation before processing card subscriptions, ensuring that the board.isVisibleBy(userId) check is performed early in the authorization flow. The security patch is available in commit 0f5a9c38778ca550cbab6c5093470e1e90cb837f.

Administrators should upgrade to version 8.21 or apply the patch from the official commit.

Workarounds

  • If immediate patching is not possible, consider temporarily restricting network access to the WeKan instance to trusted users only
  • Implement additional reverse proxy authentication layers to limit who can reach the WeKan application
  • Disable public registration and audit all existing user accounts for unauthorized access
  • Consider temporarily setting all boards to private and manually verifying board membership lists
bash
# Configuration example
# Update WeKan to patched version 8.21
cd /path/to/wekan
git fetch origin
git checkout v8.21

# For Docker deployments
docker pull wekan/wekan:v8.21
docker-compose down && docker-compose up -d

# Verify the patch is applied by checking the commit
git log --oneline -1 server/publications/cards.js
# Should show commit containing the security fix

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWekan

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • GitHub Wekan Repository

  • GitHub Release v8.21

  • VulDB CTI ID #344919

  • VulDB ID #344919

  • VulDB Submission #752161
  • Vendor Resources
  • GitHub Commit Details
  • Related CVEs
  • CVE-2026-30845: Wekan Information Disclosure Vulnerability

  • CVE-2026-30846: Wekan Information Disclosure Vulnerability

  • CVE-2026-30847: Wekan Information Disclosure Vulnerability

  • CVE-2026-2207: Wekan Information Disclosure Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English