CVE-2025-38089:Linux内核NFS服务器通过NULL指针解引用导致远程拒绝服务漏洞分析
Linux内核SUNRPC子系统存在漏洞CVE-2025-38089,允许远程攻击者通过特制的RPC请求引发内核崩溃(空指针解引用),影响NFS服务器版本自特定提交以来至修复前版本。已修复并公开。 2025-7-2 13:7:0 Author: seclists.org(查看原文) 阅读量:9 收藏

oss-sec logo

oss-sec mailing list archives


From: tianshuo han <hantianshuo233 () gmail com>
Date: Wed, 2 Jul 2025 17:41:42 +0800

Hello,

A security vulnerability in the Linux kernel SUNRPC subsystem has been
assigned CVE-2025-38089. This issue allows a remote attacker to
trigger a kernel crash (NULL pointer dereference) by sending a
specially crafted RPC request to an affected NFS server.

Details:
- CVE: CVE-2025-38089
- Subsystem: NFS/SUNRPC
- Impact: Remote Denial of Service (kernel crash)
- Affected versions: Mainline Linux kernel since commit
29cd2927fb914cc53b5ba4f67d2b74695c994ba4 up to and including versions
before the fix
- Fixed in: Upstream commit 94d10a4dba0bc482f2b01e39f06d5513d0f75742

Description:
A remote attacker can cause a NULL pointer dereference and crash the
kernel by sending a specially crafted RPC request to a vulnerable NFS
server. The vulnerability is due to improper handling of the
`rqstp->rq_accept_statp` pointer, which may remain NULL and be
dereferenced in error handling code paths. In some cases, this could
also result in a use-after-free.

Reproducer:
A public proof-of-concept (PoC) is available at:
https://github.com/keymaker-arch/NFSundown

Timeline:
- Reported to Linux kernel community: 2025-06-16
- Patch merged upstream: 2025-06-22
- CVE assigned and public: 2025-06-30

Best regards,
Tianshuo Han


Current thread:

  • CVE-2025-38089: Linux kernel: NFS server remote DoS via NULL pointer dereference tianshuo han (Jul 02)

文章来源: https://seclists.org/oss-sec/2025/q3/3
如有侵权请联系:admin#unsafe.sh