Skip to content
July 4, 2026
  • Linkedin
  • Twitter
  • Facebook
  • Youtube

Daily CyberSecurity

Zero-hour alerts. Unmatched analysis.

Primary Menu
  • Home
  • CVE Watchtower
  • Cyber Criminals
  • Data Leak
  • Linux
  • Malware
  • Vulnerability
  • Submit Press Release
  • Vulnerability Report
Light/Dark Button
  • Home
  • News
  • Vulnerability Report
  • Critical Flaws in Vikunja Expose Users to Persistent Account Takeovers
  • Vulnerability Report

Critical Flaws in Vikunja Expose Users to Persistent Account Takeovers

Do Son March 2, 2026 3 minutes read
0
Vikunja Persistent Takeover CVE-2026-28268
Add as a preferred
source on Google

Vikunja is a popular open-source, self-hostable to-do application designed to help users organize their tasks using list, Kanban, Gantt, and table views while keeping their data entirely under their own control. However, a pair of highly critical security vulnerabilities has been disclosed that could allow cybercriminals to hijack user accounts permanently.

These flaws, which affect all Vikunja versions up to and including v2.0.0, create a dangerous scenario where recovering a compromised account becomes nearly impossible for the victim.

The first vulnerability, tracked as CVE-2026-27575 (CVSS 9.1), stems from a dangerous combination of weak password enforcement and persistent user sessions.

The application previously allowed users to set incredibly weak passwords, such as “1234” or a single character, without enforcing any minimum length or strength requirements. This makes accounts highly susceptible to brute-force or credential-stuffing attacks.

The real danger, however, lies in what happens after an account is compromised. If an attacker guesses a weak password and logs in, they are granted an active session token. If the legitimate user later realizes their account is at risk and changes their password, the application fails to forcefully log out other active sessions. This means the attacker’s original session remains perfectly valid, granting them persistent, uninterrupted access to the victim’s sensitive data even after the password has been changed.

The second vulnerability, tracked as CVE-2026-28268 (CVSS 9.8), involves a critical logic error in the system’s automated cleanup routine, creating what is effectively an infinite attack window.

When a user requests a password reset or an account deletion, the system generates a temporary token. A background task (a cron job) is scheduled to delete these tokens after 24 hours to ensure they expire and cannot be abused. However, a simple mathematical error in the database code reversed this intended logic.

By accidentally using a “greater than” (>) symbol instead of a “less than” (<) symbol in the code, the system was instructed to delete tokens created within the last 24 hours. As a result, the system continuously deleted brand-new, valid tokens while keeping old, expired tokens active forever.

Because these old tokens are never cleared from the database, an attacker who manages to obtain a single password reset token can use it to reset the victim’s password an unlimited number of times. Even if the victim notices the suspicious activity and changes their password to secure the account, the attacker can simply reuse the immortal token to take the account right back.

Both of these vulnerabilities lead to the exact same devastating result: persistent account takeover.

Fortunately, the maintainers have addressed both the session management flaw and the broken cleanup logic. To properly secure their environments, administrators hosting Vikunja must update their instances to the patched release, version v2.0.1, immediately. Additionally, the recommended fix includes updating the password reset function to automatically invalidate and delete a token the moment it is successfully used.

Get Zero-Hour Vulnerability Alerts

Critical CVEs, CVSS scores, and PoC updates — straight to your inbox every week.


We respect your inbox. Unsubscribe anytime.

Related coverage

  • CISA Warns: Critical VizAir Flaws (CVSS 10.0) Expose Airport Weather Systems to Unauthenticated Manipulation
  • Spring Framework and Spring Security Vulnerabilities Expose Authorization Bypass Risks (CVE-2025-41248 & CVE-2025-41249)
  • ShapedPlugin Supply Chain Attack Exposes WordPress Sites
  • Dell Wyse Vulnerabilities Allow CVSS 9.8 Code Execution
  • New TCC Bypass (CVE-2025-43530) Exposes macOS to Unchecked Automation

Support Our Threat Intelligence

If you find our CVE report and cybersecurity news helpful, consider supporting our work.

Buy Me a Coffee Logo Buy Me a Coffee PayPal
Crypto QR Code
USDT (TRC20):
TN8BdV8cp4T1Cd28gK9qTAnZknzzuwyUtm
USDT (ERC20):
0x3725e1a7d3bc5765499fa6aaafe307fabcd75bce

Share this article:

Facebook Post LinkedIn Telegram
Written by
@DdoS · Security Researcher

Do Son

Do Son is the Founder and Editor of SecurityOnline.info. Working in cybersecurity since 2013, he reports on vulnerabilities, malware, and emerging threats, providing timely analysis to help organizations and individuals stay ahead of evolving risks.

Tags: Account Takeover CVE-2026-27575 CVE-2026-28268 infosec Logic Error Open Source Security Password Reset Flaw Patch Alert Session Hijacking Vikunja

Leave a Reply Cancel reply

You must be logged in to post a comment.

Search

Translation

CVE WATCHTOWER
🚨

Receive alerts for vulnerabilities being exploited in the wild.

⚡

Get notified instantly when a Proof of Concept (PoC) exploit is published.

🔍

Access critical info on vulnerabilities even when marked as "RESERVED".

🧠

Insights powered by decades of expertise and global intelligence sources.

🎯

Customize alerts with up to 10 keywords for your specific tech stack.

📊

Export the raw CVE database for SIEM integration and reporting.

Upgrade Package

🚨 Active Exploits in the Wild

  • CVE-2026-48282CVSS 10.0
    ColdFusion versions 2025.9, 2023.20 and earlier are affected by an Improper Limitation of a Pathname to a Restricted...
    Admin intel📅 Updated: Jul 3, 2026
  • CVE-2024-14037CVSS 9.8
    Redsea Cloud eHR contains an arbitrary file upload vulnerability that allows unauthenticated attackers to achieve remote code execution...
    Admin intel📅 Updated: Jul 3, 2026
  • CVE-2026-8451CVSS 8.8
    Insufficient input validation in NetScaler ADC and NetScaler Gateway leading to memory overread if NetScaler ADC or NetScaler Gateway is configured...
    Admin intel📅 Updated: Jul 2, 2026
  • CVE-2026-8037CVSS 9.6
    OS Command Injection Remote Code Execution Vulnerability in API in Progress ADC Products allows an un-authenticated attacker to...
    Admin intel📅 Updated: Jul 1, 2026
  • CVE-2026-45659CVSS 8.8
    Deserialization of untrusted data in Microsoft Office SharePoint allows an authorized attacker to execute code over a network.
    CISA KEV📅 Added to KEV: Jul 1, 2026
  • CVE-2026-48558CVSS 10.0
    SimpleHelp versions 5.5.15 and prior and 6.0 pre-release versions contain an authentication bypass vulnerability in the OIDC authentication...
    Admin intelCISA KEV📅 Added to KEV: Jun 29, 2026📅 Updated: Jun 29, 2026
  • CVE-2026-46817CVSS 9.8
    Vulnerability in the Oracle Payments product of Oracle E-Business Suite (component: File Transmission). Supported versions that are affected...
    Admin intel📅 Updated: Jun 29, 2026
  • CVE-2026-28496CVSS 9.4
    FOSSBilling is a free, open-source billing and client management system. Versions prior to 0.8.0 have a Server-Side Template...
    Admin intel📅 Updated: Jun 25, 2026
Powered by CVE Watchtower

🔴 Live Critical Threats

  • CVE-2026-58426CVSS 9.6
    Gitea Actions Artifacts V4 signed URL HMAC ambiguity allows cross-repository artifact read...
  • CVE-2026-58289CVSS 9.0
    Access of resource using incompatible type ('type confusion') in Microsoft Edge (Chromium-based)...
  • CVE-2026-22874CVSS 9.6
    Gitea versions up to and including 1.26.2 have incomplete SSRF protection in...
  • CVE-2026-20896CVSS 9.8
    Gitea Docker image versions up to and including 1.26.2 use REVERSE_PROXY_TRUSTED_PROXIES=* by...
  • CVE-2026-4321CVSS 9.8
    Improper neutralization of special elements used in an SQL command ('SQL injection')...
  • CVE-2026-14544CVSS 9.8
    A flaw was found in HPLIP (HP Linux Imaging and Printing Software)....
  • CVE-2026-9725CVSS 9.1
    The Printcart Web to Print Product Designer for WooCommerce plugin for WordPress...
  • CVE-2026-13768CVSS 10.0
    Gardyn devices expose a privileged iothubowner key. Access to this key will...
  • CVE-2026-57100CVSS 9.9
    Server-side request forgery (ssrf) in Microsoft Entra Provisioning Service (SyncFabric) allows an...
  • CVE-2026-45499CVSS 9.9
    Server-side request forgery (ssrf) in Azure OpenAI allows an authorized attacker to...
Powered by CVE WATCHTOWER

Get Zero-Hour Vulnerability Alerts

Critical CVEs, CVSS scores, and PoC updates — straight to your inbox every week.

    We respect your inbox. Unsubscribe anytime.

    Our Websites
  • Penetration Testing Tools
  • The Daily Information Technology
  • Daily CyberSecurity

    • About SecurityOnline.info
    • Advertise with us
    • Announcement
    • Contact
    • Contributor Register
    • Login
    • About SecurityOnline.info
    • Advertise on SecurityOnline.info
    • Contact Us

    When you purchase through links on our site, we may earn an affiliate commission. Here’s how it works

    • Disclaimer
    • Privacy Policy
    • DMCA NOTICE
    • Linkedin
    • Twitter
    • Facebook
    • Youtube
    © 2017 - 2026 Daily CyberSecurity. All Rights Reserved.