CVE-2024-36286
- EPSS 0.02%
- Veröffentlicht 21.06.2024 11:15:10
- Zuletzt bearbeitet 12.05.2026 12:16:48
In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu() syzbot reported that nf_reinject() could be called without rcu_read_lock() : WARNING: suspicious RCU ...
CVE-2024-37356
- EPSS 0.02%
- Veröffentlicht 21.06.2024 11:15:10
- Zuletzt bearbeitet 12.05.2026 12:16:51
In the Linux kernel, the following vulnerability has been resolved: tcp: Fix shift-out-of-bounds in dctcp_update_alpha(). In dctcp_update_alpha(), we use a module parameter dctcp_shift_g as follows: alpha -= min_not_zero(alpha, alpha >> dctcp_sh...
CVE-2024-38381
- EPSS 0.01%
- Veröffentlicht 21.06.2024 11:15:10
- Zuletzt bearbeitet 12.05.2026 12:16:52
In the Linux kernel, the following vulnerability has been resolved: nfc: nci: Fix uninit-value in nci_rx_work syzbot reported the following uninit-value access issue [1] nci_rx_work() parses received packet from ndev->rx_q. It should be validated ...
CVE-2024-31076
- EPSS 0.02%
- Veröffentlicht 21.06.2024 11:15:09
- Zuletzt bearbeitet 04.11.2025 18:16:19
In the Linux kernel, the following vulnerability has been resolved: genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offline The absence of IRQD_MOVE_PCNTXT prevents immediate effectiveness of interrupt affinity reconfiguration via pro...
CVE-2024-33621
- EPSS 0.01%
- Veröffentlicht 21.06.2024 11:15:09
- Zuletzt bearbeitet 12.05.2026 12:16:35
In the Linux kernel, the following vulnerability has been resolved: ipvlan: Dont Use skb->sk in ipvlan_process_v{4,6}_outbound Raw packet from PF_PACKET socket ontop of an IPv6-backed ipvlan device will hit WARN_ON_ONCE() in sk_mc_loop() through sc...
CVE-2024-38612
- EPSS 0.18%
- Veröffentlicht 19.06.2024 14:15:21
- Zuletzt bearbeitet 12.05.2026 12:16:55
In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix invalid unregister error path The error path of seg6_init() is wrong in case CONFIG_IPV6_SEG6_LWTUNNEL is not defined. In that case if seg6_hmac_init() fails, the gen...
CVE-2024-38618
- EPSS 0.09%
- Veröffentlicht 19.06.2024 14:15:21
- Zuletzt bearbeitet 04.11.2025 18:16:28
In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: Set lower bound of start tick time Currently ALSA timer doesn't have the lower limit of the start tick time, and it allows a very small size, e.g. 1 tick with 1ns reso...
CVE-2024-38601
- EPSS 0.01%
- Veröffentlicht 19.06.2024 14:15:20
- Zuletzt bearbeitet 04.11.2025 18:16:28
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix a race between readers and resize checks The reader code in rb_get_reader_page() swaps a new reader page into the ring buffer by doing cmpxchg on old->list.prev->n...
CVE-2024-38589
- EPSS 0.01%
- Veröffentlicht 19.06.2024 14:15:19
- Zuletzt bearbeitet 12.05.2026 12:16:54
In the Linux kernel, the following vulnerability has been resolved: netrom: fix possible dead-lock in nr_rt_ioctl() syzbot loves netrom, and found a possible deadlock in nr_rt_ioctl [1] Make sure we always acquire nr_node_list_lock before nr_node_...
CVE-2024-38596
- EPSS 0.02%
- Veröffentlicht 19.06.2024 14:15:19
- Zuletzt bearbeitet 12.05.2026 12:16:54
In the Linux kernel, the following vulnerability has been resolved: af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg A data-race condition has been identified in af_unix. In one data path, the write function unix_release_sock() atom...