<?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/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cve-2026-76216 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-76216/</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, 19 Aug 2026 14:34:30 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-76216/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Principal-Type Confusion Vulnerability in Vikunja</title><link>https://feed.craftedsignal.io/briefs/2026-08-vikunja-auth-bypass/</link><pubDate>Wed, 19 Aug 2026 14:34:30 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-vikunja-auth-bypass/</guid><description>Vikunja versions up to 2.4.0 are vulnerable to authorization bypass via principal-type confusion, allowing attackers with a valid link-share JWT to manipulate team rosters and bot users.</description><content:encoded><![CDATA[<p>Vikunja versions through 2.4.0 contain a critical principal-type confusion vulnerability (CVE-2026-76216) stemming from missing type guards in internal permission checks. The vulnerability occurs because the application treats 'LinkSharing' principals with ID N identically to 'user' principals with users.id == N. Because the application uses an autoincrementing ID system, an attacker possessing a valid link-share JWT can exploit ID collisions to bypass authorization boundaries.</p>
<p>By successfully exploiting this confusion, an unauthorized actor can perform privileged administrative actions, including removing victims from teams, enumerating and deleting bot users, or exfiltrating sensitive team roster information. This vulnerability is classified under CWE-639 (Authorization Bypass Through User-Controlled Key) and represents a significant risk to teams relying on Vikunja for sensitive task and project management. Defenders should prioritize patching to version 2.4.1 or later to implement the missing type guard logic.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker obtains or generates a valid link-share JWT for a shared Vikunja resource.</li>
<li>The attacker identifies the target user's ID or the ID of a target bot user within the application's autoincrement sequence.</li>
<li>The attacker crafts a request to the Vikunja API, injecting their link-share JWT.</li>
<li>The request hits one of the three vulnerable permission check endpoints lacking type validation.</li>
<li>The backend application erroneously maps the attacker's 'LinkSharing' principal ID to the target 'user' principal ID due to the lack of type guards.</li>
<li>The application performs authorization logic assuming the attacker is the authenticated user associated with the collided ID.</li>
<li>The attacker executes unauthorized operations, such as deleting a bot user or accessing the team roster.</li>
<li>The final objective is achieved: unauthorized modification of team configurations or exfiltration of roster data.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows for unauthorized modification of team structures and data exfiltration. Attackers can specifically remove legitimate team members, delete automation bot users, and access private team rosters. This results in the disruption of project management workflows and potential disclosure of sensitive project data for all organizations utilizing vulnerable versions of Vikunja.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch all instances of Vikunja to version 2.4.1 or later immediately to address CVE-2026-76216.</li>
<li>Audit application access logs for unusual patterns of API requests originating from JWT-authenticated sessions that involve administrative endpoints (e.g., team membership or user deletion).</li>
<li>Review all team rosters for unauthorized modifications or missing bot users that may indicate past exploitation.</li>
<li>Implement strict rate limiting on API endpoints to mitigate attempts to brute-force or guess sequential user/principal IDs.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-vulnerability</category><category>authorization-bypass</category><category>cve-2026-76216</category></item></channel></rss>