一、 漏洞 CVE-2025-23156 基础信息
漏洞信息
                                        # 媒体:金星:HFI解析器:重构HFI数据包解析逻辑

## 概述
在Linux内核中,修复了一个与venus模块相关的漏洞。该漏洞涉及hfi包解析逻辑中的内存越界访问问题。

## 影响版本
未具体指定版本,但适用于包含上述漏洞的Linux内核版本。

## 细节
此漏洞源于`words_count`和`data`变量之间的处理问题。`words_count`表示总负载中的单词数量,而`data`指向负载中的各个属性。当`words_count`达到最后一个单词时,`data`可能会访问超出总负载的内存范围,从而引发越界访问。

## 影响
此问题可能导致内存越界访问(OOB access)。修复补丁引入了一个新的实用API,用于处理单个属性并返回已消耗的数据大小。在解析负载之前计算剩余字节,从而消除了越界访问的可能性。
                                        
提示
尽管我们采用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。
神龙会尽力确保数据准确,但也请结合实际情况进行甄别与判断。
神龙祝您一切顺利!
漏洞标题
media: venus: hfi_parser: refactor hfi packet parsing logic
来源:美国国家漏洞数据库 NVD
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved: media: venus: hfi_parser: refactor hfi packet parsing logic words_count denotes the number of words in total payload, while data points to payload of various property within it. When words_count reaches last word, data can access memory beyond the total payload. This can lead to OOB access. With this patch, the utility api for handling individual properties now returns the size of data consumed. Accordingly remaining bytes are calculated before parsing the payload, thereby eliminates the OOB access possibilities.
来源:美国国家漏洞数据库 NVD
CVSS信息
N/A
来源:美国国家漏洞数据库 NVD
漏洞类别
N/A
来源:美国国家漏洞数据库 NVD
漏洞标题
Linux kernel 安全漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于hfi包解析逻辑不当,可能导致越界访问。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
其他
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2025-23156 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2025-23156 的情报信息