一、 漏洞 CVE-2022-23525 基础信息
漏洞标题
Helm 容易通过 NULL 指针引用造成拒绝服务
来源:AIGC 神龙大模型
漏洞描述信息
Helm存在Denial of service漏洞,通过NULL Pointer Dereference可以触发。
来源:AIGC 神龙大模型
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
来源:AIGC 神龙大模型
漏洞类别
N/A
来源:AIGC 神龙大模型
漏洞标题
Helm vulnerable to Denial of service via NULL Pointer Dereference
来源:美国国家漏洞数据库 NVD
漏洞描述信息
Helm is a tool for managing Charts, pre-configured Kubernetes resources. Versions prior to 3.10.3 are subject to NULL Pointer Dereference in the _repo_package. The _repo_ package contains a handler that processes the index file of a repository. For example, the Helm client adds references to chart repositories where charts are managed. The _repo_ package parses the index file of the repository and loads it into structures Go can work with. Some index files can cause array data structures to be created causing a memory violation. Applications that use the _repo_ package in the Helm SDK to parse an index file can suffer a Denial of Service when that input causes a panic that cannot be recovered from. The Helm Client will panic with an index file that causes a memory violation panic. Helm is not a long running service so the panic will not affect future uses of the Helm client. This issue has been patched in 3.10.3. SDK users can validate index files that are correctly formatted before passing them to the _repo_ functions.
来源:美国国家漏洞数据库 NVD
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
来源:美国国家漏洞数据库 NVD
漏洞类别
空指针解引用
来源:美国国家漏洞数据库 NVD
漏洞标题
Helm 代码问题漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Helm是一款Kubernetes包管理器。 Helm 3.10.3之前版本存在安全漏洞,该漏洞源于受 _repo_package 中的空指针取消引用的约束,_repo_ 包解析存储库的索引文件并将其加载到 Go 可以使用的结构中,某些索引文件可能会导致创建数组数据结构,从而导致内存冲突。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
代码问题
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2022-23525 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2022-23525 的情报信息