Linux

Linux Kernel

12474 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Published 21.10.2024 13:15:02
  • Last modified 23.10.2024 21:41:13

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: use work queue to process beacon tx event Commit 3a415daa3e8b ("wifi: ath11k: add P2P IE in beacon template") from Feb 28, 2024 (linux-next), leads to the following S...

  • EPSS 0.89%
  • Published 21.10.2024 13:15:02
  • Last modified 03.11.2025 20:16:33

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to wait dio completion It should wait all existing dio write IOs before block removal, otherwise, previous direct write IO may overwrite data in the block which may be re...

  • EPSS 0.05%
  • Published 21.10.2024 13:15:02
  • Last modified 03.11.2025 23:16:19

In the Linux kernel, the following vulnerability has been resolved: x86/tdx: Fix "in-kernel MMIO" check TDX only supports kernel-initiated MMIO operations. The handle_mmio() function checks if the #VE exception occurred in the kernel and rejects th...

  • EPSS 0.05%
  • Published 21.10.2024 13:15:02
  • Last modified 03.11.2025 23:16:19

In the Linux kernel, the following vulnerability has been resolved: bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of error For all non-tracing helpers which formerly had ARG_PTR_TO_{LONG,INT} as input arguments, zero the value for the case of...

  • EPSS 0.04%
  • Published 21.10.2024 12:15:08
  • Last modified 24.10.2024 14:32:20

In the Linux kernel, the following vulnerability has been resolved: RISC-V: KVM: Don't zero-out PMU snapshot area before freeing data With the latest Linux-6.11-rc3, the below NULL pointer crash is observed when SBI PMU snapshot is enabled for the ...

  • EPSS 0.05%
  • Published 21.10.2024 12:15:08
  • Last modified 03.11.2025 23:16:19

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: always wait for both firmware loading attempts In 'rtw_wait_firmware_completion()', always wait for both (regular and wowlan) firmware loading attempts. Otherwise if '...

  • EPSS 0.05%
  • Published 21.10.2024 12:15:08
  • Last modified 24.10.2024 16:21:50

In the Linux kernel, the following vulnerability has been resolved: iommufd: Protect against overflow of ALIGN() during iova allocation Userspace can supply an iova and uptr such that the target iova alignment becomes really big and ALIGN() overflo...

  • EPSS 0.05%
  • Published 21.10.2024 12:15:08
  • Last modified 03.11.2025 23:16:19

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for set_output_gamma in dcn30_set_output_transfer_func This commit adds a null check for the set_output_gamma function pointer in the dcn30_set_out...

  • EPSS 0.03%
  • Published 21.10.2024 12:15:08
  • Last modified 23.10.2024 20:57:04

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: remove unused C2H event ID RTW89_MAC_C2H_FUNC_READ_WOW_CAM to prevent out-of-bounds reading The handler of firmware C2H event RTW89_MAC_C2H_FUNC_READ_WOW_CAM isn't imp...

  • EPSS 0.05%
  • Published 21.10.2024 12:15:07
  • Last modified 03.11.2025 23:16:18

In the Linux kernel, the following vulnerability has been resolved: block: fix potential invalid pointer dereference in blk_add_partition The blk_add_partition() function initially used a single if-condition (IS_ERR(part)) to check for errors when ...