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

目标: 1000 元 · 已筹: 1336

100%

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

AI 预测 5.3 利用难度: 中等 EPSS 0.11% · P2

可能的 ATT&CK 技术 1AI

T1499 · Endpoint Denial of Service

影响版本矩阵 8

厂商产品版本范围状态
LinuxLinux3f5a61f6d504f55ed1a36cce044d5123d508721f< d85a6346fd6f595c4914205762d0cdf35c004a5eaffected
3f5a61f6d504f55ed1a36cce044d5123d508721f< 1343a8994ca7dba78f5dd818e89d68331c21c35daffected
3f5a61f6d504f55ed1a36cce044d5123d508721f< c875503a9b9082928d7d3fc60b5400d16fbfae4eaffected
6.14affected
< 6.14unaffected
6.15.11≤ 6.15.*unaffected
6.16.2≤ 6.16.*unaffected
6.17≤ *unaffected
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
net: hibmcge: fix rtnl deadlock issue
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: net: hibmcge: fix rtnl deadlock issue Currently, the hibmcge netdev acquires the rtnl_lock in pci_error_handlers.reset_prepare() and releases it in pci_error_handlers.reset_done(). However, in the PCI framework: pci_reset_bus - __pci_reset_slot - pci_slot_save_and_disable_locked - pci_dev_save_and_disable - err_handler->reset_prepare(dev); In pci_slot_save_and_disable_locked(): list_for_each_entry(dev, &slot->bus->devices, bus_list) { if (!dev->slot || dev->slot!= slot) continue; pci_dev_save_and_disable(dev); if (dev->subordinate) pci_bus_save_and_disable_locked(dev->subordinate); } This will iterate through all devices under the current bus and execute err_handler->reset_prepare(), causing two devices of the hibmcge driver to sequentially request the rtnl_lock, leading to a deadlock. Since the driver now executes netif_device_detach() before the reset process, it will not concurrently with other netdev APIs, so there is no need to hold the rtnl_lock now. Therefore, this patch removes the rtnl_lock during the reset process and adjusts the position of HBG_NIC_STATE_RESETTING to ensure that multiple resets are not executed concurrently.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于hibmcge驱动在PCI错误处理中获取rtnl_lock不当,可能导致死锁。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 3f5a61f6d504f55ed1a36cce044d5123d508721f ~ d85a6346fd6f595c4914205762d0cdf35c004a5e -
LinuxLinux 6.14 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

同批安全公告 · Linux · 2025-09-04 · 共 52 条

CVE-2025-387089.8 CRITICALLinux kernel 安全漏洞
CVE-2025-387249.8 CRITICALLinux kernel 安全漏洞
CVE-2025-387289.1 CRITICALLinux kernel 安全漏洞
CVE-2025-386888.8 HIGHLinux kernel 安全漏洞
CVE-2025-386977.8 HIGHLinux kernel 安全漏洞
CVE-2025-387147.8 HIGHLinux kernel 安全漏洞
CVE-2025-387157.8 HIGHLinux kernel 安全漏洞
CVE-2025-387177.8 HIGHLinux kernel 安全漏洞
CVE-2025-387187.8 HIGHLinux kernel 安全漏洞
CVE-2025-386857.8 HIGHLinux kernel 安全漏洞
CVE-2025-387227.8 HIGHLinux kernel 安全漏洞
CVE-2025-387107.8 HIGHLinux kernel 安全漏洞
CVE-2025-387307.8 HIGHLinux kernel 安全漏洞
CVE-2025-387037.8 HIGHLinux kernel 安全漏洞
CVE-2025-386877.3 HIGHLinux kernel 安全漏洞
CVE-2025-386797.3 HIGHLinux kernel 安全漏洞
CVE-2025-387137.1 HIGHLinux kernel 安全漏洞
CVE-2025-387077.1 HIGHLinux kernel 安全漏洞
CVE-2025-38694Linux kernel 安全漏洞
CVE-2025-38692Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2025-38720

暂无评论


发表评论