Linux

Linux Kernel

12474 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.05%
  • Published 21.10.2024 12:15:07
  • Last modified 24.10.2024 14:34:17

In the Linux kernel, the following vulnerability has been resolved: ARM: 9410/1: vfp: Use asm volatile in fmrx/fmxr macros Floating point instructions in userspace can crash some arm kernels built with clang/LLD 17.0.6: BUG: unsupported FP ins...

  • EPSS 0.43%
  • Published 21.10.2024 12:15:06
  • Last modified 03.11.2025 23:16:17

In the Linux kernel, the following vulnerability has been resolved: IB/core: Fix ib_cache_setup_one error flow cleanup When ib_cache_update return an error, we exit ib_cache_setup_one instantly with no proper cleanup, even though before this we had...

  • EPSS 0.04%
  • Published 21.10.2024 12:15:06
  • Last modified 23.10.2024 21:34:29

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix UMR pd cleanup on error flow of driver init The cited commit moves the pd allocation from function mlx5r_umr_resource_cleanup() to a new function mlx5r_umr_cleanup(). ...

  • EPSS 0.05%
  • Published 21.10.2024 12:15:06
  • Last modified 03.11.2025 23:16:17

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds In the function init_conns(), after the create_con() and create_cm() for loop if something fails. In the cleanup for loop ...

  • EPSS 0.04%
  • Published 21.10.2024 12:15:06
  • Last modified 03.11.2025 23:16:17

In the Linux kernel, the following vulnerability has been resolved: RDMA/iwcm: Fix WARNING:at_kernel/workqueue.c:#check_flush_dependency In the commit aee2424246f9 ("RDMA/iwcm: Fix a use-after-free related to destroying CM IDs"), the function flush...

  • EPSS 0.04%
  • Published 21.10.2024 12:15:06
  • Last modified 03.11.2025 23:16:17

In the Linux kernel, the following vulnerability has been resolved: drivers: media: dvb-frontends/rtl2830: fix an out-of-bounds write error Ensure index in rtl2830_pid_filter does not exceed 31 to prevent out-of-bounds access. dev->filters is a 32...

  • EPSS 0.04%
  • Published 21.10.2024 12:15:06
  • Last modified 03.11.2025 23:16:17

In the Linux kernel, the following vulnerability has been resolved: drivers: media: dvb-frontends/rtl2832: fix an out-of-bounds write error Ensure index in rtl2832_pid_filter does not exceed 31 to prevent out-of-bounds access. dev->filters is a 32...

  • EPSS 0.04%
  • Published 21.10.2024 12:15:06
  • Last modified 03.11.2025 23:16:17

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential null-ptr-deref in nilfs_btree_insert() Patch series "nilfs2: fix potential issues with empty b-tree nodes". This series addresses three potential issues with...

  • EPSS 0.05%
  • Published 21.10.2024 12:15:06
  • Last modified 23.10.2024 21:27:28

In the Linux kernel, the following vulnerability has been resolved: ext4: check stripe size compatibility on remount as well We disable stripe size in __ext4_fill_super if it is not a multiple of the cluster ratio however this check is missed when ...

  • EPSS 0.04%
  • Published 21.10.2024 12:15:06
  • Last modified 03.11.2025 23:16:17

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid OOB when system.data xattr changes underneath the filesystem When looking up for an entry in an inlined directory, if e_value_offs is changed underneath the filesystem ...