In the Linux kernel, the following vulnerability has been resolved: net: ks8851: Handle softirqs at the end of IRQ thread to fix hang The ks8851_irq() thread may call ks8851_rx_pkts() in case there…
高危 CVSS 7.5
摘要
In the Linux kernel, the following vulnerability has been resolved: net: ks8851: Handle softirqs at the end of IRQ thread to fix hang The ks8851_irq() thread may call ks8851_rx_pkts() in case there are any packets in the MAC FIFO, which calls netif_rx(). This netif_rx() implementation is guarded by local_bh_disable() and local_bh_enable(). The local_bh_enable() may call do_softirq() to run softirqs in case any are pending. One of the softirqs is net_rx_action, which ultimately reaches the dri…
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判 · 自动通道
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
受影响产品
- :
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/492337a4fbd1421b42df684ee9b34be2a2722540 Patch
- https://git.kernel.org/stable/c/49d5d70538b6b8f2a3f8f1ac30c1f921d4a0929b Patch
- https://git.kernel.org/stable/c/be0384bf599cf1eb8d337517feeb732d71f75a6f Patch
- https://git.kernel.org/stable/c/cba376eb036c2c20077b41d47b317d8218fe754f Patch
- http://www.openwall.com/lists/oss-security/2024/05/30/1 Mailing List
- http://www.openwall.com/lists/oss-security/2024/05/30/2 Mailing List
- https://git.kernel.org/stable/c/492337a4fbd1421b42df684ee9b34be2a2722540 Patch
- https://git.kernel.org/stable/c/49d5d70538b6b8f2a3f8f1ac30c1f921d4a0929b Patch
- https://git.kernel.org/stable/c/be0384bf599cf1eb8d337517feeb732d71f75a6f Patch
- https://git.kernel.org/stable/c/cba376eb036c2c20077b41d47b317d8218fe754f Patch
时间线
- nvd_ingest NVD