CVE-2024-54191
- EPSS 0.14%
- Veröffentlicht 11.01.2025 13:15:26
- Zuletzt bearbeitet 01.10.2025 20:17:23
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: iso: Fix circular lock in iso_conn_big_sync This fixes the circular locking dependency warning below, by reworking iso_sock_recvmsg, to ensure that the socket lock is al...
CVE-2024-54193
- EPSS 0.17%
- Veröffentlicht 11.01.2025 13:15:26
- Zuletzt bearbeitet 15.10.2025 19:56:43
In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix WARN in ivpu_ipc_send_receive_internal() Move pm_runtime_set_active() to ivpu_pm_init() so when ivpu_ipc_send_receive_internal() is executed before ivpu_pm_enable()...
CVE-2024-54455
- EPSS 0.17%
- Veröffentlicht 11.01.2025 13:15:26
- Zuletzt bearbeitet 16.10.2025 17:05:29
In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix general protection fault in ivpu_bo_list() Check if ctx is not NULL before accessing its fields.
CVE-2024-52332
- EPSS 0.24%
- Veröffentlicht 11.01.2025 13:15:25
- Zuletzt bearbeitet 03.11.2025 21:17:21
In the Linux kernel, the following vulnerability has been resolved: igb: Fix potential invalid memory access in igb_init_module() The pci_register_driver() can fail and when this happened, the dca_notifier needs to be unregistered, otherwise the dc...
CVE-2024-53680
- EPSS 0.22%
- Veröffentlicht 11.01.2025 13:15:25
- Zuletzt bearbeitet 03.11.2025 21:17:46
In the Linux kernel, the following vulnerability has been resolved: ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init() Under certain kernel configurations when building with Clang/LLVM, the compiler does not generate a return o...
CVE-2024-53682
- EPSS 0.19%
- Veröffentlicht 11.01.2025 13:15:25
- Zuletzt bearbeitet 15.10.2025 20:44:23
In the Linux kernel, the following vulnerability has been resolved: regulator: axp20x: AXP717: set ramp_delay AXP717 datasheet says that regulator ramp delay is 15.625 us/step, which is 10mV in our case. Add a AXP_DESC_RANGES_DELAY macro and updat...
CVE-2024-53685
- EPSS 0.22%
- Veröffentlicht 11.01.2025 13:15:25
- Zuletzt bearbeitet 03.11.2025 21:17:46
In the Linux kernel, the following vulnerability has been resolved: ceph: give up on paths longer than PATH_MAX If the full path to be built by ceph_mdsc_build_path() happens to be longer than PATH_MAX, then this function will enter an endless (ret...
CVE-2024-49571
- EPSS 0.21%
- Veröffentlicht 11.01.2025 13:15:24
- Zuletzt bearbeitet 03.11.2025 21:16:31
In the Linux kernel, the following vulnerability has been resolved: net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msg When receiving proposal msg in server, the field iparea_offset and the field ipv6_prefixes_cnt in pro...
CVE-2024-49573
- EPSS 0.18%
- Veröffentlicht 11.01.2025 13:15:24
- Zuletzt bearbeitet 15.10.2025 20:36:01
In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix NEXT_BUDDY Adam reports that enabling NEXT_BUDDY insta triggers a WARN in pick_next_entity(). Moving clear_buddies() up before the delayed dequeue bits ensures no ...
CVE-2024-50051
- EPSS 0.23%
- Veröffentlicht 11.01.2025 13:15:24
- Zuletzt bearbeitet 03.11.2025 21:16:55
In the Linux kernel, the following vulnerability has been resolved: spi: mpc52xx: Add cancel_work_sync before module remove If we remove the module which will call mpc52xx_spi_remove it will free 'ms' through spi_unregister_controller. while the wo...