Linux

Linux

6442 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:45:51
  • Zuletzt bearbeitet 04.12.2025 18:52:56

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.02%
  • Veröffentlicht 15.09.2025 14:45:50
  • Zuletzt bearbeitet 03.12.2025 19:27:08

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%
  • Veröffentlicht 15.09.2025 14:45:49
  • Zuletzt bearbeitet 04.12.2025 18:53:12

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%
  • Veröffentlicht 15.09.2025 14:45:48
  • Zuletzt bearbeitet 04.12.2025 18:53:55

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.02%
  • Veröffentlicht 15.09.2025 14:45:47
  • Zuletzt bearbeitet 04.12.2025 18:54:12

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.02%
  • Veröffentlicht 15.09.2025 14:23:11
  • Zuletzt bearbeitet 03.12.2025 20:41:53

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%
  • Veröffentlicht 15.09.2025 14:23:09
  • Zuletzt bearbeitet 03.12.2025 19:45:52

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...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:22:14
  • Zuletzt bearbeitet 03.12.2025 20:41:59

In the Linux kernel, the following vulnerability has been resolved: xsk: check IFF_UP earlier in Tx path Xsk Tx can be triggered via either sendmsg() or poll() syscalls. These two paths share a call to common function xsk_xmit() which has two sanit...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:22:13
  • Zuletzt bearbeitet 03.12.2025 20:42:08

In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Add check for kzalloc As kzalloc may fail and return NULL pointer, it should be better to check the return value in order to avoid the NULL pointer dereference. Patc...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:22:12
  • Zuletzt bearbeitet 04.12.2025 18:51:09

In the Linux kernel, the following vulnerability has been resolved: phy: hisilicon: Fix an out of bounds check in hisi_inno_phy_probe() The size of array 'priv->ports[]' is INNO_PHY_PORT_NUM. In the for loop, 'i' is used as the index for array 'pr...