CVE-2026-31563
- EPSS 0.48%
- Veröffentlicht 24.04.2026 14:35:44
- Zuletzt bearbeitet 27.04.2026 20:31:02
In the Linux kernel, the following vulnerability has been resolved: net: macb: Use dev_consume_skb_any() to free TX SKBs The napi_consume_skb() function is not intended to be called in an IRQ disabled context. However, after commit 6bc8a5098bf4 ("n...
CVE-2026-31560
- EPSS 0.12%
- Veröffentlicht 24.04.2026 14:35:42
- Zuletzt bearbeitet 01.06.2026 17:16:48
In the Linux kernel, the following vulnerability has been resolved: spi: spi-dw-dma: fix print error log when wait finish transaction If an error occurs, the device may not have a current message. In this case, the system will crash. In this case,...
CVE-2026-31557
- EPSS 0.44%
- Veröffentlicht 24.04.2026 14:35:40
- Zuletzt bearbeitet 27.04.2026 20:14:08
In the Linux kernel, the following vulnerability has been resolved: nvmet: move async event work off nvmet-wq For target nvmet_ctrl_free() flushes ctrl->async_event_work. If nvmet_ctrl_free() runs on nvmet-wq, the flush re-enters workqueue completi...
CVE-2026-31555
- EPSS 0.12%
- Veröffentlicht 24.04.2026 14:35:39
- Zuletzt bearbeitet 27.04.2026 20:14:27
In the Linux kernel, the following vulnerability has been resolved: futex: Clear stale exiting pointer in futex_lock_pi() retry path Fuzzying/stressing futexes triggered: WARNING: kernel/futex/core.c:825 at wait_for_owner_exiting+0x7a/0x80, CP...
CVE-2026-31552
- EPSS 0.5%
- Veröffentlicht 24.04.2026 14:33:19
- Zuletzt bearbeitet 27.04.2026 20:15:16
In the Linux kernel, the following vulnerability has been resolved: wifi: wlcore: Return -ENOMEM instead of -EAGAIN if there is not enough headroom Since upstream commit e75665dd0968 ("wifi: wlcore: ensure skb headroom before skb_push"), wl1271_tx_...
CVE-2026-31551
- EPSS 0.12%
- Veröffentlicht 24.04.2026 14:33:18
- Zuletzt bearbeitet 27.04.2026 20:15:30
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Fix static_branch_dec() underflow for aql_disable. syzbot reported static_branch_dec() underflow in aql_enable_write(). [0] The problem is that aql_enable_write() ...
CVE-2026-31550
- EPSS 0.12%
- Veröffentlicht 24.04.2026 14:33:17
- Zuletzt bearbeitet 27.04.2026 20:15:37
In the Linux kernel, the following vulnerability has been resolved: pmdomain: bcm: bcm2835-power: Increase ASB control timeout The bcm2835_asb_control() function uses a tight polling loop to wait for the ASB bridge to acknowledge a request. During ...
CVE-2026-31548
- EPSS 0.13%
- Veröffentlicht 24.04.2026 14:33:16
- Zuletzt bearbeitet 27.04.2026 20:15:55
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: cancel pmsr_free_wk in cfg80211_pmsr_wdev_down When the nl80211 socket that originated a PMSR request is closed, cfg80211_release_pmsr() sets the request's nl_porti...
CVE-2026-31549
- EPSS 0.12%
- Veröffentlicht 24.04.2026 14:33:16
- Zuletzt bearbeitet 27.04.2026 20:15:45
In the Linux kernel, the following vulnerability has been resolved: i2c: cp2615: fix serial string NULL-deref at probe The cp2615 driver uses the USB device serial string as the i2c adapter name but does not make sure that the string exists. Verif...
CVE-2026-31546
- EPSS 0.12%
- Veröffentlicht 24.04.2026 14:33:14
- Zuletzt bearbeitet 28.04.2026 20:48:20
In the Linux kernel, the following vulnerability has been resolved: net: bonding: fix NULL deref in bond_debug_rlb_hash_show rlb_clear_slave intentionally keeps RLB hash-table entries on the rx_hashtbl_used_head list with slave set to NULL when no ...