SCA: security update for webpack (GHSA-8fgc-7cc6-rx7x)

low Tenable Self-Hosted Container Security Plugin ID 437582

Description

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

- Webpack is a module bundler. From version 5.49.0 to before 5.104.1, when experiments.buildHttp is enabled,
webpack’s HTTP(S) resolver (HttpUriPlugin) can be bypassed to fetch resources from hosts outside
allowedUris by using crafted URLs that include userinfo (username:password@host). If allowedUris
enforcement relies on a raw string prefix check (e.g., uri.startsWith(allowed)), a URL that looks allow-
listed can pass validation while the actual network request is sent to a different authority/host after
URL parsing. This is a policy/allow-list bypass that enables build-time SSRF behavior (outbound requests
from the build machine to internal-only endpoints, depending on network access) and untrusted content
inclusion (the fetched response is treated as module source and bundled). This issue has been patched in
version 5.104.1. (CVE-2025-68458)

See Also

https://github.com/advisories/GHSA-8fgc-7cc6-rx7x

Plugin Details

Severity: Low

ID: 437582

Version: Revision 1.9

Type: Local

Family: SCA Checks

Published: 2/6/2026

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 4.1

Percentile: 53.55

Vendor

Vendor Severity: Low

CVSS v2

Risk Factor: Low

Base Score: 3.6

Temporal Score: 2.8

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

CVSS Score Source: CVE-2025-68458

CVSS v3

Risk Factor: Low

Base Score: 3.7

Temporal Score: 3.4

Vector: CVSS:3.0/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:L/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: 2/5/2026

Vulnerability Publication Date: 2/5/2026

Reference Information

CVE: CVE-2025-68458

cwe: CWE-918