CVE-2026-91980
Received Received - Intake

Unauthorized Team Enumeration in Vikunja

Vulnerability report for CVE-2026-91980, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-15

Last updated on: 2026-09-15

Assigner: VulnCheck

Description

vikunja before 2.6.0 fails to validate team access when attaching teams to projects, allowing authenticated users to enumerate all teams and members. Attackers can attach arbitrary team IDs via the project teams endpoint to retrieve complete team rosters including member names and admin flags for unauthorized teams.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-15
Last Modified
2026-09-15
Generated
2026-09-15
AI Q&A
2026-09-15
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
vikunja vikunja to 2.6.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-200 The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in Vikunja before version 2.6.0 allows authenticated users to enumerate all teams and their members by attaching arbitrary team IDs to projects. The system fails to validate whether the user has access to the team, only checking if they are a project admin. This exposes team rosters, member names, and admin flags for unauthorized teams.

Detection Guidance

To detect this vulnerability, check if your Vikunja instance is running a version before 2.6.0. Use commands like 'curl -s http://your-vikunja-url/api/v1/info | grep version' to verify the version. If vulnerable, authenticated users can enumerate teams by creating a project and attaching arbitrary team IDs via the project teams endpoint.

Monitor API logs for repeated requests to the project teams endpoint with varying team IDs. Suspicious activity may include unauthorized team roster retrievals or repeated project creation attempts.

Impact Analysis

An attacker with valid credentials could gather sensitive organizational data, including team structures and member identities, without proper authorization. This could lead to further targeted attacks, privacy violations, or unauthorized access to restricted information.

Compliance Impact

This vulnerability likely violates data protection regulations such as GDPR and HIPAA by exposing personally identifiable information without proper authorization. It undermines principles of least privilege and data minimization, potentially leading to legal and regulatory penalties.

Mitigation Strategies

Upgrade Vikunja to version 2.6.0 or later immediately. This patch addresses the team access validation flaw. If upgrading is not possible, restrict project admin privileges to trusted users only and monitor team membership changes closely.

Review and audit all project team attachments to identify unauthorized access attempts. Disable or restrict the project teams API endpoint if not required for operations.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-91980. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart