CVE-2026-33677
published 2026-03-24CVE-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…
PriorityP340medium6.5CVSS 3.1
AVNACLPRLUINSUCHINAN
EPSS
0.30%
21.3th percentile
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.
Affected
3 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| code.vikunja.io | api | >= 0 < 2.2.1 | 2.2.1 |
| go-vikunja | vikunja | < 2.2.1 | 2.2.1 |
| vikunja | vikunja | < 2.2.1 | 2.2.1 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
OSV
Vikjuna: Webhook BasicAuth Credentials Exposed to Read-Only Project Collaborators via API in code.vikunja.io/api
osv·2026-03-26
CVE-2026-33677 Vikjuna: Webhook BasicAuth Credentials Exposed to Read-Only Project Collaborators via API in code.vikunja.io/api
Vikjuna: Webhook BasicAuth Credentials Exposed to Read-Only Project Collaborators via API in code.vikunja.io/api
Vikjuna: Webhook BasicAuth Credentials Exposed to Read-Only Project Collaborators via API in code.vikunja.io/api.
NOTE: The source advisory for this report contains additional versions that could not be automatically mapped to standard Go module versions.
(If this is causing false-positive reports from vulnerability scanners, please suggest an edit to the report.)
The additional affected modules and versions are: code.vikunja.io/api before v2.2.1.
OSV
Vikjuna: Webhook BasicAuth Credentials Exposed to Read-Only Project Collaborators via API
osv·2026-03-25
CVE-2026-33677 [MEDIUM] Vikjuna: Webhook BasicAuth Credentials Exposed to Read-Only Project Collaborators via API
Vikjuna: Webhook BasicAuth Credentials Exposed to Read-Only Project Collaborators via API
## Summary
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.
## Details
When listing project webhooks, the `ReadAll` method in `pkg/models/webhooks.go` (line 203) only requires project read access:
```go
// pkg/models/webhooks.go:203-244
func (w *Webhook) ReadAll(s *xorm.Session, a web.Aut
GHSA
Vikjuna: Webhook BasicAuth Credentials Exposed to Read-Only Project Collaborators via API
ghsa·2026-03-25
CVE-2026-33677 [MEDIUM] CWE-200 Vikjuna: Webhook BasicAuth Credentials Exposed to Read-Only Project Collaborators via API
Vikjuna: Webhook BasicAuth Credentials Exposed to Read-Only Project Collaborators via API
## Summary
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.
## Details
When listing project webhooks, the `ReadAll` method in `pkg/models/webhooks.go` (line 203) only requires project read access:
```go
// pkg/models/webhooks.go:203-244
func (w *Webhook) ReadAll(s *xorm.Session, a web.Aut
No detection rules found.
No public exploits indexed.
2026-03-24
Published