一、 漏洞 CVE-2025-37820 基础信息
漏洞信息
                                        # xen-netfront:处理xdp_convert_buff_to_frame()返回的NULL值

## 概述
在Linux内核中修复了与xen-netfront相关的漏洞,该漏洞涉及到`xdp_convert_buff_to_frame()`函数可能返回NULL值的情况,而未对NULL进行检查可能导致空指针解引用等问题。

## 影响版本
未提供具体影响版本信息。

## 细节
- `xdp_convert_buff_to_frame()`在将XDP缓冲区转换为XDP帧时,如果因为内存限制、内部错误或无效数据而失败,可能会返回NULL。
- 如果结果在后续处理中被使用而之前未检查NULL值,可能导致空指针解引用。
- 在XDP重定向失败时,其关联页面必须明确释放,若之前通过`get_page()`保留这些页面,在未释放的情况下会导致内存泄漏。

## 影响
- 可能导致系统崩溃或数据损坏。
- 内存泄漏。
                                        
提示
尽管我们采用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。
神龙会尽力确保数据准确,但也请结合实际情况进行甄别与判断。
神龙祝您一切顺利!
漏洞标题
xen-netfront: handle NULL returned by xdp_convert_buff_to_frame()
来源:美国国家漏洞数据库 NVD
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved: xen-netfront: handle NULL returned by xdp_convert_buff_to_frame() The function xdp_convert_buff_to_frame() may return NULL if it fails to correctly convert the XDP buffer into an XDP frame due to memory constraints, internal errors, or invalid data. Failing to check for NULL may lead to a NULL pointer dereference if the result is used later in processing, potentially causing crashes, data corruption, or undefined behavior. On XDP redirect failure, the associated page must be released explicitly if it was previously retained via get_page(). Failing to do so may result in a memory leak, as the pages reference count is not decremented.
来源:美国国家漏洞数据库 NVD
CVSS信息
N/A
来源:美国国家漏洞数据库 NVD
漏洞类别
N/A
来源:美国国家漏洞数据库 NVD
漏洞标题
Linux kernel 安全漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于空指针取消引用,可能导致内核崩溃。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
其他
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2025-37820 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2025-37820 的情报信息