Linux

Linux Kernel

14022 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:26
  • Zuletzt bearbeitet 21.11.2024 06:36:04

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Handle SRCU initialization failure during page track init Check the return of init_srcu_struct(), which can fail due to OOM, when initializing the page track mechanism. ...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:26
  • Zuletzt bearbeitet 25.09.2025 15:32:02

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: serialize hash resizes and cleanups Syzbot was able to trigger the following warning [1] No repro found by syzbot yet but I was able to trigger similar issue...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:26
  • Zuletzt bearbeitet 30.12.2024 20:00:41

In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: check return value after calling platform_get_resource() It will cause null-ptr-deref if platform_get_resource() returns NULL, we need check the return value.

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:26
  • Zuletzt bearbeitet 25.09.2025 15:30:01

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix svm_migrate_fini warning Device manager releases device-specific resources when a driver disconnects from a device, devm_memunmap_pages and devm_release_mem_region ...

  • EPSS 0.03%
  • Veröffentlicht 21.05.2024 15:15:26
  • Zuletzt bearbeitet 03.11.2025 18:15:38

In the Linux kernel, the following vulnerability has been resolved: block: don't call rq_qos_ops->done_bio if the bio isn't tracked rq_qos framework is only applied on request based driver, so: 1) rq_qos_done_bio() needn't to be called for bio bas...

  • EPSS 0.03%
  • Veröffentlicht 21.05.2024 15:15:26
  • Zuletzt bearbeitet 30.12.2024 20:00:33

In the Linux kernel, the following vulnerability has been resolved: usb: chipidea: ci_hdrc_imx: Also search for 'phys' phandle When passing 'phys' in the devicetree to describe the USB PHY phandle (which is the recommended way according to Document...

  • EPSS 0.03%
  • Veröffentlicht 21.05.2024 15:15:26
  • Zuletzt bearbeitet 25.09.2025 16:10:07

In the Linux kernel, the following vulnerability has been resolved: riscv: Flush current cpu icache before other cpus On SiFive Unmatched, I recently fell onto the following BUG when booting: [ 0.000000] ftrace: allocating 36610 entries in 144 ...

  • EPSS 0.03%
  • Veröffentlicht 21.05.2024 15:15:26
  • Zuletzt bearbeitet 31.12.2024 18:51:37

In the Linux kernel, the following vulnerability has been resolved: iwlwifi: mvm: Fix possible NULL dereference In __iwl_mvm_remove_time_event() check that 'te_data->vif' is NULL before dereferencing it.

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:25
  • Zuletzt bearbeitet 24.12.2024 16:06:56

In the Linux kernel, the following vulnerability has been resolved: sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootb We should always check if skb_header_pointer's return is NULL before using it, otherwise it may cause null-ptr-d...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:25
  • Zuletzt bearbeitet 19.09.2025 14:28:59

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Fix kernel pointer leak Pointers should be printed with %p or %px rather than cast to 'unsigned long long' and printed with %llx. Change %llx to %p to print the secured...