Linux

Linux Kernel

12376 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0%
  • Veröffentlicht 21.05.2024 16:15:14
  • Zuletzt bearbeitet 25.09.2025 16:44:14

In the Linux kernel, the following vulnerability has been resolved: ice: Do not use WQ_MEM_RECLAIM flag for workqueue When both ice and the irdma driver are loaded, a warning in check_flush_dependency is being triggered. This is due to ice driver w...

  • EPSS 0.09%
  • Veröffentlicht 21.05.2024 16:15:14
  • Zuletzt bearbeitet 06.01.2025 20:40:45

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix potential NULL-ptr-dereference in_dev_get() can return NULL which will cause a failure once idev is dereferenced in in_dev_for_each_ifa_rtnl(). This patch adds a ch...

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 16:15:14
  • Zuletzt bearbeitet 06.03.2025 12:53:53

In the Linux kernel, the following vulnerability has been resolved: IB/IPoIB: Fix legacy IPoIB due to wrong number of queues The cited commit creates child PKEY interfaces over netlink will multiple tx and rx queues, but some devices doesn't suppor...

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 16:15:14
  • Zuletzt bearbeitet 02.04.2025 14:50:27

In the Linux kernel, the following vulnerability has been resolved: xfrm/compat: prevent potential spectre v1 gadget in xfrm_xlate32_attr() int type = nla_type(nla); if (type > XFRMA_MAX) { return -EOPNOTSUPP; } @type is then us...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 16:15:14
  • Zuletzt bearbeitet 23.09.2025 19:10:02

In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Restore allocated resources on failed copyout Fix a resource leak if an error occurs.

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 16:15:14
  • Zuletzt bearbeitet 23.09.2025 19:16:56

In the Linux kernel, the following vulnerability has been resolved: f2fs: avoid format-overflow warning With gcc and W=1 option, there's a warning like this: fs/f2fs/compress.c: In function ‘f2fs_init_page_array_cache’: fs/f2fs/compress.c:1984:47:...

  • EPSS 0.05%
  • Veröffentlicht 21.05.2024 16:15:14
  • Zuletzt bearbeitet 06.01.2025 20:41:06

In the Linux kernel, the following vulnerability has been resolved: spi: Fix null dereference on suspend A race condition exists where a synchronous (noqueue) transfer can be active during a system suspend. This can cause a null pointer dereference...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 16:15:14
  • Zuletzt bearbeitet 25.09.2025 16:43:54

In the Linux kernel, the following vulnerability has been resolved: arm64: Restrict CPU_BIG_ENDIAN to GNU as or LLVM IAS 15.x or newer Prior to LLVM 15.0.0, LLVM's integrated assembler would incorrectly byte-swap NOP when compiling for big-endian, ...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 16:15:14
  • Zuletzt bearbeitet 06.01.2025 20:27:16

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix use-after-free in smb2_query_info_compound() The following UAF was triggered when running fstests generic/072 with KASAN enabled against Windows Server 2022 and mo...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 16:15:14
  • Zuletzt bearbeitet 03.11.2025 20:16:05

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix use-after-free bug in cifs_debug_data_proc_show() Skip SMB sessions that are being teared down (e.g. @ses->ses_status == SES_EXITING) in cifs_debug_data_proc_show(...