CVE-2024-26707
- EPSS 0.01%
- Veröffentlicht 03.04.2024 15:15:53
- Zuletzt bearbeitet 17.03.2025 15:36:22
In the Linux kernel, the following vulnerability has been resolved: net: hsr: remove WARN_ONCE() in send_hsr_supervision_frame() Syzkaller reported [1] hitting a warning after failing to allocate resources for skb in hsr_init_skb(). Since a WARN_ON...
CVE-2024-26708
- EPSS 0.01%
- Veröffentlicht 03.04.2024 15:15:53
- Zuletzt bearbeitet 08.04.2025 15:31:23
In the Linux kernel, the following vulnerability has been resolved: mptcp: really cope with fastopen race Fastopen and PM-trigger subflow shutdown can race, as reported by syzkaller. In my first attempt to close such race, I missed the fact that t...
CVE-2024-26709
- EPSS 0.04%
- Veröffentlicht 03.04.2024 15:15:53
- Zuletzt bearbeitet 13.01.2025 20:03:28
In the Linux kernel, the following vulnerability has been resolved: powerpc/iommu: Fix the missing iommu_group_put() during platform domain attach The function spapr_tce_platform_iommu_attach_dev() is missing to call iommu_group_put() when the doma...
CVE-2024-26710
- EPSS 0.02%
- Veröffentlicht 03.04.2024 15:15:53
- Zuletzt bearbeitet 23.12.2025 17:15:46
In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Limit KASAN thread size increase to 32KB KASAN is seen to increase stack usage, to the point that it was reported to lead to stack overflow on some 32-bit machines (...
CVE-2024-26711
- EPSS 0.02%
- Veröffentlicht 03.04.2024 15:15:53
- Zuletzt bearbeitet 27.02.2025 21:59:09
In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad4130: zero-initialize clock init data The clk_init_data struct does not have all its members initialized, causing issues when trying to expose the internal clock on the...
CVE-2024-26712
- EPSS 0.01%
- Veröffentlicht 03.04.2024 15:15:53
- Zuletzt bearbeitet 08.04.2025 15:30:20
In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Fix addr error caused by page alignment In kasan_init_region, when k_start is not page aligned, at the begin of for loop, k_cur = k_start & PAGE_MASK is less than k_...
CVE-2024-26714
- EPSS 0.02%
- Veröffentlicht 03.04.2024 15:15:53
- Zuletzt bearbeitet 17.03.2025 15:36:01
In the Linux kernel, the following vulnerability has been resolved: interconnect: qcom: sc8180x: Mark CO0 BCM keepalive The CO0 BCM needs to be up at all times, otherwise some hardware (like the UFS controller) loses its connection to the rest of t...
CVE-2024-26715
- EPSS 0.02%
- Veröffentlicht 03.04.2024 15:15:53
- Zuletzt bearbeitet 07.01.2025 20:25:50
In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: Fix NULL pointer dereference in dwc3_gadget_suspend In current scenario if Plug-out and Plug-In performed continuously there could be a chance while checking for...
CVE-2024-26716
- EPSS 0.02%
- Veröffentlicht 03.04.2024 15:15:53
- Zuletzt bearbeitet 07.01.2025 20:24:08
In the Linux kernel, the following vulnerability has been resolved: usb: core: Prevent null pointer dereference in update_port_device_state Currently, the function update_port_device_state gets the usb_hub from udev->parent by calling usb_hub_to_st...
CVE-2024-26717
- EPSS 0.01%
- Veröffentlicht 03.04.2024 15:15:53
- Zuletzt bearbeitet 07.01.2025 21:16:14
In the Linux kernel, the following vulnerability has been resolved: HID: i2c-hid-of: fix NULL-deref on failed power up A while back the I2C HID implementation was split in an ACPI and OF part, but the new OF driver never initialises the client poin...