Linux

Linux Kernel

12376 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • 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...

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

In the Linux kernel, the following vulnerability has been resolved: ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setup The ixgbe driver currently generates a NULL pointer dereference with some machine (online cpus < 63). This is due to the fact...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:25
  • Zuletzt bearbeitet 25.09.2025 15:35:04

In the Linux kernel, the following vulnerability has been resolved: net: hns3: do not allow call hns3_nic_net_open repeatedly hns3_nic_net_open() is not allowed to called repeatly, but there is no checking for this. When doing device reset and setu...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:25
  • Zuletzt bearbeitet 26.09.2025 19:03:45

In the Linux kernel, the following vulnerability has been resolved: ipack: ipoctal: fix stack information leak The tty driver name is used also after registering the driver and must specifically not be allocated on the stack to avoid leaking inform...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:25
  • Zuletzt bearbeitet 14.01.2025 17:29:04

In the Linux kernel, the following vulnerability has been resolved: net: sched: flower: protect fl_walk() with rcu Patch that refactored fl_walk() to use idr_for_each_entry_continue_ul() also removed rcu protection of individual filters which cause...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:25
  • Zuletzt bearbeitet 02.04.2025 14:52:09

In the Linux kernel, the following vulnerability has been resolved: ipack: ipoctal: fix module reference leak A reference to the carrier module was taken on every open but was only released once when the final reference to the tty struct was droppe...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:25
  • Zuletzt bearbeitet 24.12.2024 16:05:42

In the Linux kernel, the following vulnerability has been resolved: HID: betop: fix slab-out-of-bounds Write in betop_probe Syzbot reported slab-out-of-bounds Write bug in hid-betopff driver. The problem is the driver assumes the device must have a...