CVE-2024-53690
- EPSS 0.01%
- Veröffentlicht 11.01.2025 13:15:26
- Zuletzt bearbeitet 03.11.2025 21:17:47
In the Linux kernel, the following vulnerability has been resolved: nilfs2: prevent use of deleted inode syzbot reported a WARNING in nilfs_rmdir. [1] Because the inode bitmap is corrupted, an inode with an inode number that should exist as a ".ni...
CVE-2024-54193
- EPSS 0.02%
- 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.02%
- 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.01%
- 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.01%
- 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-53685
- EPSS 0.01%
- 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.01%
- 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-50051
- EPSS 0.01%
- 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-48876
- EPSS 0.01%
- Veröffentlicht 11.01.2025 13:15:23
- Zuletzt bearbeitet 23.09.2025 16:38:27
In the Linux kernel, the following vulnerability has been resolved: stackdepot: fix stack_depot_save_flags() in NMI context Per documentation, stack_depot_save_flags() was meant to be usable from NMI context if STACK_DEPOT_FLAG_CAN_ALLOC is unset. ...
CVE-2024-48881
- EPSS 0.01%
- Veröffentlicht 11.01.2025 13:15:23
- Zuletzt bearbeitet 03.11.2025 21:16:30
In the Linux kernel, the following vulnerability has been resolved: bcache: revert replacing IS_ERR_OR_NULL with IS_ERR again Commit 028ddcac477b ("bcache: Remove unnecessary NULL point check in node allocations") leads a NULL pointer deference in ...