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

CVE-2026-33315: Vikunja Authentication Bypass Vulnerability

CVE-2026-33315 is an authentication bypass flaw in Vikunja that allows attackers to circumvent 2FA protection via Caldav Basic Authentication. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-33315 Overview

CVE-2026-33315 is an authentication bypass vulnerability in Vikunja, an open-source self-hosted task management platform. The vulnerability exists in versions prior to 2.2.0 where the CalDAV endpoint allows login using Basic Authentication, enabling attackers to bypass Time-based One-Time Password (TOTP) verification on accounts with two-factor authentication (2FA) enabled. This flaw allows unauthorized access to project information that should be protected behind 2FA, including project names, descriptions, and other sensitive task management data.

Critical Impact

Attackers can bypass 2FA protections on Vikunja accounts by exploiting the CalDAV endpoint's Basic Authentication mechanism, gaining unauthorized access to protected project data.

Affected Products

  • Vikunja versions prior to 2.2.0
  • Self-hosted Vikunja instances with CalDAV integration enabled
  • Vikunja deployments relying on 2FA/TOTP for account security

Discovery Timeline

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

Technical Details for CVE-2026-33315

Vulnerability Analysis

This vulnerability represents an Authentication Bypass flaw classified under CWE-288 (Authentication Bypass Using an Alternate Path or Channel). The core issue lies in how Vikunja's CalDAV endpoint handles authentication requests. While the main application interface properly enforces 2FA/TOTP verification when configured, the CalDAV API endpoint accepts Basic Authentication credentials without requiring the secondary TOTP factor.

This creates a parallel authentication path that bypasses the security controls implemented in the primary authentication flow. An attacker with knowledge of valid user credentials can leverage this alternate authentication channel to access protected resources without completing the full multi-factor authentication process.

The vulnerability allows access to standard project information including project names, descriptions, and potentially task data that users intended to protect with 2FA enforcement.

Root Cause

The root cause of CVE-2026-33315 stems from inconsistent authentication enforcement across different API endpoints. The CalDAV integration, which provides calendar and task synchronization capabilities with external applications, was implemented with Basic Authentication support to maintain compatibility with standard CalDAV clients. However, the authentication logic for this endpoint failed to verify whether the authenticating user's account had 2FA enabled and whether the TOTP challenge had been satisfied.

This architectural oversight created a security bypass where the CalDAV endpoint operated independently of the 2FA enforcement logic applied to other parts of the application.

Attack Vector

The attack is network-based and requires no user interaction. An attacker who has obtained valid user credentials through phishing, credential stuffing, or other means can directly authenticate to the CalDAV endpoint using HTTP Basic Authentication. The attack sequence involves:

  1. The attacker identifies a Vikunja instance with CalDAV enabled
  2. Using compromised credentials, the attacker crafts a request to the CalDAV endpoint with Basic Authentication headers
  3. The CalDAV endpoint validates the username and password but fails to check for 2FA requirements
  4. The attacker gains access to the user's project data, bypassing the TOTP protection the user had enabled

The CalDAV endpoint typically accessible at paths like /dav/ accepts standard HTTP Basic Authentication headers, making exploitation straightforward for attackers with valid credentials.

Detection Methods for CVE-2026-33315

Indicators of Compromise

  • Unusual CalDAV endpoint access from unexpected IP addresses or geographic locations
  • Authentication logs showing successful CalDAV logins for 2FA-enabled accounts without corresponding TOTP verification events
  • Increased CalDAV API requests from accounts that don't typically use calendar synchronization
  • Access patterns showing data retrieval via CalDAV for users who normally access the web interface

Detection Strategies

  • Monitor authentication logs for CalDAV endpoint access and correlate with 2FA verification logs
  • Implement alerting for successful CalDAV authentications from 2FA-enabled accounts
  • Review access logs for the /dav/ endpoint path for anomalous patterns
  • Deploy web application firewalls with rules to detect and alert on Basic Authentication bypass attempts

Monitoring Recommendations

  • Enable detailed logging for all CalDAV endpoint authentication attempts
  • Configure security information and event management (SIEM) rules to detect 2FA bypass scenarios
  • Implement user and entity behavior analytics (UEBA) to identify unusual CalDAV access patterns
  • Regularly audit accounts with 2FA enabled for any unexpected CalDAV-based access

How to Mitigate CVE-2026-33315

Immediate Actions Required

  • Upgrade Vikunja to version 2.2.0 or later immediately
  • Review audit logs for any suspicious CalDAV endpoint access on 2FA-enabled accounts
  • Consider temporarily disabling CalDAV access until the patch is applied
  • Notify users with 2FA-enabled accounts to review their access history for unauthorized activity

Patch Information

The vulnerability has been patched in Vikunja version 2.2.0. The fix ensures that 2FA verification is properly enforced across all authentication channels, including the CalDAV endpoint. The patch commit (cdf5d30a425d032f749b78b98b828f25ad882615) modifies the authentication flow to require TOTP verification before granting access via CalDAV Basic Authentication for accounts with 2FA enabled.

For detailed patch information, refer to the GitHub Security Advisory GHSA-47cr-f226-r4pq and the Vikunja v2.2.0 Release Changelog.

Workarounds

  • Disable CalDAV functionality entirely if not required until the patch can be applied
  • Implement network-level restrictions to limit CalDAV endpoint access to trusted IP ranges
  • Use a reverse proxy to block or restrict access to the /dav/ endpoint paths
  • Require VPN access for CalDAV synchronization to add an additional authentication layer
bash
# Example nginx configuration to restrict CalDAV access
# Add to your Vikunja server block as a temporary mitigation

location /dav/ {
    # Restrict CalDAV access to trusted internal networks only
    allow 10.0.0.0/8;
    allow 192.168.0.0/16;
    deny all;
    
    # Alternatively, disable CalDAV entirely until patched
    # return 403 "CalDAV temporarily disabled for security";
    
    proxy_pass http://vikunja-backend;
}

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

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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-288
  • Technical References
  • Vikunja v2.2.0 Release Changelog
  • Vendor Resources
  • GitHub Commit Changes

  • GitHub Security Advisory GHSA-47cr-f226-r4pq
  • 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