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 20:15:13
  • Last modified 24.10.2024 18:44:24

In the Linux kernel, the following vulnerability has been resolved: net: phy: fix null-ptr-deref while probe() failed I got a null-ptr-deref report as following when doing fault injection test: BUG: kernel NULL pointer dereference, address: 000000...

  • EPSS 0.04%
  • Published 21.10.2024 20:15:13
  • Last modified 24.10.2024 18:48:52

In the Linux kernel, the following vulnerability has been resolved: wifi: mac8021: fix possible oob access in ieee80211_get_rate_duration Fix possible out-of-bound access in ieee80211_get_rate_duration routine as reported by the following UBSAN rep...

  • EPSS 0.04%
  • Published 21.10.2024 20:15:13
  • Last modified 24.10.2024 03:50:29

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: fix buffer overflow in elem comparison For vendor elements, the code here assumes that 5 octets are present without checking. Since the element itself is already ch...

  • EPSS 0.04%
  • Published 21.10.2024 20:15:13
  • Last modified 24.10.2024 03:50:03

In the Linux kernel, the following vulnerability has been resolved: can: m_can: pci: add missing m_can_class_free_dev() in probe/remove methods In m_can_pci_remove() and error handling path of m_can_pci_probe(), m_can_class_free_dev() should be cal...

  • EPSS 0.08%
  • Published 21.10.2024 20:15:13
  • Last modified 24.10.2024 03:49:31

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix use-after-free when reverting termination table When having multiple dests with termination tables and second one or afterwards fails the driver reverts usage of ter...

  • EPSS 0.05%
  • Published 21.10.2024 20:15:13
  • Last modified 24.10.2024 03:49:21

In the Linux kernel, the following vulnerability has been resolved: e100: Fix possible use after free in e100_xmit_prepare In e100_xmit_prepare(), if we can't map the skb, then return -ENOMEM, so e100_xmit_frame() will return NETDEV_TX_BUSY and the...

  • EPSS 0.07%
  • Published 21.10.2024 20:15:13
  • Last modified 24.10.2024 03:48:53

In the Linux kernel, the following vulnerability has been resolved: iavf: Fix error handling in iavf_init_module() The iavf_init_module() won't destroy workqueue when pci_register_driver() failed. Call destroy_workqueue() when pci_register_driver()...

  • EPSS 0.07%
  • Published 21.10.2024 20:15:13
  • Last modified 24.10.2024 15:51:45

In the Linux kernel, the following vulnerability has been resolved: ixgbevf: Fix resource leak in ixgbevf_init_module() ixgbevf_init_module() won't destroy the workqueue created by create_singlethread_workqueue() when pci_register_driver() failed. ...

  • EPSS 0.03%
  • Published 21.10.2024 20:15:13
  • Last modified 24.10.2024 15:59:48

In the Linux kernel, the following vulnerability has been resolved: hwmon: (ibmpex) Fix possible UAF when ibmpex_register_bmc() fails Smatch report warning as follows: drivers/hwmon/ibmpex.c:509 ibmpex_register_bmc() warn: '&data->list' not remo...

  • EPSS 0.07%
  • Published 21.10.2024 20:15:13
  • Last modified 24.10.2024 18:42:07

In the Linux kernel, the following vulnerability has been resolved: libbpf: Handle size overflow for ringbuf mmap The maximum size of ringbuf is 2GB on x86-64 host, so 2 * max_entries will overflow u32 when mapping producer page and data pages. Onl...