SCA: security update for goshs.de/goshs/v2 (GHSA-j48m-h7xq-2xpj)

medium Tenable Self-Hosted Container Security Plugin ID 444260

Description

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

- goshs is a SimpleHTTPServer written in Go. Prior to version 2.1.0, `ShareHandler` reads the share token's
`DownloadLimit` under `RLock`, releases the lock, serves the file, then re-acquires the lock to increment
the counter. Concurrent requests all read the same `Downloaded`/`DownloadLimit` snapshot, all pass the
check, and all are served — exceeding the operator's intended cap. Version 2.1.0 patches the issue.
(CVE-2026-50139)

Solution

Update the goshs.de/goshs/v2 library and its related packages to version 2.1.0 or later.

See Also

https://github.com/advisories/GHSA-j48m-h7xq-2xpj

Plugin Details

Severity: Medium

ID: 444260

Version: Revision 1.3

Type: Local

Family: SCA Checks

Published: 7/2/2026

Updated: 8/19/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.72

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 5.4

Temporal Score: 4

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

CVSS Score Source: CVE-2026-50139

CVSS v3

Risk Factor: Medium

Base Score: 5.9

Temporal Score: 5.2

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

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 7/1/2026

Vulnerability Publication Date: 7/1/2026

Reference Information

CVE: CVE-2026-50139

cwe: CWE-362