SCA: security update for github.com/yusing/godoxy (GHSA-4753-cmc8-8j9v)

medium Tenable Self-Hosted Container Security Plugin ID 439136

Description

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

- GoDoxy is a reverse proxy and container orchestrator for self-hosters. Prior to version 0.27.5, the file
content API endpoint at `/api/v1/file/content` is vulnerable to path traversal. The `filename` query
parameter is passed directly to `path.Join(common.ConfigBasePath, filename)` where `ConfigBasePath =
"config"` (a relative path). No sanitization or validation is applied beyond checking that the field is
non-empty (`binding:"required"`). An authenticated attacker can use `../` sequences to read or write files
outside the intended `config/` directory, including TLS private keys, OAuth refresh tokens, and any file
accessible to the container's UID. Version 0.27.5 fixes the issue. (CVE-2026-33528)

Solution

Update the github.com/yusing/godoxy library and its related packages to version 0.27.5 or later.

See Also

https://github.com/advisories/GHSA-4753-cmc8-8j9v

Plugin Details

Severity: Medium

ID: 439136

Version: Revision 1.9

Type: Local

Family: SCA Checks

Published: 3/24/2026

Updated: 7/2/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: Medium

CVSS v2

Risk Factor: High

Base Score: 7.7

Temporal Score: 6

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

CVSS Score Source: CVE-2026-33528

CVSS v3

Risk Factor: Medium

Base Score: 6.5

Temporal Score: 5.9

Vector: CVSS:3.0/AV:N/AC:L/PR:H/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/24/2026

Vulnerability Publication Date: 3/24/2026

Reference Information

CVE: CVE-2026-33528

cwe: CWE-22