目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2025-40039— Linux kernel 安全漏洞

AI 预测 6.5 利用难度: 中等 EPSS 0.12% · P3

影响版本矩阵 14

厂商产品版本范围状态
LinuxLinuxa4348710a7267705b75692dc1a000920481d1d92< 69674b029002b1d90b655f014bdf64f404efa54daffected
b685757c7b08d5073046fb379be965fd6c06aafc< 6b615a8fb3af0baf8126cde3d4fee97d57222ffcaffected
b685757c7b08d5073046fb379be965fd6c06aafc< 5cc679ba0f4505936124cd4179ba66bb0a4bd9f3affected
b685757c7b08d5073046fb379be965fd6c06aafc< 6bd7e0e55dcea2cf0d391bbc21c2eb069b4be3e1affected
b685757c7b08d5073046fb379be965fd6c06aafc< 305853cce379407090a73b38c5de5ba748893aeeaffected
1f485b54d04a920723984062c912174330a05178affected
052b41ef2abe274f068e892aee81406f11bd1f3aaffected
5.15.145< 5.16affected
… +6 条更多
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2025-40039 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
ksmbd: Fix race condition in RPC handle list access
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix race condition in RPC handle list access The 'sess->rpc_handle_list' XArray manages RPC handles within a ksmbd session. Access to this list is intended to be protected by 'sess->rpc_lock' (an rw_semaphore). However, the locking implementation was flawed, leading to potential race conditions. In ksmbd_session_rpc_open(), the code incorrectly acquired only a read lock before calling xa_store() and xa_erase(). Since these operations modify the XArray structure, a write lock is required to ensure exclusive access and prevent data corruption from concurrent modifications. Furthermore, ksmbd_session_rpc_method() accessed the list using xa_load() without holding any lock at all. This could lead to reading inconsistent data or a potential use-after-free if an entry is concurrently removed and the pointer is dereferenced. Fix these issues by: 1. Using down_write() and up_write() in ksmbd_session_rpc_open() to ensure exclusive access during XArray modification, and ensuring the lock is correctly released on error paths. 2. Adding down_read() and up_read() in ksmbd_session_rpc_method() to safely protect the lookup.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于RPC句柄列表访问存在竞争条件,可能导致数据损坏或使用后释放。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux a4348710a7267705b75692dc1a000920481d1d92 ~ 69674b029002b1d90b655f014bdf64f404efa54d -
LinuxLinux 6.3 -

二、漏洞 CVE-2025-40039 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2025-40039 的情报信息

登录查看更多情报信息。

CVE-2025-40039 补丁与修复 (1)

同批安全公告 · Linux · 2025-10-28 · 共 58 条

CVE-2025-40064Linux kernel 安全漏洞
CVE-2025-40075Linux kernel 安全漏洞
CVE-2025-40078Linux kernel 安全漏洞
CVE-2025-40079Linux kernel 安全漏洞
CVE-2025-40077Linux kernel 安全漏洞
CVE-2025-40081Linux kernel 安全漏洞
CVE-2025-40068Linux kernel 安全漏洞
CVE-2025-40067Linux kernel 安全漏洞
CVE-2025-40066Linux kernel 安全漏洞
CVE-2025-40065Linux kernel 安全漏洞
CVE-2025-40069Linux kernel 安全漏洞
CVE-2025-40063Linux kernel 安全漏洞
CVE-2025-40062Linux kernel 安全漏洞
CVE-2025-40061Linux kernel 安全漏洞
CVE-2025-40060Linux kernel 安全漏洞
CVE-2025-40058Linux kernel 安全漏洞
CVE-2025-40059Linux kernel 安全漏洞
CVE-2025-40057Linux kernel 安全漏洞
CVE-2025-40056Linux kernel 安全漏洞
CVE-2025-40055Linux kernel 安全漏洞

显示前 20 条,共 58 条。 查看全部 &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2025-40039

暂无评论


发表评论