CVE-2026-33677
MEDIUM EPSS 21.4%
Published Mar 24, 20263mo ago · Modified Jun 17, 20261w ago
6.5 CVSS 3.1
Published Mar 24, 2026 3mo ago
Last Modified Jun 17, 2026 1w ago
Description
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 (`basic_auth_user` and `basic_auth_password`) in plaintext to any user with read access to the project. While the existing code correctly masks the HMAC `secret` field, the BasicAuth fields added in a later migration were not given the same treatment. This allows read-only collaborators to steal credentials intended for authenticating against external webhook receivers. Version 2.2.1 patches the issue.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N Attack Vector Network
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality High
Integrity None
Availability None
Threat Intelligence
EPSS Exploit Probability
21.4% percentile
Exploit & Patch Status
Public Exploit Known
No Patch Available
Weaknesses 1
CWE-200 Exposure of Sensitive Information to an Unauthorized Actor Information Exposure
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| vikunja | vikunja | * | <2.2.1 |
References 2
- github.com https://github.com/go-vikunja/vikunja/security/advisories/GHSA-7c2g-p23p-4jg3
- vikunja.io https://vikunja.io/changelog/vikunja-v2.2.2-was-released
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.