SCA: security update for directus (GHSA-qqmv-5p3g-px89)

high Tenable Cloud Security Plugin ID 439832

Description

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

- Directus is a real-time API and App dashboard for managing SQL database content. Prior to 11.16.1,
Directus' TUS resumable upload endpoint (/files/tus) allows any authenticated user with basic file upload
permissions to overwrite arbitrary existing files by UUID. The TUS controller performs only collection-
level authorization checks, verifying the user has some permission on directus_files, but never validates
item-level access to the specific file being replaced. As a result, row-level permission rules (e.g.,
"users can only update their own files") are completely bypassed via the TUS path while being correctly
enforced on the standard REST upload path. This vulnerability is fixed in 11.16.1. (CVE-2026-35412)

Solution

Update the directus library and its related packages to version 11.16.1 or later.

See Also

https://github.com/advisories/GHSA-qqmv-5p3g-px89

Plugin Details

Severity: High

ID: 439832

Version: Revision 1.8

Type: Local

Family: SCA Checks

Published: 4/4/2026

Updated: 6/9/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 4.3

Percentile: 53.59

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 8.5

Temporal Score: 6.3

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

CVSS Score Source: CVE-2026-35412

CVSS v3

Risk Factor: High

Base Score: 8.1

Temporal Score: 7.1

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

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 4/4/2026

Vulnerability Publication Date: 4/4/2026

Reference Information

CVE: CVE-2026-35412

cwe: CWE-863