SCA: security update for io.qameta.allure:allure-commandline (GHSA-82cg-3hv7-74gc)

medium Tenable Self-Hosted Container Security Plugin ID 443725

Description

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

- Allure 2 is the version 2.x branch of Allure Report, a multi-language test reporting tool. Prior to
2.39.0, the HTTP server started by allure serve and allure open uses URI.getPath() in
Commands.setUpServer() in allure-commandline/src/main/java/io/qameta/allure/Commands.java and passes the
percent-decoded request path to reportDirectory.resolve() without normalizing the result or confirming
that it remains inside that directory. An unauthenticated client that can reach the server can submit
parent-directory segments, including percent-encoded segments, and cause serveFile() to return any regular
file readable by the Allure process. The server binds to localhost by default, but the --host option can
expose it to other systems, and local users, adjacent containers, or browser-origin attacks may reach a
local listener. This can disclose credentials, configuration, source code, build secrets, and other CI/CD
data. This issue is fixed in version 2.39.0. (CVE-2026-55846)

Solution

Update the io.qameta.allure:allure-commandline library and its related packages to version 2.39.0 or later.

See Also

https://github.com/advisories/GHSA-82cg-3hv7-74gc

Plugin Details

Severity: Medium

ID: 443725

Version: Revision 1.4

Type: Local

Family: SCA Checks

Published: 6/20/2026

Updated: 9/15/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: 4.9

Temporal Score: 3.6

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

CVSS Score Source: CVE-2026-55846

CVSS v3

Risk Factor: Medium

Base Score: 6.2

Temporal Score: 5.4

Vector: CVSS:3.0/AV:L/AC:L/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: 6/19/2026

Vulnerability Publication Date: 6/19/2026

Reference Information

CVE: CVE-2026-55846

cwe: CWE-22