Linux

Linux Kernel

12443 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Published 07.08.2024 16:15:47
  • Last modified 08.08.2024 20:55:35

In the Linux kernel, the following vulnerability has been resolved: tty: serial: ma35d1: Add a NULL check for of_node The pdev->dev.of_node can be NULL if the "serial" node is absent. Add a NULL check to return an error in such cases.

  • EPSS 0.05%
  • Published 07.08.2024 16:15:47
  • Last modified 08.08.2024 20:55:25

In the Linux kernel, the following vulnerability has been resolved: spi: don't unoptimize message in spi_async() Calling spi_maybe_unoptimize_message() in spi_async() is wrong because the message is likely to be in the queue and not transferred yet...

  • EPSS 0.02%
  • Published 07.08.2024 16:15:47
  • Last modified 03.11.2025 22:17:50

In the Linux kernel, the following vulnerability has been resolved: cachefiles: add missing lock protection when polling Add missing lock protection in poll routine when iterating xarray, otherwise: Even with RCU read lock held, only the slot of t...

  • EPSS 0.02%
  • Published 07.08.2024 16:15:46
  • Last modified 03.11.2025 22:17:46

In the Linux kernel, the following vulnerability has been resolved: libceph: fix race between delayed_work() and ceph_monc_stop() The way the delayed work is handled in ceph_monc_stop() is prone to races with mon_fault() and possibly also finish_hu...

  • EPSS 0.03%
  • Published 07.08.2024 16:15:46
  • Last modified 08.08.2024 14:56:18

In the Linux kernel, the following vulnerability has been resolved: filemap: replace pte_offset_map() with pte_offset_map_nolock() The vmf->ptl in filemap_fault_recheck_pte_none() is still set from handle_pte_fault(). But at the same time, we did ...

  • EPSS 0.02%
  • Published 07.08.2024 16:15:46
  • Last modified 08.08.2024 14:55:29

In the Linux kernel, the following vulnerability has been resolved: mm: fix crashes from deferred split racing folio migration Even on 6.10-rc6, I've been seeing elusive "Bad page state"s (often on flags when freeing, yet the flags shown are not ba...

  • EPSS 0.02%
  • Published 07.08.2024 16:15:46
  • Last modified 08.08.2024 14:55:16

In the Linux kernel, the following vulnerability has been resolved: s390/mm: Add NULL pointer check to crst_table_free() base_crst_free() crst_table_free() used to work with NULL pointers before the conversion to ptdescs. Since crst_table_free() c...

  • EPSS 0.02%
  • Published 07.08.2024 16:15:46
  • Last modified 03.11.2025 22:17:47

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: configfs: Prevent OOB read/write in usb_string_copy() Userspace provided string 's' could trivially have the length zero. Left unchecked this will firstly result in an...

  • EPSS 0.01%
  • Published 07.08.2024 16:15:46
  • Last modified 03.11.2025 22:17:48

In the Linux kernel, the following vulnerability has been resolved: firmware: cs_dsp: Validate payload length before processing block Move the payload length check in cs_dsp_load() and cs_dsp_coeff_load() to be done before the block is processed. ...

  • EPSS 0.02%
  • Published 07.08.2024 16:15:46
  • Last modified 03.11.2025 22:17:48

In the Linux kernel, the following vulnerability has been resolved: firmware: cs_dsp: Return error if block header overflows file Return an error from cs_dsp_power_up() if a block header is longer than the amount of data left in the file. The prev...