Linux

Linux Kernel

12162 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Published 15.09.2025 14:45:54
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: slimbus: qcom-ngd: cleanup in probe error path Add proper error path in probe() to cleanup resources previously acquired/allocated to fix warnings visible during probe deferral: ...

  • EPSS 0.04%
  • Published 15.09.2025 14:45:53
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: verify the expected usb_endpoints are present The bug arises when a USB device claims to be an ATH9K but doesn't have the expected endpoints. (In this case there was a...

  • EPSS 0.04%
  • Published 15.09.2025 14:45:52
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK When CONFIG_CPUMASK_OFFSTACK and CONFIG_DEBUG_PER_CPU_MAPS is selected, cpu_max_bits_warn() generates a runtime warning simil...

  • EPSS 0.02%
  • Published 15.09.2025 14:45:51
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: io_uring/msg_ring: Fix NULL pointer dereference in io_msg_send_fd() Syzkaller produced the below call trace: BUG: KASAN: null-ptr-deref in io_msg_ring+0x3cb/0x9f0 Write of size ...

  • EPSS 0.03%
  • Published 15.09.2025 14:45:50
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: wifi: libertas: fix memory leak in lbs_init_adapter() When kfifo_alloc() failed in lbs_init_adapter(), cmd buffer is not released. Add free memory to processing error path.

  • EPSS 0.02%
  • Published 15.09.2025 14:45:49
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a range If we get -ENOMEM while dropping file extent items in a given range, at btrfs_drop_extents(), due to failure...

  • EPSS 0.02%
  • Published 15.09.2025 14:45:48
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: fix bridge lifetime Device-managed resources allocated post component bind must be tied to the lifetime of the aggregate DRM device or they will not necessarily be rele...

  • EPSS 0.03%
  • Published 15.09.2025 14:45:47
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: kcm: annotate data-races around kcm->rx_psock kcm->rx_psock can be read locklessly in kcm_rfree(). Annotate the read and writes accordingly. We do the same for kcm->rx_wait in the...

  • EPSS 0.03%
  • Published 15.09.2025 14:23:11
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/hisi: Drop second sensor hi3660 The commit 74c8e6bffbe1 ("driver core: Add __alloc_size hint to devm allocators") exposes a panic "BRK handler: Fatal exception" on ...

  • EPSS 0.02%
  • Published 15.09.2025 14:23:09
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: nfsd: call op_release, even when op_func returns an error For ops with "trivial" replies, nfsd4_encode_operation will shortcut most of the encoding work and skip to just marshallin...