SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-76216

HIGH · CVSS 7.5 EPSS 0.26% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-19 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

Vikunja versions up to 2.4.0 are vulnerable to a principal-type confusion issue that allows attackers with a link-share JWT to manipulate user permissions. This flaw can lead to unauthorized actions such as removing users from teams, deleting bot accounts, and accessing sensitive team information due to ID collisions. Organizations using Vikunja should prioritize patching this vulnerability to mitigate the risk of data exposure and unauthorized access.

Public Exploit Signal

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

Detected Signals
exploit
GitHub PoC Links

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

CVE
CVE-2026-76216
Severity
HIGH
CVSS
7.5
EPSS
0.26%

Original NVD Description

Vikunja through 2.4.0 contains a principal-type confusion vulnerability where LinkSharing principals with id N are treated as user principals with users.id == N at three permission checks lacking type guards. Attackers with a link-share JWT can remove victims from teams, enumerate and delete victim bot users, or read team rosters by exploiting id collisions in the autoincrement space.