一、 漏洞 CVE-2025-53547 基础信息
漏洞信息
                                        # 恶意Chart.yaml内容和符号链接可能导致代码执行

## 概述
Helm 是一个用于 Kubernetes 的图表包管理器。在 3.18.4 之前的版本中,通过精心构造的 `Chart.yaml` 文件和链接到特殊文件的 `Chart.lock` 文件,当更新依赖项时可能会导致本地代码执行。

## 影响版本
Helm 版本 3.18.4 之前的版本受到影响。

## 细节
当依赖项更新时,`Chart.yaml` 文件中的某些字段会携带到 `Chart.lock` 文件中,并且该文件会被写入磁盘。这些字段可以经过精心构造,使得写入到可执行文件(如 `bash.rc` 或 shell 脚本)时会被执行。如果 `Chart.lock` 文件链接到这些文件,更新依赖项时会将 `Chart.lock` 文件内容写入到该链接文件中。这是由于 Helm 在遇到链接文件时虽有警告但并未停止执行。

## 影响
由于该漏洞,恶意构造的 `Chart.yaml` 文件可以导致本地代码执行,这可能会引发安全问题。该问题已在 Helm v3.18.4 中得到解决。
                                        
提示
尽管我们采用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。
神龙会尽力确保数据准确,但也请结合实际情况进行甄别与判断。
神龙祝您一切顺利!
漏洞标题
Helm Chart Dependency Updating With Malicious Chart.yaml Content And Symlink Can Lead To Code Execution
来源:美国国家漏洞数据库 NVD
漏洞描述信息
Helm is a package manager for Charts for Kubernetes. Prior to 3.18.4, a specially crafted Chart.yaml file along with a specially linked Chart.lock file can lead to local code execution when dependencies are updated. Fields in a Chart.yaml file, that are carried over to a Chart.lock file when dependencies are updated and this file is written, can be crafted in a way that can cause execution if that same content were in a file that is executed (e.g., a bash.rc file or shell script). If the Chart.lock file is symlinked to one of these files updating dependencies will write the lock file content to the symlinked file. This can lead to unwanted execution. Helm warns of the symlinked file but did not stop execution due to symlinking. This issue has been resolved in Helm v3.18.4.
来源:美国国家漏洞数据库 NVD
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:H
来源:美国国家漏洞数据库 NVD
漏洞类别
对生成代码的控制不恰当(代码注入)
来源:美国国家漏洞数据库 NVD
漏洞标题
Helm 代码注入漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Helm是CNCF基金会的一款Kubernetes包管理器。 Helm 3.18.4之前版本存在代码注入漏洞,该漏洞源于特制的Chart.yaml和Chart.lock文件可能导致本地代码执行。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
代码注入
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2025-53547 的公开POC
# POC 描述 源链接 神龙链接
1 CVE-2025-53547 one of poc code https://github.com/DVKunion/CVE-2025-53547-POC POC详情
三、漏洞 CVE-2025-53547 的情报信息