SCA: security update for helm.sh/helm/v3 (GHSA-pwcw-6f5g-gxf8)

medium Tenable Self-Hosted Container Security Plugin ID 417738

Description

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

- Helm is a tool that streamlines installing and managing Kubernetes applications.`getHostByName` is a Helm
template function introduced in Helm v3. The function is able to accept a hostname and return an IP
address for that hostname. To get the IP address the function performs a DNS lookup. The DNS lookup
happens when used with `helm install|upgrade|template` or when the Helm SDK is used to render a chart.
Information passed into the chart can be disclosed to the DNS servers used to lookup the IP address. For
example, a malicious chart could inject `getHostByName` into a chart in order to disclose values to a
malicious DNS server. The issue has been fixed in Helm 3.11.1. Prior to using a chart with Helm verify the
`getHostByName` function is not being used in a template to disclose any information you do not want
passed to DNS servers. (CVE-2023-25165)

See Also

https://github.com/advisories/GHSA-pwcw-6f5g-gxf8

Plugin Details

Severity: Medium

ID: 417738

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 1/23/2025

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: 4

Temporal Score: 3.1

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

CVSS Score Source: CVE-2023-25165

CVSS v3

Risk Factor: Medium

Base Score: 4.3

Temporal Score: 3.9

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/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/8/2023

Vulnerability Publication Date: 2/8/2023

Reference Information

CVE: CVE-2023-25165

cwe: CWE-200