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

CVE-2026-33676: Vikunja Information Disclosure Flaw

CVE-2026-33676 is an information disclosure vulnerability in Vikunja that exposes task details from unauthorized projects through the related_tasks field. This article covers the technical details, affected versions, and patches.

Published: March 27, 2026

CVE-2026-33676 Overview

CVE-2026-33676 is an authorization bypass vulnerability in Vikunja, an open-source self-hosted task management platform. Prior to version 2.2.1, when the Vikunja API returns tasks, it populates the related_tasks field with full task objects for all related tasks without checking whether the requesting user has read permission on those tasks' projects. This improper authorization check allows authenticated users to access sensitive task information from projects they should not have access to.

Critical Impact

An authenticated user who can read a task that has cross-project relations will receive full details (title, description, due dates, priority, percent completion, project ID, etc.) of tasks in projects they have no access to, potentially exposing confidential business information and project data.

Affected Products

  • Vikunja versions prior to 2.2.1

Discovery Timeline

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

Technical Details for CVE-2026-33676

Vulnerability Analysis

This vulnerability is classified as CWE-863 (Incorrect Authorization), representing a broken access control flaw in the Vikunja task management API. The core issue lies in how the API handles related task relationships across different projects. When a user requests task data, the API fetches and returns related tasks without validating whether the requesting user has appropriate read permissions on the projects containing those related tasks.

The vulnerability is particularly impactful in multi-project environments where different users or teams maintain separate projects with varying access controls. Cross-project task relations can inadvertently create information disclosure pathways that bypass the intended permission model.

Root Cause

The root cause is the absence of permission validation when fetching related task objects. The original implementation would retrieve all projects for a user and filter buckets based on project IDs, but it failed to apply the same access control checks when populating the related_tasks field. This oversight meant that the API would return full task details regardless of whether the user had read access to the related task's project.

Attack Vector

An attacker with valid authentication credentials can exploit this vulnerability through normal API interactions. The attack requires:

  1. Valid user authentication to the Vikunja instance
  2. Read access to at least one task that has cross-project relations
  3. Standard API requests to retrieve task data

When these conditions are met, the API response will include complete task objects from unauthorized projects, exposing titles, descriptions, due dates, priorities, completion percentages, and project identifiers.

go
 	return err
 }

-	// We need to fetch all projects for that user to make sure they only
-	// get to see buckets that they have permission to see.
-	projectIDs := []int64{}
-	allProjects, _, _, err := getAllRawProjects(s, a, "", 0, -1, false)
-	if err != nil {
-		return err
-	}
-
-	for _, project := range allProjects {
-		projectIDs = append(projectIDs, project.ID)
-	}
-
 buckets := make(map[int64]*Bucket)
 err = s.
 	Where(builder.In("id", builder.Select("bucket_id").
 		From("task_buckets").
 		Where(builder.In("task_id", taskIDs)))).
 	And(builder.In("project_view_id", builder.Select("id").
 		From("project_views").
-		Where(builder.In("project_id", projectIDs)))).
+		Where(accessibleProjectIDsSubquery(a, "project_views.project_id")))).
 	Find(&buckets)
 if err != nil {
 	return err

Source: GitHub Commit Update

Detection Methods for CVE-2026-33676

Indicators of Compromise

  • API responses containing task data from projects the authenticated user does not have explicit access to
  • Unusual patterns of task retrieval requests that include related_tasks field expansions
  • User activity logs showing access to task details across multiple projects without corresponding project access grants

Detection Strategies

  • Monitor API logs for task retrieval requests and correlate returned project IDs against user permission assignments
  • Implement audit logging for all related_tasks field expansions to track potential unauthorized data access
  • Review application logs for patterns where users receive task data from projects not in their permission scope

Monitoring Recommendations

  • Enable detailed API request/response logging for task endpoints in Vikunja
  • Set up alerts for users accessing task data from an unusually high number of distinct projects
  • Regularly audit cross-project task relationships to identify potential exposure vectors

How to Mitigate CVE-2026-33676

Immediate Actions Required

  • Upgrade Vikunja to version 2.2.1 or later immediately
  • Review API access logs to identify any potential exploitation of this vulnerability
  • Audit cross-project task relationships to assess exposure scope
  • Consider temporarily disabling cross-project task relations until the patch is applied

Patch Information

The vulnerability has been patched in Vikunja version 2.2.1. The fix implements proper authorization checks using an accessibleProjectIDsSubquery function that validates user permissions before returning related task data. The patch ensures that the API only returns task information from projects where the requesting user has verified read access.

For detailed patch information, refer to the GitHub Security Advisory, the GitHub Pull Request, and the Vikunja Changelog.

Workarounds

  • Limit the creation of cross-project task relationships until the patch can be applied
  • Restrict user registration and authentication to trusted users only
  • Implement network-level access controls to limit API exposure
  • Review and minimize the number of projects with sensitive task data that could be exposed through relations
bash
# Configuration example
# Upgrade Vikunja to patched version
docker pull vikunja/api:2.2.1
docker-compose down
docker-compose up -d

# Verify the version after upgrade
docker exec vikunja-api vikunja version

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechVikunja

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-863
  • Technical References
  • GitHub Commit Update

  • GitHub Pull Request

  • GitHub Security Advisory

  • Vikunja Changelog Release
  • Related CVEs
  • CVE-2026-33677: Vikunja Information Disclosure Vulnerability

  • CVE-2026-33668: Vikunja Auth Bypass Vulnerability

  • CVE-2026-33473: Vikunja Auth Bypass Vulnerability

  • CVE-2026-33679: Vikunja Task Management SSRF 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