CVE-2026-43015
- EPSS 0.13%
- Veröffentlicht 01.05.2026 14:15:20
- Zuletzt bearbeitet 07.05.2026 20:31:01
In the Linux kernel, the following vulnerability has been resolved: net: macb: fix clk handling on PCI glue driver removal platform_device_unregister() may still want to use the registered clks during runtime resume callback. Note that there is a ...
CVE-2026-43014
- EPSS 0.12%
- Veröffentlicht 01.05.2026 14:15:19
- Zuletzt bearbeitet 07.05.2026 20:29:24
In the Linux kernel, the following vulnerability has been resolved: net: macb: properly unregister fixed rate clocks The additional resources allocated with clk_register_fixed_rate() need to be released with clk_unregister_fixed_rate(), otherwise t...
CVE-2026-43011
- EPSS 0.51%
- Veröffentlicht 01.05.2026 14:15:17
- Zuletzt bearbeitet 07.05.2026 20:26:58
In the Linux kernel, the following vulnerability has been resolved: net/x25: Fix potential double free of skb When alloc_skb fails in x25_queue_rx_frame it calls kfree_skb(skb) at line 48 and returns 1 (error). This error propagates back through th...
CVE-2026-31780
- EPSS 0.14%
- Veröffentlicht 01.05.2026 14:15:07
- Zuletzt bearbeitet 11.05.2026 20:54:09
In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix u8 overflow in SSID scan buffer size calculation The variable valuesize is declared as u8 but accumulates the total length of all SSIDs to scan. Each SSID contr...
CVE-2026-31781
- EPSS 0.12%
- Veröffentlicht 01.05.2026 14:15:07
- Zuletzt bearbeitet 11.05.2026 20:51:42
In the Linux kernel, the following vulnerability has been resolved: drm/ioc32: stop speculation on the drm_compat_ioctl path The drm compat ioctl path takes a user controlled pointer, and then dereferences it into a table of function pointers, the ...
CVE-2026-31777
- EPSS 0.11%
- Veröffentlicht 01.05.2026 14:15:05
- Zuletzt bearbeitet 07.05.2026 02:27:02
In the Linux kernel, the following vulnerability has been resolved: ALSA: ctxfi: Check the error for index mapping The ctxfi driver blindly assumed a proper value returned from daio_device_index(), but it's not always true. Add a proper error chec...
CVE-2026-31778
- EPSS 0.13%
- Veröffentlicht 01.05.2026 14:15:05
- Zuletzt bearbeitet 11.05.2026 18:05:22
In the Linux kernel, the following vulnerability has been resolved: ALSA: caiaq: fix stack out-of-bounds read in init_card The loop creates a whitespace-stripped copy of the card shortname where `len < sizeof(card->id)` is used for the bounds check...
CVE-2026-31773
- EPSS 0.28%
- Veröffentlicht 01.05.2026 14:15:01
- Zuletzt bearbeitet 11.05.2026 20:38:06
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SMP: derive legacy responder STK authentication from MITM state The legacy responder path in smp_random() currently labels the stored STK as authenticated whenever pendi...
CVE-2026-31770
- EPSS 0.12%
- Veröffentlicht 01.05.2026 14:14:59
- Zuletzt bearbeitet 11.05.2026 17:58:07
In the Linux kernel, the following vulnerability has been resolved: hwmon: (occ) Fix division by zero in occ_show_power_1() In occ_show_power_1() case 1, the accumulator is divided by update_tag without checking for zero. If no samples have been co...
CVE-2026-31771
- EPSS 0.21%
- Veröffentlicht 01.05.2026 14:14:59
- Zuletzt bearbeitet 11.05.2026 18:00:00
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_event: move wake reason storage into validated event handlers hci_store_wake_reason() is called from hci_event_packet() immediately after stripping the HCI event hea...