SCA: security update for coursevault-preview (GHSA-9h9m-rr67-9jpg)

medium Tenable Self-Hosted Container Security Plugin ID 440002

Description

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

- coursevault-preview is a utility for previewing course material files from a configured directory.
coursevault-preview versions prior to 0.1.1 contain a path traversal vulnerability in the resolveSafe
utility. The boundary check used String.prototype.startsWith(baseDir) on a normalized path, which does not
enforce a directory boundary. An attacker who controls the relativePath argument to affected
CoursevaultPreview methods may be able to read files outside the configured baseDir when a sibling
directory exists whose name shares the same string prefix. This vulnerability is fixed in 0.1.1.
(CVE-2026-35613)

Solution

Update the coursevault-preview library and its related packages to version 0.1.1 or later.

See Also

https://github.com/advisories/GHSA-9h9m-rr67-9jpg

Plugin Details

Severity: Medium

ID: 440002

Version: Revision 1.10

Type: Local

Family: SCA Checks

Published: 4/8/2026

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.73

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Low

Base Score: 3.8

Temporal Score: 3

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

CVSS Score Source: CVE-2026-35613

CVSS v3

Risk Factor: Medium

Base Score: 4.7

Temporal Score: 4.2

Vector: CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/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: 4/8/2026

Vulnerability Publication Date: 4/7/2026

Reference Information

CVE: CVE-2026-35613

cwe: CWE-22