SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-91982

MEDIUM · CVSS 4.3 EPSS 0.28% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-15 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

Vikunja versions prior to 2.6.0 expose the raw TOTP shared secret through specific API endpoints without requiring re-authentication, allowing attackers with valid access tokens to access this sensitive information. This vulnerability enables them to import the TOTP secret into their own authenticator apps, potentially leading to account takeover by bypassing two-factor authentication. Organizations using Vikunja should prioritize upgrading to version 2.6.0 or later to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-91982
Severity
MEDIUM
CVSS
4.3
EPSS
0.28%

Original NVD Description

Vikunja before 2.6.0 continues to expose the raw TOTP shared secret after enrollment through the GET /api/v1/user/settings/totp and /api/v1/user/settings/totp/qrcode endpoints without re-authentication. Attackers with a valid access token can read the secret, import it into their own authenticator, and generate valid codes indefinitely to defeat the second factor and enable account takeover.