一、 漏洞 CVE-2024-35882 基础信息
漏洞标题
SUNRPC:修复RPC-over-TCP中的慢服务器端内存泄漏
来源:AIGC 神龙大模型
漏洞描述信息
在Linux内核中,已解决了以下漏洞: SUNRPC:修复TCP上的RPC过慢的服务器端内存泄漏 Jan Schunk报告称,他的小型NFS服务器在几天后就会出现内存耗尽的情况。二进制查找显示,提交e18e157bb5c8(“SUNRPC:使用单个sock_sendmsg()调用将RPC消息发送到TCP”)是第一个导致问题的提交。 该提交假设sock_sendmsg()会释放底层bio_vec数组中的所有页面,但实际上并非如此。svc_xprt_release()会释放rqst的响应页面,但记录标记页面碎片并不包含在内,因此它从未被释放。 这是一个狭窄的修复,可以应用于稳定内核。正在进行更广泛的修复工作。
来源:AIGC 神龙大模型
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
来源:AIGC 神龙大模型
漏洞类别
在移除最后引用时对内存的释放不恰当(内存泄露)
来源:AIGC 神龙大模型
漏洞标题
SUNRPC: Fix a slow server-side memory leak with RPC-over-TCP
来源:美国国家漏洞数据库 NVD
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix a slow server-side memory leak with RPC-over-TCP Jan Schunk reports that his small NFS servers suffer from memory exhaustion after just a few days. A bisect shows that commit e18e157bb5c8 ("SUNRPC: Send RPC message on TCP with a single sock_sendmsg() call") is the first bad commit. That commit assumed that sock_sendmsg() releases all the pages in the underlying bio_vec array, but the reality is that it doesn't. svc_xprt_release() releases the rqst's response pages, but the record marker page fragment isn't one of those, so it is never released. This is a narrow fix that can be applied to stable kernels. A more extensive fix is in the works.
来源:美国国家漏洞数据库 NVD
CVSS信息
N/A
来源:美国国家漏洞数据库 NVD
漏洞类别
N/A
来源:美国国家漏洞数据库 NVD
漏洞标题
Linux kernel 安全漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel 存在安全漏洞,该漏洞源于 SUNRPC 模块存在内存泄露问题。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
其他
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2024-35882 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2024-35882 的情报信息