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

目标: 1000 元 · 已筹: 1336

100%

CVE-2024-26623— Linux kernel 安全漏洞

AI 预测 5.5 利用难度: 中等 EPSS 0.21% · P12

可能的 ATT&CK 技术 1AI

T1055 · Process Injection

影响版本矩阵 8

厂商产品版本范围状态
LinuxLinux01ba61b55b2041a39c54aefb3153c770dd59a0ef< 22cd6046eb2148b18990257505834dd45c672a1baffected
01ba61b55b2041a39c54aefb3153c770dd59a0ef< 5939feb63ea1f011027576c64b68b681cbad31caaffected
01ba61b55b2041a39c54aefb3153c770dd59a0ef< 7e82a8745b951b1e794cc780d46f3fbee5e93447affected
6.4affected
< 6.4unaffected
6.6.16≤ 6.6.*unaffected
6.7.4≤ 6.7.*unaffected
6.8≤ *unaffected
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2024-26623 基础信息

漏洞信息

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

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

Vulnerability Title
pds_core: Prevent race issues involving the adminq
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: pds_core: Prevent race issues involving the adminq There are multiple paths that can result in using the pdsc's adminq. [1] pdsc_adminq_isr and the resulting work from queue_work(), i.e. pdsc_work_thread()->pdsc_process_adminq() [2] pdsc_adminq_post() When the device goes through reset via PCIe reset and/or a fw_down/fw_up cycle due to bad PCIe state or bad device state the adminq is destroyed and recreated. A NULL pointer dereference can happen if [1] or [2] happens after the adminq is already destroyed. In order to fix this, add some further state checks and implement reference counting for adminq uses. Reference counting was used because multiple threads can attempt to access the adminq at the same time via [1] or [2]. Additionally, multiple clients (i.e. pds-vfio-pci) can be using [2] at the same time. The adminq_refcnt is initialized to 1 when the adminq has been allocated and is ready to use. Users/clients of the adminq (i.e. [1] and [2]) will increment the refcnt when they are using the adminq. When the driver goes into a fw_down cycle it will set the PDSC_S_FW_DEAD bit and then wait for the adminq_refcnt to hit 1. Setting the PDSC_S_FW_DEAD before waiting will prevent any further adminq_refcnt increments. Waiting for the adminq_refcnt to hit 1 allows for any current users of the adminq to finish before the driver frees the adminq. Once the adminq_refcnt hits 1 the driver clears the refcnt to signify that the adminq is deleted and cannot be used. On the fw_up cycle the driver will once again initialize the adminq_refcnt to 1 allowing the adminq to be used again.
来源: 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存在安全漏洞,该漏洞源于pds_core存在安全漏洞。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 01ba61b55b2041a39c54aefb3153c770dd59a0ef ~ 22cd6046eb2148b18990257505834dd45c672a1b -
LinuxLinux 6.4 -

二、漏洞 CVE-2024-26623 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2024-26623 的情报信息

登录查看更多情报信息。

CVE-2024-26623 其他参考 (3)

同批安全公告 · Linux · 2024-03-06 · 共 27 条

CVE-2023-52597Linux kernel 安全漏洞
CVE-2024-26627Linux kernel 安全漏洞
CVE-2024-26626Linux kernel 安全漏洞
CVE-2024-26625Linux kernel安全漏洞
CVE-2023-52607Linux kernel 安全漏洞
CVE-2023-52606Linux kernel 安全漏洞
CVE-2023-52604Linux kernel 安全漏洞
CVE-2023-52603Linux kernel安全漏洞
CVE-2023-52602Linux kernel 安全漏洞
CVE-2023-52601Linux kernel 安全漏洞
CVE-2023-52600Linux kernel 安全漏洞
CVE-2023-52599Linux kernel 安全漏洞
CVE-2023-52598Linux kernel 安全漏洞
CVE-2023-52583Linux kernel 安全漏洞
CVE-2023-52596Linux kernel 安全漏洞
CVE-2023-52595Linux kernel 安全漏洞
CVE-2023-52594Linux kernel安全漏洞
CVE-2023-52593Linux kernel 安全漏洞
CVE-2023-52591Linux kernel安全漏洞
CVE-2023-52590Linux kernel安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2024-26623

暂无评论


发表评论