CVE-2024-27067
- EPSS 0.02%
- Veröffentlicht 01.05.2024 13:15:50
- Zuletzt bearbeitet 18.09.2025 16:55:15
In the Linux kernel, the following vulnerability has been resolved: xen/evtchn: avoid WARN() when unbinding an event channel When unbinding a user event channel, the related handler might be called a last time in case the kernel was built with CONF...
CVE-2024-27069
- EPSS 0.03%
- Veröffentlicht 01.05.2024 13:15:50
- Zuletzt bearbeitet 18.09.2025 16:52:04
In the Linux kernel, the following vulnerability has been resolved: ovl: relax WARN_ON in ovl_verify_area() syzbot hit an assertion in copy up data loop which looks like it is the result of a lower file whose size is being changed underneath overla...
CVE-2024-27028
- EPSS 0.18%
- Veröffentlicht 01.05.2024 13:15:49
- Zuletzt bearbeitet 08.04.2025 18:42:15
In the Linux kernel, the following vulnerability has been resolved: spi: spi-mt65xx: Fix NULL pointer access in interrupt handler The TX buffer in spi_transfer can be a NULL pointer, so the interrupt handler may end up writing to the invalid memory...
CVE-2024-27032
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:49
- Zuletzt bearbeitet 08.04.2025 18:41:55
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid potential panic during recovery During recovery, if FAULT_BLOCK is on, it is possible that f2fs_reserve_new_block() will return -ENOSPC during recovery, then it ...
CVE-2024-27034
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:49
- Zuletzt bearbeitet 18.09.2025 14:44:23
In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix to cover normal cluster write with cp_rwsem When we overwrite compressed cluster w/ normal cluster, we should not unlock cp_rwsem during f2fs_write_raw_pages(),...
CVE-2024-27035
- EPSS 0.02%
- Veröffentlicht 01.05.2024 13:15:49
- Zuletzt bearbeitet 18.09.2025 14:45:10
In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix to guarantee persisting compressed blocks by CP If data block in compressed cluster is not persisted with metadata during checkpoint, after SPOR, the data may b...
CVE-2024-27036
- EPSS 0.02%
- Veröffentlicht 01.05.2024 13:15:49
- Zuletzt bearbeitet 18.09.2025 16:04:59
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix writeback data corruption cifs writeback doesn't correctly handle the case where cifs_extend_writeback() hits a point where it is considering an additional folio, but thi...
CVE-2024-27037
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:49
- Zuletzt bearbeitet 08.04.2025 18:39:41
In the Linux kernel, the following vulnerability has been resolved: clk: zynq: Prevent null pointer dereference caused by kmalloc failure The kmalloc() in zynq_clk_setup() will return null if the physical memory has run out. As a result, if we use ...
CVE-2024-27039
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:49
- Zuletzt bearbeitet 18.09.2025 15:48:40
In the Linux kernel, the following vulnerability has been resolved: clk: hisilicon: hi3559a: Fix an erroneous devm_kfree() 'p_clk' is an array allocated just before the for loop for all clk that need to be registered. It is incremented at each loop...
CVE-2024-27040
- EPSS 0.09%
- Veröffentlicht 01.05.2024 13:15:49
- Zuletzt bearbeitet 08.04.2025 18:39:21
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add 'replay' NULL check in 'edp_set_replay_allow_active()' In the first if statement, we're checking if 'replay' is NULL. But in the second if statement, we're not...