Linux

Linux Kernel

12376 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Published 21.05.2024 16:15:17
  • Last modified 31.01.2025 15:03:27

In the Linux kernel, the following vulnerability has been resolved: i915/perf: Fix NULL deref bugs with drm_dbg() calls When i915 perf interface is not available dereferencing it will lead to NULL dereferences. As returning -ENOTSUPP is pretty cle...

  • EPSS 0.01%
  • Published 21.05.2024 16:15:17
  • Last modified 15.01.2025 17:57:15

In the Linux kernel, the following vulnerability has been resolved: tty: vcc: Add check for kstrdup() in vcc_probe() Add check for the return value of kstrdup() and return the error, if it fails in order to avoid NULL pointer dereference.

  • EPSS 0.11%
  • Published 21.05.2024 16:15:17
  • Last modified 23.09.2025 20:08:48

In the Linux kernel, the following vulnerability has been resolved: swiotlb: fix out-of-bounds TLB allocations with CONFIG_SWIOTLB_DYNAMIC Limit the free list length to the size of the IO TLB. Transient pool can be smaller than IO_TLB_SEGSIZE, but ...

  • EPSS 0.01%
  • Published 21.05.2024 16:15:17
  • Last modified 26.09.2025 16:59:41

In the Linux kernel, the following vulnerability has been resolved: i2c: core: Run atomic i2c xfer when !preemptible Since bae1d3a05a8b, i2c transfers are non-atomic if preemption is disabled. However, non-atomic i2c transfers require preemption (e...

  • EPSS 0.09%
  • Published 21.05.2024 16:15:17
  • Last modified 23.09.2025 20:10:07

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Do not try to cleanup after cxl_region_setup_targets() fails Commit 5e42bcbc3fef ("cxl/region: decrement ->nr_targets on error in cxl_region_attach()") tried to avoid '...

  • EPSS 0.02%
  • Published 21.05.2024 16:15:16
  • Last modified 21.11.2024 08:40:32

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix htt mlo-offset event locking The ath12k active pdevs are protected by RCU but the htt mlo-offset event handling code calling ath12k_mac_get_ar_by_pdev_id() was no...

  • EPSS 0.12%
  • Published 21.05.2024 16:15:16
  • Last modified 06.01.2025 20:29:56

In the Linux kernel, the following vulnerability has been resolved: f2fs: split initial and dynamic conditions for extent_cache Let's allocate the extent_cache tree without dynamic conditions to avoid a missing condition causing a panic as below. ...

  • EPSS 0.01%
  • Published 21.05.2024 16:15:16
  • Last modified 23.09.2025 19:57:19

In the Linux kernel, the following vulnerability has been resolved: cxl/port: Fix delete_endpoint() vs parent unregistration race The CXL subsystem, at cxl_mem ->probe() time, establishes a lineage of ports (struct cxl_port objects) between an endp...

  • EPSS 0.03%
  • Published 21.05.2024 16:15:16
  • Last modified 21.11.2024 08:40:33

In the Linux kernel, the following vulnerability has been resolved: af_unix: fix use-after-free in unix_stream_read_actor() syzbot reported the following crash [1] After releasing unix socket lock, u->oob_skb can be changed by another thread. We m...

  • EPSS 0.02%
  • Published 21.05.2024 16:15:16
  • Last modified 21.11.2024 08:40:33

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix a NULL pointer dereference in amdgpu_dm_i2c_xfer() When ddc_service_construct() is called, it explicitly checks both the link type and whether there is somethi...