- EPSS 0.01%
- Veröffentlicht 19.11.2024 02:16:29
- Zuletzt bearbeitet 03.11.2025 21:17:15
In the Linux kernel, the following vulnerability has been resolved: arm64/sve: Discard stale CPU state when handling SVE traps The logic for handling SVE traps manipulates saved FPSIMD/SVE state incorrectly, and a race with preemption can result in...
CVE-2024-50276
- EPSS 0.02%
- Veröffentlicht 19.11.2024 02:16:29
- Zuletzt bearbeitet 03.11.2025 23:17:09
In the Linux kernel, the following vulnerability has been resolved: net: vertexcom: mse102x: Fix possible double free of TX skb The scope of the TX skb is wider than just mse102x_tx_frame_spi(), so in case the TX skb room needs to be expanded, we s...
CVE-2024-50264
- EPSS 0.04%
- Veröffentlicht 19.11.2024 02:16:28
- Zuletzt bearbeitet 03.11.2025 23:17:08
In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: Initialization of the dangling pointer occurring in vsk->trans During loopback communication, a dangling pointer can be created in vsk->trans, potentially leading to ...
CVE-2024-50265
- EPSS 0.02%
- Veröffentlicht 19.11.2024 02:16:28
- Zuletzt bearbeitet 03.11.2025 23:17:08
In the Linux kernel, the following vulnerability has been resolved: ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove() Syzkaller is able to provoke null-ptr-dereference in ocfs2_xa_remove(): [ 57.319872] (a.out,1161,7)...
CVE-2024-50267
- EPSS 0.01%
- Veröffentlicht 19.11.2024 02:16:28
- Zuletzt bearbeitet 03.11.2025 23:17:08
In the Linux kernel, the following vulnerability has been resolved: USB: serial: io_edgeport: fix use after free in debug printk The "dev_dbg(&urb->dev->dev, ..." which happens after usb_free_urb(urb) is a use after free of the "urb" pointer. Stor...
CVE-2024-50268
- EPSS 0.01%
- Veröffentlicht 19.11.2024 02:16:28
- Zuletzt bearbeitet 03.11.2025 23:17:08
In the Linux kernel, the following vulnerability has been resolved: usb: typec: fix potential out of bounds in ucsi_ccg_update_set_new_cam_cmd() The "*cmd" variable can be controlled by the user via debugfs. That means "new_cam" can be as high as ...
CVE-2024-50269
- EPSS 0.01%
- Veröffentlicht 19.11.2024 02:16:28
- Zuletzt bearbeitet 03.11.2025 23:17:08
In the Linux kernel, the following vulnerability has been resolved: usb: musb: sunxi: Fix accessing an released usb phy Commit 6ed05c68cbca ("usb: musb: sunxi: Explicitly release USB PHY on exit") will cause that usb phy @glue->xceiv is accessed af...
CVE-2024-50263
- EPSS 0.04%
- Veröffentlicht 11.11.2024 14:15:15
- Zuletzt bearbeitet 09.12.2024 22:15:22
In the Linux kernel, the following vulnerability has been resolved: fork: only invoke khugepaged, ksm hooks if no error There is no reason to invoke these hooks early against an mm that is in an incomplete state. The change in commit d24062914837 ...
CVE-2024-50255
- EPSS 0.04%
- Veröffentlicht 09.11.2024 11:15:11
- Zuletzt bearbeitet 03.11.2025 23:17:06
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs Fix __hci_cmd_sync_sk() to return not NULL for unknown opcodes. __hci_cmd_sync_sk() returns NULL if a command retur...
CVE-2024-50256
- EPSS 0.02%
- Veröffentlicht 09.11.2024 11:15:11
- Zuletzt bearbeitet 03.11.2025 23:17:07
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6() I got a syzbot report without a repro [1] crashing in nf_send_reset6() I think the issue is that dev->hard_heade...