SCA: security update for github.com/OpenListTeam/OpenList/v4 (GHSA-95cv-r8x4-vh75)

high Tenable Self-Hosted Container Security Plugin ID 445950

Description

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

- OpenList a file list program that supports multiple storage. Prior to 4.2.4, the authenticated
/api/fs/batch_rename handler in server/handles/fsbatch.go authorizes only the source directory produced by
user.JoinPath(req.SrcDir) and validates renameObject.NewName with checkRelativePath, but does not validate
attacker-controlled renameObject.SrcName, supplied as src_name, before concatenating it with the
authorized path and passing the result to fs.Rename. A user with rename permission can use traversal
segments in src_name to make path normalization select a file outside the authorized directory and
configured base path, resulting in cross-user file integrity loss, limited availability impact, and file-
existence disclosure through success or error responses. This issue is fixed in version 4.2.4.
(CVE-2026-73509)

Solution

Update the github.com/OpenListTeam/OpenList/v4 library and its related packages to version 4.2.4 or later.

See Also

https://github.com/advisories/GHSA-95cv-r8x4-vh75

Plugin Details

Severity: High

ID: 445950

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 8/13/2026

Updated: 8/13/2026

Risk Information

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 8

Temporal Score: 5.9

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

CVSS Score Source: CVE-2026-73509

CVSS v3

Risk Factor: High

Base Score: 7.6

Temporal Score: 6.6

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

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 7/24/2026

Vulnerability Publication Date: 7/24/2026

Reference Information

CVE: CVE-2026-73509

cwe: CWE-22