CVE-2024-54455
- EPSS 0.04%
- 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.05%
- 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.03%
- 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.04%
- 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.06%
- 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.04%
- 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.04%
- 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.05%
- 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...
CVE-2024-51729
- EPSS 0.04%
- Veröffentlicht 11.01.2025 13:15:24
- Zuletzt bearbeitet 23.09.2025 16:43:48
In the Linux kernel, the following vulnerability has been resolved: mm: use aligned address in copy_user_gigantic_page() In current kernel, hugetlb_wp() calls copy_user_large_folio() with the fault address. Where the fault address may be not align...
CVE-2024-52319
- EPSS 0.04%
- Veröffentlicht 11.01.2025 13:15:24
- Zuletzt bearbeitet 23.09.2025 14:40:30
In the Linux kernel, the following vulnerability has been resolved: mm: use aligned address in clear_gigantic_page() In current kernel, hugetlb_no_page() calls folio_zero_user() with the fault address. Where the fault address may be not aligned wi...