SCA: security update for io.vertx:vertx-core (GHSA-cphf-4846-3xx9)

medium Tenable Cloud Security Plugin ID 436791

Description

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

- The Vert.x Web static handler component cache can be manipulated to deny the access to static files served
by the handler using specifically crafted request URI. The issue comes from an improper implementation of
the C. rule of section 5.2.4 of RFC3986 and is fixed in Vert.x Core component (used by Vert.x Web):
https://github.com/eclipse-vertx/vert.x/pull/5895 Steps to reproduce Given a file served by the static
handler, craft an URI that introduces a string like bar%2F..%2F after the last / char to deny the access
to the URI with an HTTP 404 response. For example https://example.com/foo/index.html can be denied with
https://example.com/foo/bar%2F..%2Findex.html Mitgation Disabling Static Handler cache fixes the issue.
StaticHandler staticHandler = StaticHandler.create().setCachingEnabled(false); (CVE-2026-1002)

See Also

https://github.com/advisories/GHSA-cphf-4846-3xx9

Plugin Details

Severity: Medium

ID: 436791

Version: Revision 1.9

Type: Local

Family: SCA Checks

Published: 1/16/2026

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 1.2

Percentile: 0.01

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 5

Temporal Score: 3.9

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

CVSS Score Source: CVE-2026-1002

CVSS v3

Risk Factor: Medium

Base Score: 5.3

Temporal Score: 4.8

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

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

CVSS v4

Risk Factor: Medium

Base Score: 6.9

Threat Score: 5.5

Threat Vector: CVSS:4.0/E:P

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

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 1/15/2026

Vulnerability Publication Date: 1/15/2026

Reference Information

CVE: CVE-2026-1002

cwe: CWE-444