SCA: security update for code.vikunja.io/api (GHSA-jfmm-mjcp-8wq2)

high Tenable Cloud Security Plugin ID 439218

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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 a different attachment that may belong to a task in another project. This allows any
authenticated user to download or delete any attachment in the system by providing their own accessible
task ID with a target attachment ID. Attachment IDs are sequential integers, making enumeration trivial.
Version 2.2.1 patches the issue. (CVE-2026-33678)

Solution

Update the code.vikunja.io/api library and its related packages to version 2.2.1 or later.

See Also

https://github.com/advisories/GHSA-jfmm-mjcp-8wq2

Plugin Details

Severity: High

ID: 439218

Version: Revision 1.5

Type: Local

Family: SCA Checks

Published: 3/26/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: High

Score: 7

Percentile: 98.33

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 8.5

Temporal Score: 6.7

Vector: CVSS2#AV:N/AC:L/Au:S/C:C/I:C/A:N

CVSS Score Source: CVE-2026-33678

CVSS v3

Risk Factor: High

Base Score: 8.1

Temporal Score: 7.3

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 3/25/2026

Vulnerability Publication Date: 3/24/2026

Reference Information

CVE: CVE-2026-33678

cwe: CWE-639