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

目标: 1000 元 · 已筹: 1000

100.0%

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

EPSS 0.01% · P1
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
net: hibmcge: fix rtnl deadlock issue
来源: 美国国家漏洞数据库 NVD
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.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
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-38693Linux kernel 安全漏洞
CVE-2025-38679Linux kernel 安全漏洞
CVE-2025-38680Linux kernel 安全漏洞
CVE-2025-38685Linux kernel 安全漏洞
CVE-2025-38682Linux kernel 安全漏洞
CVE-2025-38683Linux kernel 安全漏洞
CVE-2025-38684Linux kernel 安全漏洞
CVE-2025-38681Linux kernel 安全漏洞
CVE-2025-38692Linux kernel 安全漏洞
CVE-2025-38694Linux kernel 安全漏洞
CVE-2025-38690Linux kernel 安全漏洞
CVE-2025-38695Linux kernel 安全漏洞
CVE-2025-38696Linux kernel 安全漏洞
CVE-2025-38697Linux kernel 安全漏洞
CVE-2025-38699Linux kernel 安全漏洞
CVE-2025-38698Linux kernel 安全漏洞
CVE-2025-38700Linux kernel 安全漏洞
CVE-2025-38701Linux kernel 安全漏洞
CVE-2025-38702Linux kernel 安全漏洞
CVE-2025-38703Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2025-38720

暂无评论


发表评论