Linux

Linux Kernel

12374 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Published 01.05.2024 13:15:49
  • Last modified 23.12.2024 19:33:10

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Use separate handlers for interrupts For PF to AF interrupt vector and VF to AF vector same interrupt handler is registered which is causing race condition. When two ...

  • EPSS 0.03%
  • Published 01.05.2024 13:15:49
  • Last modified 23.12.2024 19:46:47

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interrupt The loop inside nfs_netfs_issue_read() currently does not disable interrupts while iterating through pages in...

  • EPSS 0.03%
  • Published 01.05.2024 13:15:49
  • Last modified 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 ...

  • EPSS 0.04%
  • Published 01.05.2024 13:15:49
  • Last modified 23.12.2024 19:12:40

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic verify_blkaddr() will trigger panic once we inject fault into f2fs_is_valid_blkaddr(), fix to remove this unnecessary f...

  • EPSS 0.01%
  • Published 01.05.2024 13:15:49
  • Last modified 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(),...

  • EPSS 0.02%
  • Published 01.05.2024 13:15:49
  • Last modified 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...

  • EPSS 0.02%
  • Published 01.05.2024 13:15:49
  • Last modified 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...

  • EPSS 0.01%
  • Published 01.05.2024 13:15:49
  • Last modified 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 ...

  • EPSS 0.01%
  • Published 01.05.2024 13:15:49
  • Last modified 23.12.2024 14:11:28

In the Linux kernel, the following vulnerability has been resolved: clk: Fix clk_core_get NULL dereference It is possible for clk_core_get to dereference a NULL in the following sequence: clk_core_get() of_clk_get_hw_from_clkspec() __o...

  • EPSS 0.01%
  • Published 01.05.2024 13:15:49
  • Last modified 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...