CVE 6.5 MEDIUM

Webhook BasicAuth Credentials Exposed to Read-Only Project Collaborators via API_CVE-2026-33677

6.5 / 10
MEDIUM
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

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.

Basic Information

ID CVE-2026-33677
Source GitHub_M
Published Mar 24, 2026 at 15:36
Modified Mar 24, 2026 at 17:43

Affected Product

Vendor go-vikunja
Product vikunja
Version < 2.2.1
Affected Versions go-vikunja vikunja < 2.2.1

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.