SCA: security update for github.com/ctfer-io/romeo/webserver (GHSA-p799-g7vv-f279)

high Tenable Cloud Security Plugin ID 438867

Description

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

- Romeo gives the capability to reach high code coverage of Go ≥1.20 apps by helping to measure code
coverage for functional and integration tests within GitHub Actions. Prior to version 0.2.2, the
`sanitizeArchivePath` function in `webserver/api/v1/decoder.go` (lines 80-88) is vulnerable to a path
traversal bypass due to a missing trailing path separator in the `strings.HasPrefix` check. A crafted tar
archive can write files outside the intended destination directory. Version 0.2.2 fixes the issue.
(CVE-2026-32805)

Solution

Update the github.com/ctfer-io/romeo/webserver library and its related packages to version 0.2.2 or later.

See Also

https://github.com/advisories/GHSA-p799-g7vv-f279

Plugin Details

Severity: High

ID: 438867

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 3/17/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: High

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 6.1

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

CVSS Score Source: CVE-2026-32805

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.7

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

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

CVSS v4

Risk Factor: High

Base Score: 8.3

Threat Score: 7

Threat Vector: CVSS:4.0/E:P

Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:L/SA:L

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 3/16/2026

Vulnerability Publication Date: 3/16/2026

Reference Information

CVE: CVE-2026-32805

cwe: CWE-22