Linux

Linux

5635 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • 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.01%
  • Published 21.05.2024 16:15:16
  • Last modified 23.09.2025 20:00:36

In the Linux kernel, the following vulnerability has been resolved: s390/dasd: protect device queue against concurrent access In dasd_profile_start() the amount of requests on the device queue are counted. The access to the device queue is unprotec...

  • EPSS 0.03%
  • Published 21.05.2024 16:15:16
  • Last modified 23.09.2025 20:05:15

In the Linux kernel, the following vulnerability has been resolved: net/smc: avoid data corruption caused by decline We found a data corruption issue during testing of SMC-R on Redis applications. The benchmark has a low probability of reporting a...

  • EPSS 0.06%
  • Published 21.05.2024 16:15:16
  • Last modified 02.04.2025 15:03:08

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix dfs-radar and temperature event locking The ath12k active pdevs are protected by RCU but the DFS-radar and temperature event handling code calling ath12k_mac_get_...

  • EPSS 0.06%
  • Published 21.05.2024 16:15:16
  • Last modified 25.09.2025 16:41:17

In the Linux kernel, the following vulnerability has been resolved: mptcp: deal with large GSO size After the blamed commit below, the TCP sockets (and the MPTCP subflows) can build egress packets larger than 64K. That exceeds the maximum DSS data ...

  • EPSS 0.08%
  • Published 21.05.2024 16:15:16
  • Last modified 02.04.2025 15:02:51

In the Linux kernel, the following vulnerability has been resolved: fs: Pass AT_GETATTR_NOSEC flag to getattr interface function When vfs_getattr_nosec() calls a filesystem's getattr interface function then the 'nosec' should propagate into this fu...

  • EPSS 0.36%
  • Published 21.05.2024 16:15:15
  • Last modified 02.04.2025 14:50:19

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slab out of bounds write in smb_inherit_dacl() slab out-of-bounds write is caused by that offsets is bigger than pntsd allocation size. This patch add the check to valid...

  • EPSS 0.12%
  • Published 21.05.2024 16:15:15
  • Last modified 23.09.2025 19:28:31

In the Linux kernel, the following vulnerability has been resolved: riscv: VMAP_STACK overflow detection thread-safe commit 31da94c25aea ("riscv: add VMAP_STACK overflow detection") added support for CONFIG_VMAP_STACK. If overflow is detected, CPU ...

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

In the Linux kernel, the following vulnerability has been resolved: virtio-blk: fix implicit overflow on virtio_max_dma_size The following codes have an implicit conversion from size_t to u32: (u32)max_size = (size_t)virtio_max_dma_size(vdev); Thi...

  • EPSS 0.02%
  • Published 21.05.2024 16:15:15
  • Last modified 19.09.2025 14:39:18

In the Linux kernel, the following vulnerability has been resolved: i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing DAT_data. The `i3c_master_bus_init` function may attach the I2C devices before the I3C bus initialization. In this flow,...