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

CVE-2026-28268: Vikunja Auth Bypass Vulnerability

CVE-2026-28268 is an authentication bypass flaw in Vikunja that allows password reset tokens to be reused indefinitely, enabling persistent account takeover. This post covers technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2026-28268 Overview

CVE-2026-28268 is a critical business logic vulnerability in Vikunja, an open-source self-hosted task management platform. The flaw exists in the password reset mechanism of the vikunja/api component, allowing password reset tokens to be reused indefinitely. Due to a failure to invalidate tokens upon use combined with a critical logic bug in the token cleanup cron job, reset tokens remain valid forever. This enables an attacker who intercepts a single reset token—through logs, browser history, or phishing—to perform a complete, persistent account takeover at any point in the future, effectively bypassing standard authentication controls.

Critical Impact

This vulnerability enables persistent account takeover through indefinite password reset token reuse, allowing attackers to compromise accounts at any time after obtaining a single reset token.

Affected Products

  • Vikunja versions prior to 2.1.0
  • Vikunja API component (vikunja/api)
  • Self-hosted Vikunja deployments using vulnerable password reset functionality

Discovery Timeline

  • 2026-02-27 - CVE-2026-28268 published to NVD
  • 2026-03-02 - Last updated in NVD database

Technical Details for CVE-2026-28268

Vulnerability Analysis

This vulnerability represents a classic business logic flaw (CWE-459: Incomplete Cleanup) in the authentication subsystem. The password reset mechanism fails to properly invalidate tokens after they have been used, and the background cleanup process that should remove stale tokens contains a critical logic bug that prevents proper token expiration. As a result, once a password reset token is generated, it remains valid indefinitely, regardless of whether it has already been used to reset a password.

The impact of this vulnerability is severe. An attacker who obtains a password reset token through any means—such as intercepting email communications, accessing browser history, reviewing application logs, or conducting phishing attacks—can use that token to reset the victim's password at any time in the future. This creates a persistent backdoor into user accounts that survives password changes and other security measures.

Root Cause

The root cause stems from two compounding issues in the Vikunja codebase. First, the password reset handler does not invalidate or delete the token after successful use, allowing the same token to be reused multiple times. Second, the token cleanup cron job responsible for removing expired tokens contains a logic error that prevents it from properly identifying and removing stale tokens. This combination results in tokens that persist indefinitely in the database, creating a permanent attack vector.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction from the victim beyond the initial generation of a password reset token. An attacker can exploit this vulnerability through the following scenario:

  1. The attacker obtains a password reset token for a target account through interception of email traffic, access to server logs, browser history on a shared computer, or social engineering
  2. Even if the legitimate user has already used the token to reset their password, the token remains valid
  3. The attacker can use the intercepted token at any future time to reset the victim's password
  4. The attacker gains full access to the victim's account and can lock out the legitimate user

The vulnerability exploitation mechanism involves resubmitting a previously-used password reset token to the password reset endpoint. Because the token is never invalidated, the server accepts it as valid and allows the password change to proceed. Technical details and the fix can be found in the GitHub Security Advisory.

Detection Methods for CVE-2026-28268

Indicators of Compromise

  • Multiple password reset operations using the same token identifier in application logs
  • Password reset requests occurring long after the original token was generated
  • Suspicious password reset activity from IP addresses different from the original requestor
  • User reports of unauthorized account access following previous password reset activity

Detection Strategies

  • Monitor password reset endpoint logs for token reuse patterns, particularly tokens being used more than once
  • Implement alerting for password reset tokens being used after significant time delays from generation
  • Review authentication logs for account takeover indicators such as geographic anomalies following password resets
  • Audit database for old, uncleared password reset tokens that should have been invalidated

Monitoring Recommendations

  • Enable detailed logging on password reset endpoints including token identifiers and timestamps
  • Implement anomaly detection for password reset frequency and timing patterns per user account
  • Configure alerts for password changes followed by immediate session creation from new IP addresses
  • Regularly audit the password reset token table for tokens exceeding expected lifetimes

How to Mitigate CVE-2026-28268

Immediate Actions Required

  • Upgrade Vikunja to version 2.1.0 or later immediately
  • Manually purge all existing password reset tokens from the database after upgrading
  • Force password resets for all users as a precautionary measure if token compromise is suspected
  • Review logs for any evidence of historical token reuse attacks

Patch Information

The vulnerability has been addressed in Vikunja version 2.1.0. The fix ensures that password reset tokens are properly invalidated after use and corrects the logic bug in the token cleanup cron job. The patch can be reviewed in the GitHub commit. Release details are available in the Vikunja v2.1.0 changelog.

Workarounds

  • If immediate upgrade is not possible, manually implement a database cleanup script to purge all password reset tokens on a regular basis
  • Implement additional rate limiting on the password reset endpoint to reduce the window of opportunity for token reuse
  • Add monitoring to detect and alert on token reuse attempts while awaiting the patch deployment
  • Consider temporarily disabling the password reset functionality if the risk is deemed too high for your environment
bash
# Database cleanup example for PostgreSQL (temporary workaround)
# Run this periodically until upgrade to 2.1.0 is complete
psql -U vikunja_user -d vikunja_db -c "DELETE FROM password_reset_tokens WHERE created_at < NOW() - INTERVAL '1 hour';"

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

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-459
  • Technical References
  • 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