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-1892

CVE-2026-1892: WeKan REST API Auth Bypass Vulnerability

CVE-2026-1892 is an authentication bypass flaw in WeKan REST API affecting versions up to 8.20. Attackers can exploit improper authorization in the setBoardOrgs function. This article covers technical details, impact, and mitigation.

Published: February 6, 2026

CVE-2026-1892 Overview

A security vulnerability has been identified in WeKan, an open-source kanban board application, affecting versions up to 8.20. This vulnerability resides in the setBoardOrgs function within the models/boards.js file of the REST API component. The flaw allows improper authorization through manipulation of the item.cardId, item.checklistId, and card.boardId parameters. While the attack can be launched remotely over the network, exploitation requires authenticated access and high attack complexity, making successful exploitation difficult.

Critical Impact

Authenticated attackers may bypass authorization controls to access or modify board, card, and checklist data belonging to other organizations within the WeKan instance.

Affected Products

  • WeKan versions up to and including 8.20
  • WeKan REST API component (models/boards.js)
  • Self-hosted WeKan deployments with exposed REST API endpoints

Discovery Timeline

  • 2026-02-04 - CVE CVE-2026-1892 published to NVD
  • 2026-02-05 - Last updated in NVD database

Technical Details for CVE-2026-1892

Vulnerability Analysis

This improper authorization vulnerability (CWE-266: Incorrect Privilege Assignment) affects the setBoardOrgs function in WeKan's REST API. The function fails to properly validate whether a user has legitimate access rights to board resources before processing requests. By manipulating the item.cardId, item.checklistId, or card.boardId parameters in API requests, an authenticated attacker could potentially access or modify data belonging to different organizations or boards than they should have access to.

The vulnerability requires authentication (low privileges) and involves high attack complexity, which limits the ease of exploitation. The impact includes potential unauthorized access to confidential board data, the ability to modify card and checklist items, and disruption of kanban board integrity.

Root Cause

The root cause is insufficient authorization checks within the setBoardOrgs function. The function processes board organization assignments without adequately verifying that the requesting user has proper permissions for the specified cardId, checklistId, and boardId values. This allows cross-organizational or cross-board access when parameter values are manipulated.

Attack Vector

The attack is conducted remotely through the WeKan REST API. An authenticated user with low-level privileges can craft malicious API requests containing manipulated resource identifiers. Due to the high complexity requirements, successful exploitation likely requires knowledge of valid target resource IDs and understanding of the API structure.

The vulnerability manifests in the authorization logic within models/boards.js. For technical details on the vulnerable code and the applied fix, refer to the GitHub Wekan Commit Details containing patch cabfeed9a68e21c469bf206d8655941444b9912c.

Detection Methods for CVE-2026-1892

Indicators of Compromise

  • Unusual REST API requests to board-related endpoints with mismatched organization or board IDs
  • API access logs showing authenticated users attempting to access resources outside their assigned organizations
  • Failed authorization attempts followed by successful access to cross-organizational resources

Detection Strategies

  • Monitor WeKan REST API logs for requests to /api/boards endpoints with abnormal parameter patterns
  • Implement correlation rules to detect users accessing board IDs that differ from their organizational assignments
  • Review audit logs for setBoardOrgs function calls with suspicious cardId, checklistId, or boardId combinations

Monitoring Recommendations

  • Enable detailed API request logging for all board and organization-related endpoints
  • Configure alerts for authorization failures followed by subsequent successful requests from the same user
  • Implement rate limiting on REST API endpoints to slow potential enumeration attacks

How to Mitigate CVE-2026-1892

Immediate Actions Required

  • Upgrade WeKan to version 8.21 or later immediately
  • Review API access logs for any suspicious activity targeting board resources
  • Audit organization and board assignments to ensure data integrity has not been compromised

Patch Information

WeKan has released version 8.21 which addresses this vulnerability. The fix is contained in commit cabfeed9a68e21c469bf206d8655941444b9912c. Organizations running affected versions should upgrade to the patched release.

Relevant resources:

  • GitHub Wekan Release v8.21
  • GitHub Wekan Commit Details

Workarounds

  • Restrict REST API access to trusted networks or authenticated users with verified organizational membership
  • Implement additional API gateway authorization controls to validate resource ownership before requests reach WeKan
  • Consider temporarily disabling the REST API if not critical to operations until the patch can be applied
bash
# Configuration example - Restrict API access via reverse proxy (nginx example)
location /api/ {
    # Limit API access to internal networks only
    allow 10.0.0.0/8;
    allow 192.168.0.0/16;
    deny all;
    
    proxy_pass http://wekan:3000;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWekan

  • SeverityLOW

  • CVSS Score2.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-266
  • Technical References
  • GitHub Wekan Repository

  • GitHub Wekan Commit Details

  • GitHub Wekan Release v8.21

  • VulDB CVE-344265 Details

  • VulDB #344265

  • VulDB Submission #742662
  • Related CVEs
  • CVE-2026-30843: Wekan Auth Bypass Vulnerability

  • CVE-2026-2206: Wekan Authentication Bypass Vulnerability

  • CVE-2026-2208: Wekan Auth Bypass Vulnerability

  • CVE-2026-2209: Wekan Auth Bypass Vulnerability
Default Legacy - Prefooter | 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