CVE-2024-38621
- EPSS 0.27%
- Veröffentlicht 21.06.2024 11:15:11
- Zuletzt bearbeitet 04.11.2025 18:16:29
In the Linux kernel, the following vulnerability has been resolved: media: stk1160: fix bounds checking in stk1160_copy_video() The subtract in this condition is reversed. The ->length is the length of the buffer. The ->bytesused is how many byte...
CVE-2024-38627
- EPSS 0.25%
- Veröffentlicht 21.06.2024 11:15:11
- Zuletzt bearbeitet 04.11.2025 18:16:29
In the Linux kernel, the following vulnerability has been resolved: stm class: Fix a double free in stm_register_device() The put_device(&stm->dev) call will trigger stm_device_release() which frees "stm" so the vfree(stm) on the next line is a dou...
CVE-2024-38630
- EPSS 0.25%
- Veröffentlicht 21.06.2024 11:15:11
- Zuletzt bearbeitet 21.11.2024 09:26:31
In the Linux kernel, the following vulnerability has been resolved: watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdt_trigger When the cpu5wdt module is removing, the origin code uses del_timer() to de-activate the timer. If the timer h...
CVE-2024-38632
- EPSS 0.22%
- Veröffentlicht 21.06.2024 11:15:11
- Zuletzt bearbeitet 03.11.2025 22:17:02
In the Linux kernel, the following vulnerability has been resolved: vfio/pci: fix potential memory leak in vfio_intx_enable() If vfio_irq_ctx_alloc() failed will lead to 'name' memory leak.
CVE-2024-36270
- EPSS 0.26%
- Veröffentlicht 21.06.2024 11:15:10
- Zuletzt bearbeitet 12.05.2026 12:16:47
In the Linux kernel, the following vulnerability has been resolved: netfilter: tproxy: bail out if IP has been disabled on the device syzbot reports: general protection fault, probably for non-canonical address 0xdffffc0000000003: 0000 [#1] PREEMPT...
CVE-2024-36286
- EPSS 0.27%
- 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.25%
- 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-2023-52884
- EPSS 0.18%
- Veröffentlicht 21.06.2024 11:15:09
- Zuletzt bearbeitet 24.03.2025 18:10:20
In the Linux kernel, the following vulnerability has been resolved: Input: cyapa - add missing input core locking to suspend/resume functions Grab input->mutex during suspend/resume functions like it is done in other input drivers. This fixes the f...
CVE-2024-33621
- EPSS 0.27%
- 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-2022-48760
- EPSS 0.19%
- Veröffentlicht 20.06.2024 12:15:14
- Zuletzt bearbeitet 17.09.2025 16:49:52
In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix hang in usb_kill_urb by adding memory barriers The syzbot fuzzer has identified a bug in which processes hang waiting for usb_kill_urb() to return. It turns out the...