<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Cve-2026-34727 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-34727/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Wed, 03 Jan 2024 12:00:00 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-34727/feed.xml" rel="self" type="application/rss+xml"/><item><title>Vikunja TOTP Two-Factor Authentication Bypass via OIDC Login</title><link>https://feed.craftedsignal.io/briefs/2024-01-vikunja-totp-bypass/</link><pubDate>Wed, 03 Jan 2024 12:00:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2024-01-vikunja-totp-bypass/</guid><description>Vikunja version 2.2.2 and earlier has a two-factor authentication bypass vulnerability via the OIDC login path, where TOTP enrollment is ignored when a local user with TOTP enabled is matched via OIDC email fallback, allowing attackers with a matching email address in the OIDC provider to gain access without the second factor.</description><content:encoded><![CDATA[<p>Vikunja, a self-hostable to-do list application, is vulnerable to a two-factor authentication bypass (CVE-2026-34727) affecting versions 2.2.2 and earlier. The vulnerability arises in the OIDC (OpenID Connect) login flow when the <code>EmailFallback</code> option is enabled. If a local user has TOTP (Time-Based One-Time Password) enabled and their email address matches a user authenticating through the OIDC provider, the TOTP check is skipped. This allows an attacker who can authenticate to the OIDC provider with a matching email address to bypass the TOTP requirement and gain unauthorized access to the Vikunja account. This issue stems from the OIDC callback handler (<code>pkg/modules/auth/openid/openid.go</code>) issuing a JWT without verifying TOTP status.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker identifies a Vikunja instance with OIDC enabled and <code>EmailFallback</code> set to <code>true</code>.</li>
<li>The attacker identifies a valid local user with TOTP enabled and determines the user's email address.</li>
<li>The attacker creates or compromises an account on the configured OIDC provider that uses the same email address as the target Vikunja user.</li>
<li>The attacker initiates the OIDC login flow to the Vikunja instance.</li>
<li>The OIDC provider authenticates the attacker using their compromised or created account.</li>
<li>Vikunja's OIDC callback handler (<code>pkg/modules/auth/openid/openid.go</code>) matches the email address from the OIDC provider to the local user.</li>
<li>The callback handler incorrectly issues a JWT without performing TOTP verification, bypassing the second factor.</li>
<li>The attacker uses the received JWT to authenticate to the Vikunja API and gains full access to the user's account.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows an attacker to bypass TOTP two-factor authentication and gain unauthorized access to Vikunja accounts. This can lead to data breaches, modification of tasks and projects, and potential further compromise of the Vikunja instance. Any user who has enrolled TOTP on their local account can have that protection completely bypassed if their email address is also present in the OIDC provider. This undermines the security of TOTP enrollment.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply the recommended fix by adding a TOTP check in the OIDC callback before issuing the JWT, as described in the advisory.</li>
<li>Disable the <code>EmailFallback</code> option in the Vikunja OIDC configuration until the patch is applied.</li>
<li>Monitor Vikunja logs for unusual OIDC login activity, specifically successful OIDC logins for users who also have local accounts with TOTP enabled.</li>
<li>Deploy the Sigma rule <code>Detect Vikunja Successful OIDC Login Bypassing TOTP</code> to identify successful logins that bypass TOTP.</li>
<li>Deploy the Sigma rule <code>Detect Vikunja OIDC Callback Request</code> to identify potential OIDC login attempts.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>vikunja</category><category>totp</category><category>oidc</category><category>bypass</category><category>cve-2026-34727</category></item></channel></rss>