Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-33668

CVE-2026-33668: Vikunja Auth Bypass Vulnerability

CVE-2026-33668 is an authentication bypass flaw in Vikunja task management platform that allows disabled users to access APIs via tokens and CalDAV. This article covers technical details, affected versions, and patches.

Published: March 27, 2026

CVE-2026-33668 Overview

CVE-2026-33668 is an authentication bypass vulnerability in Vikunja, an open-source self-hosted task management platform. The vulnerability exists in versions 0.18.0 through 2.2.0, where user account status checks (disabled or locked) are inconsistently enforced across different authentication mechanisms. While local login and JWT token refresh paths properly verify user status, three other authentication paths—API tokens, CalDAV basic auth, and OpenID Connect—fail to validate whether a user account is disabled or locked, allowing unauthorized continued access.

Critical Impact

Disabled or locked user accounts can continue accessing the Vikunja API and syncing data through API tokens, CalDAV basic auth, or OpenID Connect authentication, completely bypassing account restrictions intended to revoke access.

Affected Products

  • Vikunja versions 0.18.0 through 2.2.0
  • Vikunja installations using API token authentication
  • Vikunja installations with CalDAV or OpenID Connect enabled

Discovery Timeline

  • 2026-03-24 - CVE-2026-33668 published to NVD
  • 2026-03-25 - Last updated in NVD database

Technical Details for CVE-2026-33668

Vulnerability Analysis

This vulnerability is classified under CWE-285 (Improper Authorization), which occurs when an application fails to properly enforce access control restrictions. In Vikunja's case, the authorization logic for checking user account status was implemented inconsistently across different authentication entry points.

When administrators disable or lock a user account in Vikunja, the expectation is that the user immediately loses all access to the platform. However, the status verification was only implemented on two authentication paths: local login and JWT token refresh. This creates a significant security gap where users with pre-existing API tokens, CalDAV credentials, or valid OpenID Connect sessions can continue operating as if their accounts were never restricted.

The vulnerability is particularly concerning in enterprise environments where account disabling is often used as part of employee offboarding procedures or incident response workflows. A terminated employee or compromised account could potentially continue exfiltrating task data, project information, and other sensitive content stored in Vikunja.

Root Cause

The root cause of this vulnerability is an incomplete implementation of user status validation across Vikunja's authentication middleware. The developers implemented account status checks for the primary authentication flow (local login and JWT refresh) but failed to apply the same validation logic to alternative authentication mechanisms.

Specifically, the API token authentication handler, CalDAV basic auth handler, and OpenID Connect callback handler were missing the necessary calls to verify that the authenticated user's account is in an active, unlocked state before granting access to protected resources.

Attack Vector

The attack vector for this vulnerability requires network access and low-privilege authentication. An attacker or former authorized user would need to have obtained valid authentication credentials through one of the vulnerable paths before their account was disabled. The attack scenario typically unfolds as follows:

A user with a valid API token, CalDAV configuration, or active OpenID Connect session has their account disabled by an administrator. Despite the account being marked as disabled or locked in Vikunja's user management system, the user can continue making authenticated API requests, syncing CalDAV calendars, or maintaining their OpenID Connect session. This allows continued read and write access to tasks, projects, and other data the user had permissions to access.

The vulnerability does not require user interaction and can be exploited remotely over the network. The impact is primarily on data integrity, as unauthorized users can continue modifying data they should no longer have access to.

Detection Methods for CVE-2026-33668

Indicators of Compromise

  • API requests from users whose accounts are marked as disabled or locked in the database
  • CalDAV sync activity (PROPFIND, REPORT, PUT, DELETE requests) from disabled user accounts
  • OpenID Connect authenticated sessions for users who should have been revoked
  • Audit log entries showing data modifications by users after their account status changed to disabled

Detection Strategies

  • Implement log correlation between Vikunja authentication logs and user status change events to identify access after account lockout
  • Monitor for API token usage patterns that continue after administrative account status changes
  • Review CalDAV access logs for activity from accounts that were recently disabled
  • Audit OpenID Connect session tokens against current user account status in Vikunja

Monitoring Recommendations

  • Enable verbose authentication logging in Vikunja to capture all authentication method usage
  • Set up alerting for any successful authentication events from users marked as disabled in the user management system
  • Periodically audit active API tokens and CalDAV configurations against current user account status
  • Implement real-time monitoring of authentication events with correlation to user status database records

How to Mitigate CVE-2026-33668

Immediate Actions Required

  • Upgrade Vikunja to version 2.2.1 or later immediately
  • Revoke all API tokens for users whose accounts have been disabled or locked
  • Invalidate CalDAV credentials for disabled user accounts
  • Review OpenID Connect configurations and ensure session revocation is properly synchronized
  • Audit access logs to identify any unauthorized access that may have occurred through the vulnerable authentication paths

Patch Information

Vikunja version 2.2.1 addresses this vulnerability by implementing consistent user status validation across all authentication mechanisms. The fix ensures that API token authentication, CalDAV basic auth, and OpenID Connect authentication all verify that the user account is active and unlocked before granting access.

Multiple commits address this issue, including fixes documented in the GitHub Security Advisory GHSA-94xm-jj8x-3cr4. The Vikunja v2.2.2 release changelog provides additional information about the security improvements.

Workarounds

  • Manually revoke all API tokens for any disabled or locked user accounts
  • Disable CalDAV integration temporarily if immediate patching is not possible
  • Configure your identity provider to revoke OpenID Connect sessions when Vikunja account status changes
  • Implement network-level access controls to restrict API access from known disabled user IP addresses
  • Monitor authentication logs closely until the patch can be applied
bash
# Configuration example
# Verify your Vikunja version and upgrade if vulnerable
vikunja version
# Expected output should show 2.2.1 or higher

# Review current API tokens in the database for disabled users
# (PostgreSQL example - adjust for your database)
psql -d vikunja -c "SELECT u.username, t.token_id, t.created 
FROM api_tokens t 
JOIN users u ON t.owner_id = u.id 
WHERE u.status != 'active';"

# After upgrading, restart the Vikunja service
systemctl restart vikunja

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechVikunja

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.13%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/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-285
  • Technical References
  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Security Advisory

  • Vikunja Release Changelog
  • Related CVEs
  • CVE-2026-35598: Vikunja Auth Bypass Vulnerability

  • CVE-2026-35594: Vikunja Auth Bypass Vulnerability

  • CVE-2026-35597: Vikunja TOTP Auth Bypass Vulnerability

  • CVE-2026-34727: Vikunja 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