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

目标: 1000 元 · 已筹: 1336

100%

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

CVSS 7.5 · High EPSS 0.46% · P38

可能的 ATT&CK 技术 1AI

T1055 · Process Injection

影响版本矩阵 7

厂商产品版本范围状态
LinuxLinux492337a4fbd1421b42df684ee9b34be2a2722540< 8a3ff43dcbab7c96f9e8cf2bd1049ab8d6e59545affected
cba376eb036c2c20077b41d47b317d8218fe754f< ae87f661f3c1a3134a7ed86ab69bf9f12af88993affected
49d5d70538b6b8f2a3f8f1ac30c1f921d4a0929b< 7e2901a2a9195da76111f351584bf77552a038f0affected
be0384bf599cf1eb8d337517feeb732d71f75a6f< e0863634bf9f7cf36291ebb5bfa2d16632f79c49affected
6.1.87< 6.1.91affected
6.6.28< 6.6.31affected
6.8.7< 6.8.10affected
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
net: ks8851: Queue RX packets in IRQ handler instead of disabling BHs
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: net: ks8851: Queue RX packets in IRQ handler instead of disabling BHs Currently the driver uses local_bh_disable()/local_bh_enable() in its IRQ handler to avoid triggering net_rx_action() softirq on exit from netif_rx(). The net_rx_action() could trigger this driver .start_xmit callback, which is protected by the same lock as the IRQ handler, so calling the .start_xmit from netif_rx() from the IRQ handler critical section protected by the lock could lead to an attempt to claim the already claimed lock, and a hang. The local_bh_disable()/local_bh_enable() approach works only in case the IRQ handler is protected by a spinlock, but does not work if the IRQ handler is protected by mutex, i.e. this works for KS8851 with Parallel bus interface, but not for KS8851 with SPI bus interface. Remove the BH manipulation and instead of calling netif_rx() inside the IRQ handler code protected by the lock, queue all the received SKBs in the IRQ handler into a queue first, and once the IRQ handler exits the critical section protected by the lock, dequeue all the queued SKBs and push them all into netif_rx(). At this point, it is safe to trigger the net_rx_action() softirq, since the netif_rx() call is outside of the lock that protects the IRQ handler.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
来源: 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 存在安全漏洞,该漏洞源于 net ks8851 中存在安全问题。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 492337a4fbd1421b42df684ee9b34be2a2722540 ~ 8a3ff43dcbab7c96f9e8cf2bd1049ab8d6e59545 -
LinuxLinux 6.1.87 ~ 6.1.91 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

CVE-2024-369648.8 HIGHLinux kernel 安全漏洞
CVE-2024-369617.8 HIGHLinux kernel 安全漏洞
CVE-2024-369637.8 HIGHLinux kernel 安全漏洞
CVE-2024-369607.1 HIGHLinux kernel 安全漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2024-36962

暂无评论


发表评论