CyberRota Analysis
AI-GeneratedTaiga 6.10.1 is vulnerable due to a missing authorization flaw that permits unauthenticated attackers to access sensitive information, including the full member roster and internal workflow configurations of private projects, by manipulating project IDs in API requests. This vulnerability could lead to unauthorized disclosure of user identities and project details, posing a risk to organizations using Taiga for project management. Teams managing private projects in Taiga should prioritize remediation to safeguard against potential data exposure.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Taiga 6.10.1 contains a missing authorization vulnerability that allows unauthenticated attackers to disclose the full member roster and internal workflow configuration of any private project by supplying a project ID to the filters_data API endpoints on UserStory, Task, Issue, and Epic viewsets. Attackers can send unauthenticated GET requests to the filters_data endpoints with sequential integer project IDs to enumerate private project membership details including user IDs, full names, and gravatar hashes, bypassing the access controls that correctly restrict other project API endpoints.