Lucene search
+L

409 matches found

EUVD
EUVD
added 2026/03/25 9:17 p.m.6 views

EUVD-2026-14921

Vikjuna: IDOR in Task Attachment ReadOne Allows Cross-Project File Access and Deletion...

8.1CVSS5.8AI score0.00265EPSS
SaveExploits1References3
EUVD
EUVD
added 2026/03/25 9:17 p.m.9 views

EUVD-2026-14920

Vikjuna: Webhook BasicAuth Credentials Exposed to Read-Only Project Collaborators via API...

6.5CVSS5.8AI score0.00297EPSS
SaveExploits1References3
Snyk
Snyk
added 2026/03/25 9:17 p.m.7 views

Information Exposure

Overview Affected versions of this package are vulnerable to Information Exposure via the ReadAll process. An attacker can obtain plaintext BasicAuth credentials intended for external webhook authentication by accessing the API with only read permissions to a project. Remediation Upgrade...

7.1CVSS5.9AI score0.00297EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/03/25 9:17 p.m.8 views

EUVD-2026-14917

Vikunja has Cross-Project Information Disclosure via Task Relations — Missing Authorization Check on Related Task Read...

6.5CVSS5.8AI score0.0033EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/03/25 9:14 p.m.13 views

EUVD-2026-14916

Vikunja has SSRF via Todoist/Trello Migration File Attachment URLs that Allows Reading Internal Network Resources...

6.4CVSS5.8AI score0.00272EPSS
SaveExploits1References4
OSV
OSV
added 2026/03/25 9:14 p.m.19 views

GHSA-G66V-54V9-52PR Vikunja has SSRF via Todoist/Trello Migration File Attachment URLs that Allows Reading Internal Network Resources

Summary The migration helper functions DownloadFile and DownloadFileWithHeaders in pkg/modules/migration/helpers.go make arbitrary HTTP GET requests without any SSRF protection. When a user triggers a Todoist or Trello migration, file attachment URLs from the third-party API response are passed...

6.4CVSS6AI score0.00272EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/03/25 9:10 p.m.34 views

EUVD-2026-14913

Vikunja Allows Disabled/Locked User Accounts to Authenticate via API Tokens, CalDAV, and OpenID Connect...

7.1CVSS5.8AI score0.00453EPSS
SaveExploits1References7
Snyk
Snyk
added 2026/03/25 9:10 p.m.13 views

Improper Authorization

Overview Affected versions of this package are vulnerable to Improper Authorization in the authentication process. An attacker can maintain unauthorized access to resources by using valid API tokens, CalDAV credentials, or OpenID Connect authentication even after the account has been disabled or...

8.1CVSS5.8AI score0.00453EPSS
SaveExploits1References2
SUSE CVE
SUSE CVE
added 2026/03/25 12:27 a.m.12 views

SUSE CVE-2026-27575

Vikunja is an open-source self-hosted task management platform. Prior to version 2.0.0, the application allows users to set weak passwords e.g., 1234, password without enforcing minimum strength requirements. Additionally, active sessions remain valid after a user changes their password. An...

9.1CVSS5.9AI score0.00428EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2026/03/25 12:27 a.m.14 views

SUSE CVE-2026-27616

Vikunja is an open-source self-hosted task management platform. Prior to version 2.0.0, the application allows users to upload SVG files as task attachments. SVG is an XML-based format that supports JavaScript execution through elements such as tags or event handlers like onload. The application...

7.3CVSS6.1AI score0.00453EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2026/03/25 12:26 a.m.10 views

SUSE CVE-2026-28268

Vikunja is an open-source self-hosted task management platform. Versions prior to 2.1.0 have a business logic vulnerability exists in the password reset mechanism of vikunja/api that allows password reset tokens to be reused indefinitely. Due to a failure to invalidate tokens upon use and a...

9.8CVSS5.9AI score0.00673EPSS
SaveExploits0References3
GitLab Advisory Database
GitLab Advisory Database
added 2026/03/25 12:00 a.m.27 views

Vikunja has Cross-Project Information Disclosure via Task Relations — Missing Authorization Check on Related Task Read

When the Vikunja API returns tasks, it populates the relatedtasks field with full task objects for all related tasks without checking whether the requesting user has read permission on those tasks' projects. An authenticated user who can read a task that has cross-project relations will receive...

6.5CVSS5.8AI score0.0033EPSS
SaveExploits1References7Affected Software1
NVD
NVD
added 2026/03/24 4:16 p.m.8 views

CVE-2026-33680

Vikunja is an open-source self-hosted task management platform. Prior to version 2.2.2, the LinkSharing.ReadAll method allows link share authenticated users to list all link shares for a project, including their secret hashes. While LinkSharing.CanRead correctly blocks link share users from readi...

7.5CVSS0.00398EPSS
SaveExploits1References3
NVD
NVD
added 2026/03/24 4:16 p.m.10 views

CVE-2026-33700

Vikunja is an open-source self-hosted task management platform. Prior to version 2.2.1, the DELETE /api/v1/projects/:project/shares/:share endpoint does not verify that the link share belongs to the project specified in the URL. An attacker with admin access to any project can delete link shares...

6.9CVSS0.00205EPSS
SaveExploits0References2
NVD
NVD
added 2026/03/24 4:16 p.m.8 views

CVE-2026-33677

Vikunja is an open-source self-hosted task management platform. Prior to version 2.2.1, the GET /api/v1/projects/:project/webhooks endpoint returns webhook BasicAuth credentials basicauthuser and basicauthpassword in plaintext to any user with read access to the project. While the existing code...

6.5CVSS0.00297EPSS
SaveExploits1References2
NVD
NVD
added 2026/03/24 4:16 p.m.7 views

CVE-2026-33678

Vikunja is an open-source self-hosted task management platform. Prior to version 2.2.1, TaskAttachment.ReadOne queries attachments by ID only WHERE id = ?, ignoring the task ID from the URL path. The permission check in CanRead validates access to the task specified in the URL, but ReadOne loads ...

8.1CVSS0.00265EPSS
SaveExploits1References2
NVD
NVD
added 2026/03/24 4:16 p.m.8 views

CVE-2026-33679

Vikunja is an open-source self-hosted task management platform. Prior to version 2.2.1, the DownloadImage function in pkg/utils/avatar.go uses a bare http.Client with no SSRF protection when downloading user avatar images from the OpenID Connect picture claim URL. An attacker who controls their...

7.4CVSS0.00395EPSS
SaveExploits1References3
NVD
NVD
added 2026/03/24 4:16 p.m.12 views

CVE-2026-33676

Vikunja is an open-source self-hosted task management platform. Prior to version 2.2.1, when the Vikunja API returns tasks, it populates the relatedtasks field with full task objects for all related tasks without checking whether the requesting user has read permission on those tasks' projects. A...

6.5CVSS0.0033EPSS
SaveExploits1References4
NVD
NVD
added 2026/03/24 4:16 p.m.7 views

CVE-2026-33675

Vikunja is an open-source self-hosted task management platform. Prior to version 2.2.1, the migration helper functions DownloadFile and DownloadFileWithHeaders in pkg/modules/migration/helpers.go make arbitrary HTTP GET requests without any SSRF protection. When a user triggers a Todoist or Trell...

6.4CVSS0.00272EPSS
SaveExploits1References3
NVD
NVD
added 2026/03/24 4:16 p.m.10 views

CVE-2026-33474

Vikunja is an open-source self-hosted task management platform. Starting in version 1.0.0-rc0 and prior to version 2.2.0, unbounded image decoding and resizing during preview generation lets an attacker exhaust CPU and memory with highly compressed but extremely large-dimension images. Version...

6.5CVSS0.00318EPSS
SaveExploits1References2
Rows per page
Query Builder