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…
High CVSS 7.5
Summary
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…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- 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
Timeline
- nvd_ingest NVD