CVE-2026-43013
- EPSS 0.01%
- Veröffentlicht 01.05.2026 14:15:18
- Zuletzt bearbeitet 07.05.2026 20:28:55
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: lag: Check for LAG device before creating debugfs __mlx5_lag_dev_add_mdev() may return 0 (success) even when an error occurs that is handled gracefully. Consequently, the...
CVE-2026-43011
- EPSS 0.07%
- 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-43009
- EPSS 0.02%
- Veröffentlicht 01.05.2026 14:15:16
- Zuletzt bearbeitet 07.05.2026 20:25:52
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix incorrect pruning due to atomic fetch precision tracking When backtrack_insn encounters a BPF_STX instruction with BPF_ATOMIC and BPF_FETCH, the src register (or r0 for BP...
CVE-2026-43010
- EPSS 0.01%
- Veröffentlicht 01.05.2026 14:15:16
- Zuletzt bearbeitet 07.05.2026 20:26:12
In the Linux kernel, the following vulnerability has been resolved: bpf: Reject sleepable kprobe_multi programs at attach time kprobe.multi programs run in atomic/RCU context and cannot sleep. However, bpf_kprobe_multi_link_attach() did not validat...
CVE-2026-43007
- EPSS 0.01%
- Veröffentlicht 01.05.2026 14:15:14
- Zuletzt bearbeitet 07.05.2026 20:24:32
In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Handle DBC deactivation if the owner went away When a DBC is released, the device sends a QAIC_TRANS_DEACTIVATE_FROM_DEV transaction to the host over the QAIC_CONTROL M...
CVE-2026-31780
- EPSS 0.01%
- 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.01%
- 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-31779
- EPSS 0.03%
- Veröffentlicht 01.05.2026 14:15:06
- Zuletzt bearbeitet 11.05.2026 18:02:49
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix potential out-of-bounds read in iwl_mvm_nd_match_info_handler() The memcpy function assumes the dynamic array notif->matches is at least as large as the num...
CVE-2026-31777
- EPSS 0.01%
- 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.01%
- 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...